Color Hex Logo

#d6ded1 Color Hex

#D6DED1
(214,222,209)
0 Favorites   0 Comments

Color spaces of #d6ded1

RGB 214222209
HSL0.270.160.85
HSV97°87°
CMYK 0.040.000.06   0.13
XYZ65.361571.142170.6085
Yxy71.14210.31560.3435
Hunter Lab84.3458-9.28139.4085
CIE-Lab87.5540-5.02235.4287

#d6ded1 color RGB value is (214,222,209).

#d6ded1 hex color red value is 214, green value is 222 and the blue value of its RGB is 209. Cylindrical-coordinate representations (also known as HSL) of color #d6ded1 hue: 0.27 , saturation: 0.16 and the lightness value of d6ded1 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11011110 11010001
Octal 326 336 321
Decimal 214 222 209
Hex D6 DE D1

RGB Percentages of Color #d6ded1

%33.18
%34.42
%32.40

CMYK Percentages of Color #d6ded1

%4
%0
%6
%13

Triadic Colors of #d6ded1

#d6ded1 #d1d6de #ded1d6

Analogous Colors of #d6ded1

#d6ded1 #d1ded3 #ddded1

Monochromatic Colors of #d6ded1

#d6ded1

Complementary Color

#d6ded1 #d9d1de

#d6ded1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6ded1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6ded1 Color CSS Codes

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

#d6ded1 Text Font Color

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

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


#d6ded1 Background Color

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

This div background color is #d6ded1


#d6ded1 Border Color

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

This div border color is #d6ded1


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,222,209, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6ded1

#d6ded1 Color Palettes


Comments

No comments written yet.

Please login to write comment.