Shades of Very Light Grey #D8C9C9
Tints of Very Light Grey #D8C9C9
RGB
CMYK
RGB Variations
Color information
#D8C9C9 (or 0xD8C9C9) is known color: Very Light Grey. HEX triplet: D8, C9 and C9. RGB value is (216,201,201). Sum of RGB (Red+Green+Blue) = 216+201+201=618 (81% of max value = 765). Red value is 216 (84.77% from 255 or 34.95% from 618); Green value is 201 (78.91% from 255 or 32.52% from 618); Blue value is 201 (78.91% from 255 or 32.52% from 618); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C9C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8C9C9 is #273636. Grayscale: #CDCDCD. Windows color (decimal): -2569783 or 13224408. OLE color: 13224408.
HSL color Cylindrical-coordinate representation of color #D8C9C9: hue angle of 0º degrees, saturation: 0.16, 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 #D8C9C9 is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
RGB | 216 | 201 | 201 | - |
CMYK | 0 | 0.07 | 0.07 | 0.15 |
HSL | 0º | 0.16% | 0.82% | - |
HSV(B) | 0º | 0.07% | 0.85% | - |
XYZ | 59.75 | 60.59 | 63.8 | - |
YUV | 205.49 | 125.47 | 135.5 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 216 | 201 | 201 | 0 | 0.07 | 0.07 | 0.15 | 0 | 0.16 | 0.82 |
Hex | D8 | C9 | C9 | 0 | 7 | 7 | F | 0 | 10 | 52 |
Octal | 330 | 311 | 311 | 0 | 7 | 7 | 17 | 0 | 20 | 122 |
Binary | 11011000 | 11001001 | 11001001 | 0 | 111 | 111 | 1111 | 0 | 10000 | 1010010 |
Color Harmonies of #D8C9C9
Complementary color
Monochromatic Colors of #D8C9C9
Black with #D8C9C9
Text Example
Text Example
White with #D8C9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C9C9; }
p { color: rgb(216,201,201); }
H1.HeaderClassName
{
color: #D8C9C9;
}
.AnyTagClassName
{
color: #D8C9C9;
}
</style>
background-color css
<style>
a { background-color: #D8C9C9; }
a { background-color: rgb(216,201,201); }
div.DivClassName
{
background-color: #D8C9C9;
}
.BgClassName
{
background-color: #D8C9C9;
}
</style>
border-color css
<style>
span { border-color: #D8C9C9; }
span { border-color: rgb(216,201,201); }
td.TdClassName
{
border-color: #D8C9C9;
}
.TagClassName
{
border-color: #D8C9C9;
}
</style>