Shades of Frostee #D9EBC8
Tints of Frostee #D9EBC8
RGB
CMYK
RGB Variations
Color information
#D9EBC8 (or 0xD9EBC8) is known color: Frostee. HEX triplet: D9, EB and C8. RGB value is (217,235,200). Sum of RGB (Red+Green+Blue) = 217+235+200=652 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.28% from 652); Green value is 235 (92.19% from 255 or 36.04% from 652); Blue value is 200 (78.52% from 255 or 30.67% from 652); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EBC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EBC8 is #261437. Grayscale: #E1E1E1. Windows color (decimal): -2495544 or 13167577. OLE color: 13167577.
HSL color Cylindrical-coordinate representation of color #D9EBC8: hue angle of 90.86º degrees, saturation: 0.47, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9EBC8 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 235 | 200 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.08 |
| HSL | 90.86º | 0.47% | 0.85% | - |
| HSV(B) | 90.86º | 0.15% | 0.92% | - |
| XYZ | 68.75 | 78.34 | 66.14 | - |
| YUV | 225.63 | 113.54 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 235 | 200 | 0.08 | 0 | 0.15 | 0.08 | 90.86 | 0.47 | 0.85 |
| Hex | D9 | EB | C8 | 8 | 0 | F | 8 | 5B | 2F | 55 |
| Octal | 331 | 353 | 310 | 10 | 0 | 17 | 10 | 133 | 57 | 125 |
| Binary | 11011001 | 11101011 | 11001000 | 1000 | 0 | 1111 | 1000 | 1011011 | 101111 | 1010101 |
Color Harmonies of #D9EBC8
Complementary color
Monochromatic Colors of #D9EBC8
Black with #D9EBC8
Text Example
Text Example
White with #D9EBC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EBC8; }
p { color: rgb(217,235,200); }
H1.HeaderClassName
{
color: #D9EBC8;
}
.AnyTagClassName
{
color: #D9EBC8;
}
</style>
background-color css
<style>
a { background-color: #D9EBC8; }
a { background-color: rgb(217,235,200); }
div.DivClassName
{
background-color: #D9EBC8;
}
.BgClassName
{
background-color: #D9EBC8;
}
</style>
border-color css
<style>
span { border-color: #D9EBC8; }
span { border-color: rgb(217,235,200); }
td.TdClassName
{
border-color: #D9EBC8;
}
.TagClassName
{
border-color: #D9EBC8;
}
</style>