#DCCAC9

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

Shades of Very Light Grey #DCCAC9

Tints of Very Light Grey #DCCAC9

Color information

#DCCAC9 (or 0xDCCAC9) is unknown color: approx Very Light Grey. HEX triplet: DC, CA and C9. RGB value is (220,202,201). Sum of RGB (Red+Green+Blue) = 220+202+201=623 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.31% from 623); Green value is 202 (79.30% from 255 or 32.42% from 623); Blue value is 201 (78.91% from 255 or 32.26% from 623); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCAC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCAC9 is #233536. Grayscale: #CFCFCF. Windows color (decimal): -2307383 or 13224668. OLE color: 13224668.

HSL color Cylindrical-coordinate representation of color #DCCAC9: hue angle of 3.16º degrees, saturation: 0.21, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DCCAC9 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.14.

Color convert

RGB220202201-
CMYK00.080.090.14
HSL3.16º21.35%82.55%-
HSV(B)3.16º8.64%86.27%-
XYZ61.1861.6763.94-
YUV207.27124.46137.08-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.31%
GREEN value IS 202 (79.30% from 255) = 32.42%
BLUE value IS 201 (78.91% from 255) = 32.26%
R=35.31%
G=32.42%
B=32.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22020220100.080.090.143.1621.3582.55
HexDCCAC9089E31553
Octal3343123110101116325123
Binary110111001100101011001001010001001111011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCCAC9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCCAC9; }

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

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

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

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

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

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

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

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