Shades of Frost #D8DBC0
Tints of Frost #D8DBC0
RGB
CMYK
RGB Variations
Color information
#D8DBC0 (or 0xD8DBC0) is known color: Frost. HEX triplet: D8, DB and C0. RGB value is (216,219,192). Sum of RGB (Red+Green+Blue) = 216+219+192=627 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.45% from 627); Green value is 219 (85.94% from 255 or 34.93% from 627); Blue value is 192 (75.39% from 255 or 30.62% from 627); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DBC0 is #27243F. Grayscale: #D7D7D7. Windows color (decimal): -2565184 or 12639192. OLE color: 12639192.
HSL color Cylindrical-coordinate representation of color #D8DBC0: hue angle of 66.67º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D8DBC0 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 219 | 192 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.14 |
| HSL | 66.67º | 0.27% | 0.81% | - |
| HSV(B) | 66.67º | 0.12% | 0.86% | - |
| XYZ | 63.16 | 69.07 | 59.87 | - |
| YUV | 215.03 | 115.01 | 128.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 219 | 192 | 0.01 | 0 | 0.12 | 0.14 | 66.67 | 0.27 | 0.81 |
| Hex | D8 | DB | C0 | 1 | 0 | C | E | 43 | 1B | 51 |
| Octal | 330 | 333 | 300 | 1 | 0 | 14 | 16 | 103 | 33 | 121 |
| Binary | 11011000 | 11011011 | 11000000 | 1 | 0 | 1100 | 1110 | 1000011 | 11011 | 1010001 |
Color Harmonies of #D8DBC0
Complementary color
Monochromatic Colors of #D8DBC0
Black with #D8DBC0
Text Example
Text Example
White with #D8DBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DBC0; }
p { color: rgb(216,219,192); }
H1.HeaderClassName
{
color: #D8DBC0;
}
.AnyTagClassName
{
color: #D8DBC0;
}
</style>
background-color css
<style>
a { background-color: #D8DBC0; }
a { background-color: rgb(216,219,192); }
div.DivClassName
{
background-color: #D8DBC0;
}
.BgClassName
{
background-color: #D8DBC0;
}
</style>
border-color css
<style>
span { border-color: #D8DBC0; }
span { border-color: rgb(216,219,192); }
td.TdClassName
{
border-color: #D8DBC0;
}
.TagClassName
{
border-color: #D8DBC0;
}
</style>