#D9CAC9

Color #D9CAC9 Very Light Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Very Light Grey #D9CAC9

Tints of Very Light Grey #D9CAC9

Color information

#D9CAC9 (or 0xD9CAC9) is unknown color: approx Very Light Grey. HEX triplet: D9, CA and C9. RGB value is (217,202,201). Sum of RGB (Red+Green+Blue) = 217+202+201=620 (82% of max value = 765). Red value is 217 (85.16% from 255 or 35% from 620); Green value is 202 (79.30% from 255 or 32.58% from 620); Blue value is 201 (78.91% from 255 or 32.42% from 620); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CAC9 is #263536. Grayscale: #CECECE. Windows color (decimal): -2503991 or 13224665. OLE color: 13224665.

HSL color Cylindrical-coordinate representation of color #D9CAC9: hue angle of 3.75º degrees, saturation: 0.17, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D9CAC9 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB217202201-
CMYK00.070.070.15
HSL3.75º17.39%81.96%-
HSV(B)3.75º7.37%85.1%-
XYZ60.2861.2163.9-
YUV206.37124.97135.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 35%
GREEN value IS 202 (79.30% from 255) = 32.58%
BLUE value IS 201 (78.91% from 255) = 32.42%
R=35%
G=32.58%
B=32.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.07
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720220100.070.070.153.7517.3981.96
HexD9CAC9077F41152
Octal33131231107717421122
Binary11011001110010101100100101111111111100100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CAC9; }

 p { color: rgb(217,202,201); }

 H1.HeaderClassName
 {
   color: #D9CAC9;
 }
 .AnyTagClassName
 {
   color: #D9CAC9;
 }
</style>
background-color css

<style>
 a { background-color: #D9CAC9; }

 a { background-color: rgb(217,202,201); }

 div.DivClassName
 {
   background-color: #D9CAC9;
 }
 .BgClassName
 {
   background-color: #D9CAC9;
 }
</style>
border-color css

<style>
 span { border-color: #D9CAC9; }

 span { border-color: rgb(217,202,201); }

 td.TdClassName
 {
   border-color: #D9CAC9;
 }
 .TagClassName
 {
   border-color: #D9CAC9;
 }
</style>