Hex #d6cfdc Color

#d6cfdc
equivalent to

RGB

(214, 207, 220)

Details of #d6cfdc

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
214
62.9626
0.76
0.03
84.0121
64.0891
272°
80.0557
207
64.0891
0.16
0.06
4.7777
0.3089
0.2907
220
76.7621
0.84
0.00   0.14
-5.5676
0.3144
86°
-0.7921

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11010110
326
214
D6
Green
11001111
317
207
CF
Blue
11011100
334
220
DC

RGB in % of #d6cfdc

%33.39
%32.29
%34.32

CMYK in % of #d6cfdc

%3
%6
%0
%14

Triads of color #d6cfdc

#d6cfdc #cfdcd6 #dcd6dc

Similar Colors to #d6cfdc

#d6cfdc #d0cfdc #dccfdc

Preview Color #d6cfdc on black ground

#d6cfdc is very interesting for text.

Preview Color #d6cfdc on white ground

#d6cfdc is very interesting for text.

CSS Codes #d6cfdc color

.mybgcolor {background-color:#d6cfdc; }
.myforecolor {color:#d6cfdc; }
.mybordercolor {border:3px solid #d6cfdc; }

Text Font Color #d6cfdc

<p style="color:#d6cfdc">Text here</p>

This sample text font color is #d6cfdc
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


Background Color #d6cfdc

<div style="background-color:#d6cfdc">
Div content here</div>

This div background color is #d6cfdc


Border Color #d6cfdc

<div style="border:3px solid #d6cfdc">
Div here</div>

The color of this border is #d6cfdc


Examples Css3

.textShadowRgb {text-shadow: 4px 4px 2px rgba(0,0,0, 0.8); }
.textShadowHex {
text-shadow: 4px 4px 2px #d6cfdc; }
.divShadow {
-moz-box-shadow: 1px 1px 3px 2px #d6cfdc;
-webkit-box-shadow: 1px 1px 3px 2px #d6cfdc;
box-shadow:         1px 1px 3px 2px #d6cfdc; }
				

Text Shadow using RGB

<p style="text-shadow: 4px 4px 2px rgba(0,0,0, 0.8);">Text here</p>
				

The shadow of this text using RGB.


Text Shadow using Hex

<p style="text-shadow: 4px 4px 2px #d6cfdc">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

<div style="-moz-box-shadow: 1px 1px 3px 2px #d6cfdc;
  -webkit-box-shadow: 1px 1px 3px 2px #d6cfdc;
  box-shadow:         1px 1px 3px 2px #d6cfdc;">
Div content here</div>

The shadow of div box using color #d6cfdc