Shades of Frost #D8E0BD
Tints of Frost #D8E0BD
RGB
CMYK
RGB Variations
Color information
#D8E0BD (or 0xD8E0BD) is known color: Frost. HEX triplet: D8, E0 and BD. RGB value is (216,224,189). Sum of RGB (Red+Green+Blue) = 216+224+189=629 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.34% from 629); Green value is 224 (87.89% from 255 or 35.61% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 224 - color contains mainly: green. Hex color #D8E0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8E0BD is #271F42. Grayscale: #D9D9D9. Windows color (decimal): -2563907 or 12443864. OLE color: 12443864.
HSL color Cylindrical-coordinate representation of color #D8E0BD: hue angle of 73.71º degrees, saturation: 0.36, 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 #D8E0BD is Cyan = 0.04, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 224 | 189 | - |
| CMYK | 0.04 | 0 | 0.16 | 0.12 |
| HSL | 73.71º | 0.36% | 0.81% | - |
| HSV(B) | 73.71º | 0.16% | 0.88% | - |
| XYZ | 64.16 | 71.58 | 58.58 | - |
| YUV | 217.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 224 | 189 | 0.04 | 0 | 0.16 | 0.12 | 73.71 | 0.36 | 0.81 |
| Hex | D8 | E0 | BD | 4 | 0 | 10 | C | 4A | 24 | 51 |
| Octal | 330 | 340 | 275 | 4 | 0 | 20 | 14 | 112 | 44 | 121 |
| Binary | 11011000 | 11100000 | 10111101 | 100 | 0 | 10000 | 1100 | 1001010 | 100100 | 1010001 |
Color Harmonies of #D8E0BD
Complementary color
Monochromatic Colors of #D8E0BD
Black with #D8E0BD
Text Example
Text Example
White with #D8E0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8E0BD; }
p { color: rgb(216,224,189); }
H1.HeaderClassName
{
color: #D8E0BD;
}
.AnyTagClassName
{
color: #D8E0BD;
}
</style>
background-color css
<style>
a { background-color: #D8E0BD; }
a { background-color: rgb(216,224,189); }
div.DivClassName
{
background-color: #D8E0BD;
}
.BgClassName
{
background-color: #D8E0BD;
}
</style>
border-color css
<style>
span { border-color: #D8E0BD; }
span { border-color: rgb(216,224,189); }
td.TdClassName
{
border-color: #D8E0BD;
}
.TagClassName
{
border-color: #D8E0BD;
}
</style>