Color Hex Logo

#d9dfce Color Hex

#D9DFCE
(217,223,206)
0 Favorites   0 Comments

Color spaces of #d9dfce

RGB 217223206
HSL0.230.210.84
HSV81°87°
CMYK 0.030.000.08   0.13
XYZ66.143571.983368.8005
Yxy71.98330.31960.3479
Hunter Lab84.8430-9.316811.3109
CIE-Lab87.9606-5.02167.6200

#d9dfce color RGB value is (217,223,206).

#d9dfce hex color red value is 217, green value is 223 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d9dfce hue: 0.23 , saturation: 0.21 and the lightness value of d9dfce is 0.84.

The process color (four color CMYK) of #d9dfce color hex is 0.03, 0.00, 0.08, 0.13. Web safe color of #d9dfce is #cccccc. Color #d9dfce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011111 11001110
Octal 331 337 316
Decimal 217 223 206
Hex D9 DF CE

RGB Percentages of Color #d9dfce

%33.59
%34.52
%31.89

CMYK Percentages of Color #d9dfce

%3
%0
%8
%13

Triadic Colors of #d9dfce

#d9dfce #ced9df #dfced9

Analogous Colors of #d9dfce

#d9dfce #d1dfce #dfddce

Monochromatic Colors of #d9dfce

#d9dfce

Complementary Color

#d9dfce #d4cedf

#d9dfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dfce Color CSS Codes

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

#d9dfce Text Font Color

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

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


#d9dfce Background Color

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

This div background color is #d9dfce


#d9dfce Border Color

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

This div border color is #d9dfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dfce


Comments

No comments written yet.

Please login to write comment.