Shades of Frostee #D9EBC7
Tints of Frostee #D9EBC7
RGB
CMYK
RGB Variations
Color information
#D9EBC7 (or 0xD9EBC7) is known color: Frostee. HEX triplet: D9, EB and C7. RGB value is (217,235,199). Sum of RGB (Red+Green+Blue) = 217+235+199=651 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.33% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 199 (78.12% from 255 or 30.57% from 651); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EBC7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EBC7 is #261438. Grayscale: #E1E1E1. Windows color (decimal): -2495545 or 13102041. OLE color: 13102041.
HSL color Cylindrical-coordinate representation of color #D9EBC7: hue angle of 90º 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 #D9EBC7 is Cyan = 0.08, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 235 | 199 | - |
| CMYK | 0.08 | 0 | 0.15 | 0.08 |
| HSL | 90º | 0.47% | 0.85% | - |
| HSV(B) | 90º | 0.15% | 0.92% | - |
| XYZ | 68.63 | 78.29 | 65.53 | - |
| YUV | 225.51 | 113.04 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 235 | 199 | 0.08 | 0 | 0.15 | 0.08 | 90 | 0.47 | 0.85 |
| Hex | D9 | EB | C7 | 8 | 0 | F | 8 | 5A | 2F | 55 |
| Octal | 331 | 353 | 307 | 10 | 0 | 17 | 10 | 132 | 57 | 125 |
| Binary | 11011001 | 11101011 | 11000111 | 1000 | 0 | 1111 | 1000 | 1011010 | 101111 | 1010101 |
Color Harmonies of #D9EBC7
Complementary color
Monochromatic Colors of #D9EBC7
Black with #D9EBC7
Text Example
Text Example
White with #D9EBC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EBC7; }
p { color: rgb(217,235,199); }
H1.HeaderClassName
{
color: #D9EBC7;
}
.AnyTagClassName
{
color: #D9EBC7;
}
</style>
background-color css
<style>
a { background-color: #D9EBC7; }
a { background-color: rgb(217,235,199); }
div.DivClassName
{
background-color: #D9EBC7;
}
.BgClassName
{
background-color: #D9EBC7;
}
</style>
border-color css
<style>
span { border-color: #D9EBC7; }
span { border-color: rgb(217,235,199); }
td.TdClassName
{
border-color: #D9EBC7;
}
.TagClassName
{
border-color: #D9EBC7;
}
</style>