Color Hex Logo

#d9dacc Color Hex

#D9DACC
(217,218,204)
0 Favorites   0 Comments

Color spaces of #d9dacc

RGB 217218204
HSL0.180.160.83
HSV64°85°
CMYK 0.000.000.06   0.15
XYZ64.585869.254267.0901
Yxy69.25420.32140.3447
Hunter Lab83.2191-7.100810.4546
CIE-Lab86.6298-2.79146.7597

#d9dacc color RGB value is (217,218,204).

#d9dacc hex color red value is 217, green value is 218 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #d9dacc hue: 0.18 , saturation: 0.16 and the lightness value of d9dacc is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11011010 11001100
Octal 331 332 314
Decimal 217 218 204
Hex D9 DA CC

RGB Percentages of Color #d9dacc

%33.96
%34.12
%31.92

CMYK Percentages of Color #d9dacc

%0
%0
%6
%15

Triadic Colors of #d9dacc

#d9dacc #ccd9da #daccd9

Analogous Colors of #d9dacc

#d9dacc #d2dacc #dad4cc

Monochromatic Colors of #d9dacc

#d9dacc

Complementary Color

#d9dacc #cdccda

#d9dacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9dacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9dacc Color CSS Codes

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

#d9dacc Text Font Color

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

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


#d9dacc Background Color

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

This div background color is #d9dacc


#d9dacc Border Color

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

This div border color is #d9dacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9dacc

#d9dacc Color Palettes


Comments

No comments written yet.

Please login to write comment.