Color Hex Logo

#d9cfdc Color Hex

#D9CFDC
(217,207,220)
0 Favorites   0 Comments

Color spaces of #d9cfdc

RGB 217207220
HSL0.790.160.84
HSV286°86°
CMYK 0.010.060.00   0.14
XYZ63.846464.544776.8034
Yxy64.54470.31120.3146
Hunter Lab80.33971.2604-0.4424
CIE-Lab84.24865.7884-5.1918

#d9cfdc color RGB value is (217,207,220).

#d9cfdc hex color red value is 217, green value is 207 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #d9cfdc hue: 0.79 , saturation: 0.16 and the lightness value of d9cfdc is 0.84.

The process color (four color CMYK) of #d9cfdc color hex is 0.01, 0.06, 0.00, 0.14. Web safe color of #d9cfdc is #cccccc. Color #d9cfdc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11001111 11011100
Octal 331 317 334
Decimal 217 207 220
Hex D9 CF DC

RGB Percentages of Color #d9cfdc

%33.70
%32.14
%34.16

CMYK Percentages of Color #d9cfdc

%1
%6
%0
%14

Triadic Colors of #d9cfdc

#d9cfdc #dcd9cf #cfdcd9

Analogous Colors of #d9cfdc

#d9cfdc #dccfd9 #d3cfdc

Monochromatic Colors of #d9cfdc

#d9cfdc

Complementary Color

#d9cfdc #d2dccf

#d9cfdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9cfdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9cfdc Color CSS Codes

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

#d9cfdc Text Font Color

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

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


#d9cfdc Background Color

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

This div background color is #d9cfdc


#d9cfdc Border Color

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

This div border color is #d9cfdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9cfdc


Comments

No comments written yet.

Please login to write comment.