Hex #d6cfdf Color

#d6cfdf
equivalent to

RGB

(214, 207, 223)

Details of #d6cfdf

RGB
XYZ
HSL
CMYK
CIE-Lab
Yxy
HSV
Hunter Lab
214
63.3637
0.74
0.04
84.0955
64.2495
266°
80.1558
207
64.2495
0.20
0.07
5.3418
0.3069
0.8332
223
78.8738
0.84
0.00   0.13
-7.0414
0.3112
87°
-2.2125

Base Numbers

Base
Binary
Octal
Decimal
Hex
Red
11010110
326
214
D6
Green
11001111
317
207
CF
Blue
11011111
337
223
DF

RGB in % of #d6cfdf

%33.23
%32.14
%34.63

CMYK in % of #d6cfdf

%4
%7
%0
%13

Triads of color #d6cfdf

#d6cfdf #cfdfd6 #dfd6df

Similar Colors to #d6cfdf

#d6cfdf #cfd0df #decfdf

Preview Color #d6cfdf on black ground

#d6cfdf is very interesting for text.

Preview Color #d6cfdf on white ground

#d6cfdf is very interesting for text.

CSS Codes #d6cfdf color

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

Text Font Color #d6cfdf

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

This sample text font color is #d6cfdf
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 #d6cfdf

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

This div background color is #d6cfdf


Border Color #d6cfdf

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

The color of this border is #d6cfdf


Examples Css3

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

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 #d6cfdf">Text here</p>
				

The shadow of this text using hex.


Shadow of Div

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

The shadow of div box using color #d6cfdf