Shades of Frost #D9DCC8
Tints of Frost #D9DCC8
RGB
CMYK
RGB Variations
Color information
#D9DCC8 (or 0xD9DCC8) is known color: Frost. HEX triplet: D9, DC and C8. RGB value is (217,220,200). Sum of RGB (Red+Green+Blue) = 217+220+200=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 220 (86.33% from 255 or 34.54% from 637); Blue value is 200 (78.52% from 255 or 31.40% from 637); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCC8 is #262337. Grayscale: #D8D8D8. Windows color (decimal): -2499384 or 13163737. OLE color: 13163737.
HSL color Cylindrical-coordinate representation of color #D9DCC8: hue angle of 69º degrees, saturation: 0.22, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9DCC8 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 220 | 200 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.14 |
| HSL | 69º | 0.22% | 0.82% | - |
| HSV(B) | 69º | 0.09% | 0.86% | - |
| XYZ | 64.63 | 70.11 | 64.77 | - |
| YUV | 216.82 | 118.51 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 220 | 200 | 0.01 | 0 | 0.09 | 0.14 | 69 | 0.22 | 0.82 |
| Hex | D9 | DC | C8 | 1 | 0 | 9 | E | 45 | 16 | 52 |
| Octal | 331 | 334 | 310 | 1 | 0 | 11 | 16 | 105 | 26 | 122 |
| Binary | 11011001 | 11011100 | 11001000 | 1 | 0 | 1001 | 1110 | 1000101 | 10110 | 1010010 |
Color Harmonies of #D9DCC8
Complementary color
Monochromatic Colors of #D9DCC8
Black with #D9DCC8
Text Example
Text Example
White with #D9DCC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9DCC8; }
p { color: rgb(217,220,200); }
H1.HeaderClassName
{
color: #D9DCC8;
}
.AnyTagClassName
{
color: #D9DCC8;
}
</style>
background-color css
<style>
a { background-color: #D9DCC8; }
a { background-color: rgb(217,220,200); }
div.DivClassName
{
background-color: #D9DCC8;
}
.BgClassName
{
background-color: #D9DCC8;
}
</style>
border-color css
<style>
span { border-color: #D9DCC8; }
span { border-color: rgb(217,220,200); }
td.TdClassName
{
border-color: #D9DCC8;
}
.TagClassName
{
border-color: #D9DCC8;
}
</style>