Shades of Frost #D8DEBA
Tints of Frost #D8DEBA
RGB
CMYK
RGB Variations
Color information
#D8DEBA (or 0xD8DEBA) is known color: Frost. HEX triplet: D8, DE and BA. RGB value is (216,222,186). Sum of RGB (Red+Green+Blue) = 216+222+186=624 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.62% from 624); Green value is 222 (87.11% from 255 or 35.58% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 222 - color contains mainly: green. Hex color #D8DEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DEBA is #272145. Grayscale: #D8D8D8. Windows color (decimal): -2564422 or 12246744. OLE color: 12246744.
HSL color Cylindrical-coordinate representation of color #D8DEBA: hue angle of 70º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8DEBA is Cyan = 0.03, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 222 | 186 | - |
| CMYK | 0.03 | 0 | 0.16 | 0.13 |
| HSL | 70º | 0.35% | 0.8% | - |
| HSV(B) | 70º | 0.16% | 0.87% | - |
| XYZ | 63.3 | 70.39 | 56.7 | - |
| YUV | 216.1 | 111.01 | 127.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 222 | 186 | 0.03 | 0 | 0.16 | 0.13 | 70 | 0.35 | 0.8 |
| Hex | D8 | DE | BA | 3 | 0 | 10 | D | 46 | 23 | 50 |
| Octal | 330 | 336 | 272 | 3 | 0 | 20 | 15 | 106 | 43 | 120 |
| Binary | 11011000 | 11011110 | 10111010 | 11 | 0 | 10000 | 1101 | 1000110 | 100011 | 1010000 |
Color Harmonies of #D8DEBA
Complementary color
Monochromatic Colors of #D8DEBA
Black with #D8DEBA
Text Example
Text Example
White with #D8DEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8DEBA; }
p { color: rgb(216,222,186); }
H1.HeaderClassName
{
color: #D8DEBA;
}
.AnyTagClassName
{
color: #D8DEBA;
}
</style>
background-color css
<style>
a { background-color: #D8DEBA; }
a { background-color: rgb(216,222,186); }
div.DivClassName
{
background-color: #D8DEBA;
}
.BgClassName
{
background-color: #D8DEBA;
}
</style>
border-color css
<style>
span { border-color: #D8DEBA; }
span { border-color: rgb(216,222,186); }
td.TdClassName
{
border-color: #D8DEBA;
}
.TagClassName
{
border-color: #D8DEBA;
}
</style>