Shades of Frostee #D9EBC9
Tints of Frostee #D9EBC9
RGB
CMYK
RGB Variations
Color information
#D9EBC9 (or 0xD9EBC9) is known color: Frostee. HEX triplet: D9, EB and C9. RGB value is (217,235,201). Sum of RGB (Red+Green+Blue) = 217+235+201=653 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.23% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 201 (78.91% from 255 or 30.78% from 653); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EBC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EBC9 is #261436. Grayscale: #E1E1E1. Windows color (decimal): -2495543 or 13233113. OLE color: 13233113.
HSL color Cylindrical-coordinate representation of color #D9EBC9: hue angle of 91.76º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9EBC9 is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 235 | 201 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.08 |
| HSL | 91.76º | 0.46% | 0.85% | - |
| HSV(B) | 91.76º | 0.14% | 0.92% | - |
| XYZ | 68.87 | 78.39 | 66.76 | - |
| YUV | 225.74 | 114.04 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 235 | 201 | 0.08 | 0 | 0.14 | 0.08 | 91.76 | 0.46 | 0.85 |
| Hex | D9 | EB | C9 | 8 | 0 | E | 8 | 5C | 2E | 55 |
| Octal | 331 | 353 | 311 | 10 | 0 | 16 | 10 | 134 | 56 | 125 |
| Binary | 11011001 | 11101011 | 11001001 | 1000 | 0 | 1110 | 1000 | 1011100 | 101110 | 1010101 |
Color Harmonies of #D9EBC9
Complementary color
Monochromatic Colors of #D9EBC9
Black with #D9EBC9
Text Example
Text Example
White with #D9EBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EBC9; }
p { color: rgb(217,235,201); }
H1.HeaderClassName
{
color: #D9EBC9;
}
.AnyTagClassName
{
color: #D9EBC9;
}
</style>
background-color css
<style>
a { background-color: #D9EBC9; }
a { background-color: rgb(217,235,201); }
div.DivClassName
{
background-color: #D9EBC9;
}
.BgClassName
{
background-color: #D9EBC9;
}
</style>
border-color css
<style>
span { border-color: #D9EBC9; }
span { border-color: rgb(217,235,201); }
td.TdClassName
{
border-color: #D9EBC9;
}
.TagClassName
{
border-color: #D9EBC9;
}
</style>