Shades of Frost #D8E1BC
Tints of Frost #D8E1BC
RGB
CMYK
RGB Variations
Color information
#D8E1BC (or 0xD8E1BC) is known color: Frost. HEX triplet: D8, E1 and BC. RGB value is (216,225,188). Sum of RGB (Red+Green+Blue) = 216+225+188=629 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.34% from 629); Green value is 225 (88.28% from 255 or 35.77% from 629); Blue value is 188 (73.83% from 255 or 29.89% from 629); Max value from RGB is 225 - color contains mainly: green. Hex color #D8E1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E1BC is #271E43. Grayscale: #DADADA. Windows color (decimal): -2563652 or 12378584. OLE color: 12378584.
HSL color Cylindrical-coordinate representation of color #D8E1BC: hue angle of 74.59º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8E1BC is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 225 | 188 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.12 |
| HSL | 74.59º | 0.38% | 0.81% | - |
| HSV(B) | 74.59º | 0.16% | 0.88% | - |
| XYZ | 64.32 | 72.08 | 58.1 | - |
| YUV | 218.09 | 111.02 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 225 | 188 | 0.04 | 0 | 0.16 | 0.12 | 74.59 | 0.38 | 0.81 |
| Hex | D8 | E1 | BC | 4 | 0 | 10 | C | 4B | 26 | 51 |
| Octal | 330 | 341 | 274 | 4 | 0 | 20 | 14 | 113 | 46 | 121 |
| Binary | 11011000 | 11100001 | 10111100 | 100 | 0 | 10000 | 1100 | 1001011 | 100110 | 1010001 |
Color Harmonies of #D8E1BC
Complementary color
Monochromatic Colors of #D8E1BC
Black with #D8E1BC
Text Example
Text Example
White with #D8E1BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E1BC; }
p { color: rgb(216,225,188); }
H1.HeaderClassName
{
color: #D8E1BC;
}
.AnyTagClassName
{
color: #D8E1BC;
}
</style>
background-color css
<style>
a { background-color: #D8E1BC; }
a { background-color: rgb(216,225,188); }
div.DivClassName
{
background-color: #D8E1BC;
}
.BgClassName
{
background-color: #D8E1BC;
}
</style>
border-color css
<style>
span { border-color: #D8E1BC; }
span { border-color: rgb(216,225,188); }
td.TdClassName
{
border-color: #D8E1BC;
}
.TagClassName
{
border-color: #D8E1BC;
}
</style>