Shades of Frost #D8E1B8
Tints of Frost #D8E1B8
RGB
CMYK
RGB Variations
Color information
#D8E1B8 (or 0xD8E1B8) is known color: Frost. HEX triplet: D8, E1 and B8. RGB value is (216,225,184). Sum of RGB (Red+Green+Blue) = 216+225+184=625 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.56% from 625); Green value is 225 (88.28% from 255 or 36% from 625); Blue value is 184 (72.27% from 255 or 29.44% from 625); Max value from RGB is 225 - color contains mainly: green. Hex color #D8E1B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E1B8 is #271E47. Grayscale: #D9D9D9. Windows color (decimal): -2563656 or 12116440. OLE color: 12116440.
HSL color Cylindrical-coordinate representation of color #D8E1B8: hue angle of 73.17º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D8E1B8 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 225 | 184 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.12 |
| HSL | 73.17º | 0.41% | 0.8% | - |
| HSV(B) | 73.17º | 0.18% | 0.88% | - |
| XYZ | 63.9 | 71.91 | 55.86 | - |
| YUV | 217.64 | 109.02 | 126.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 225 | 184 | 0.04 | 0 | 0.18 | 0.12 | 73.17 | 0.41 | 0.8 |
| Hex | D8 | E1 | B8 | 4 | 0 | 12 | C | 49 | 29 | 50 |
| Octal | 330 | 341 | 270 | 4 | 0 | 22 | 14 | 111 | 51 | 120 |
| Binary | 11011000 | 11100001 | 10111000 | 100 | 0 | 10010 | 1100 | 1001001 | 101001 | 1010000 |
Color Harmonies of #D8E1B8
Complementary color
Monochromatic Colors of #D8E1B8
Black with #D8E1B8
Text Example
Text Example
White with #D8E1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E1B8; }
p { color: rgb(216,225,184); }
H1.HeaderClassName
{
color: #D8E1B8;
}
.AnyTagClassName
{
color: #D8E1B8;
}
</style>
background-color css
<style>
a { background-color: #D8E1B8; }
a { background-color: rgb(216,225,184); }
div.DivClassName
{
background-color: #D8E1B8;
}
.BgClassName
{
background-color: #D8E1B8;
}
</style>
border-color css
<style>
span { border-color: #D8E1B8; }
span { border-color: rgb(216,225,184); }
td.TdClassName
{
border-color: #D8E1B8;
}
.TagClassName
{
border-color: #D8E1B8;
}
</style>