#D2C9C9

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

Shades of Very Light Grey #D2C9C9

Tints of Very Light Grey #D2C9C9

Color information

#D2C9C9 (or 0xD2C9C9) is unknown color: approx Very Light Grey. HEX triplet: D2, C9 and C9. RGB value is (210,201,201). Sum of RGB (Red+Green+Blue) = 210+201+201=612 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.31% from 612); Green value is 201 (78.91% from 255 or 32.84% from 612); Blue value is 201 (78.91% from 255 or 32.84% from 612); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2C9C9 is #2D3636. Grayscale: #CBCBCB. Windows color (decimal): -2962999 or 13224402. OLE color: 13224402.

HSL color Cylindrical-coordinate representation of color #D2C9C9: hue angle of 0º degrees, saturation: 0.09, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #D2C9C9 is Cyan = 0, Magento = 0.04, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB210201201-
CMYK00.040.040.18
HSL9.09%80.59%-
HSV(B)4.29%82.35%-
XYZ58.0159.6963.72-
YUV203.69126.48132.5-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.31%
GREEN value IS 201 (78.91% from 255) = 32.84%
BLUE value IS 201 (78.91% from 255) = 32.84%
R=34.31%
G=32.84%
B=32.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.04
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21020120100.040.040.1809.0980.59
HexD2C9C9044120951
Octal32231131104422011121
Binary110100101100100111001001010010010010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C9C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C9C9; }

 p { color: rgb(210,201,201); }

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

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

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

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

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

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

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