Color Hex Logo

#d1dfce Color Hex

#D1DFCE
(209,223,206)
0 Favorites   0 Comments

Color spaces of #d1dfce

RGB 209223206
HSL0.300.210.84
HSV109°87°
CMYK 0.060.000.08   0.13
XYZ63.822770.786968.6919
Yxy70.78690.31390.3482
Hunter Lab84.1350-11.830510.4872
CIE-Lab87.3814-7.76926.7117

#d1dfce color RGB value is (209,223,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010001 11011111 11001110
Octal 321 337 316
Decimal 209 223 206
Hex D1 DF CE

RGB Percentages of Color #d1dfce

%32.76
%34.95
%32.29

CMYK Percentages of Color #d1dfce

%6
%0
%8
%13

Triadic Colors of #d1dfce

#d1dfce #ced1df #dfced1

Analogous Colors of #d1dfce

#d1dfce #cedfd4 #dadfce

Monochromatic Colors of #d1dfce

#d1dfce

Complementary Color

#d1dfce #dccedf

#d1dfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1dfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1dfce Color CSS Codes

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

#d1dfce Text Font Color

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

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


#d1dfce Background Color

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

This div background color is #d1dfce


#d1dfce Border Color

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

This div border color is #d1dfce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(209,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 #d1dfce">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1dfce


Comments

No comments written yet.

Please login to write comment.