Color Hex Logo

#d5dfce Color Hex

#D5DFCE
(213,223,206)
1 Favorites   0 Comments

Color spaces of #d5dfce

RGB 213223206
HSL0.260.210.84
HSV95°87°
CMYK 0.040.000.08   0.13
XYZ64.968871.377768.7456
Yxy71.37770.31680.3480
Hunter Lab84.4853-10.583710.8955
CIE-Lab87.6682-6.40027.1616

#d5dfce color RGB value is (213,223,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11011111 11001110
Octal 325 337 316
Decimal 213 223 206
Hex D5 DF CE

RGB Percentages of Color #d5dfce

%33.18
%34.74
%32.09

CMYK Percentages of Color #d5dfce

%4
%0
%8
%13

Triadic Colors of #d5dfce

#d5dfce #ced5df #dfced5

Analogous Colors of #d5dfce

#d5dfce #cedfd0 #dedfce

Monochromatic Colors of #d5dfce

#d5dfce

Complementary Color

#d5dfce #d8cedf

#d5dfce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5dfce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5dfce Color CSS Codes

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

#d5dfce Text Font Color

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

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


#d5dfce Background Color

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

This div background color is #d5dfce


#d5dfce Border Color

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

This div border color is #d5dfce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5dfce


Comments

No comments written yet.

Please login to write comment.