#D9C8C8

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

Shades of Very Light Grey #D9C8C8

Tints of Very Light Grey #D9C8C8

Color information

#D9C8C8 (or 0xD9C8C8) is unknown color: approx Very Light Grey. HEX triplet: D9, C8 and C8. RGB value is (217,200,200). Sum of RGB (Red+Green+Blue) = 217+200+200=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 200 (78.52% from 255 or 32.41% from 617); Blue value is 200 (78.52% from 255 or 32.41% from 617); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C8C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C8C8 is #263737. Grayscale: #CDCDCD. Windows color (decimal): -2504504 or 13158617. OLE color: 13158617.

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

Color convert

RGB217200200-
CMYK00.080.080.15
HSL18.28%81.76%-
HSV(B)7.83%85.1%-
XYZ59.6960.2363.12-
YUV205.08125.13136.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.17%
GREEN value IS 200 (78.52% from 255) = 32.41%
BLUE value IS 200 (78.52% from 255) = 32.41%
R=35.17%
G=32.41%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720020000.080.080.15018.2881.76
HexD9C8C8088F01252
Octal3313103100101017022122
Binary11011001110010001100100001000100011110100101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C8C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C8C8; }

 p { color: rgb(217,200,200); }

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

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

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

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

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

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

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