Shades of Frost #D8DBC7
Tints of Frost #D8DBC7
RGB
CMYK
RGB Variations
Color information
#D8DBC7 (or 0xD8DBC7) is known color: Frost. HEX triplet: D8, DB and C7. RGB value is (216,219,199). Sum of RGB (Red+Green+Blue) = 216+219+199=634 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.07% from 634); Green value is 219 (85.94% from 255 or 34.54% from 634); Blue value is 199 (78.12% from 255 or 31.39% from 634); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DBC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DBC7 is #272438. Grayscale: #D7D7D7. Windows color (decimal): -2565177 or 13097944. OLE color: 13097944.
HSL color Cylindrical-coordinate representation of color #D8DBC7: 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 #D8DBC7 is Cyan = 0.01, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 199 | - |
| CMYK | 0.01 | 0 | 0.09 | 0.14 |
| HSL | 69º | 0.22% | 0.82% | - |
| HSV(B) | 69º | 0.09% | 0.86% | - |
| XYZ | 63.96 | 69.39 | 64.05 | - |
| YUV | 215.82 | 118.51 | 128.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 199 | 0.01 | 0 | 0.09 | 0.14 | 69 | 0.22 | 0.82 |
| Hex | D8 | DB | C7 | 1 | 0 | 9 | E | 45 | 16 | 52 |
| Octal | 330 | 333 | 307 | 1 | 0 | 11 | 16 | 105 | 26 | 122 |
| Binary | 11011000 | 11011011 | 11000111 | 1 | 0 | 1001 | 1110 | 1000101 | 10110 | 1010010 |
Color Harmonies of #D8DBC7
Complementary color
Monochromatic Colors of #D8DBC7
Black with #D8DBC7
Text Example
Text Example
White with #D8DBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DBC7; }
p { color: rgb(216,219,199); }
H1.HeaderClassName
{
color: #D8DBC7;
}
.AnyTagClassName
{
color: #D8DBC7;
}
</style>
background-color css
<style>
a { background-color: #D8DBC7; }
a { background-color: rgb(216,219,199); }
div.DivClassName
{
background-color: #D8DBC7;
}
.BgClassName
{
background-color: #D8DBC7;
}
</style>
border-color css
<style>
span { border-color: #D8DBC7; }
span { border-color: rgb(216,219,199); }
td.TdClassName
{
border-color: #D8DBC7;
}
.TagClassName
{
border-color: #D8DBC7;
}
</style>