Shades of Frostee #D9E7C8
Tints of Frostee #D9E7C8
RGB
CMYK
RGB Variations
Color information
#D9E7C8 (or 0xD9E7C8) is known color: Frostee. HEX triplet: D9, E7 and C8. RGB value is (217,231,200). Sum of RGB (Red+Green+Blue) = 217+231+200=648 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.49% from 648); Green value is 231 (90.62% from 255 or 35.65% from 648); Blue value is 200 (78.52% from 255 or 30.86% from 648); Max value from RGB is 231 - color contains mainly: green. Hex color #D9E7C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9E7C8 is #261837. Grayscale: #DFDFDF. Windows color (decimal): -2496568 or 13166553. OLE color: 13166553.
HSL color Cylindrical-coordinate representation of color #D9E7C8: hue angle of 87.1º degrees, saturation: 0.39, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D9E7C8 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 217 | 231 | 200 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.09 |
| HSL | 87.1º | 0.39% | 0.85% | - |
| HSV(B) | 87.1º | 0.13% | 0.91% | - |
| XYZ | 67.62 | 76.07 | 65.76 | - |
| YUV | 223.28 | 114.86 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 231 | 200 | 0.06 | 0 | 0.13 | 0.09 | 87.1 | 0.39 | 0.85 |
| Hex | D9 | E7 | C8 | 6 | 0 | D | 9 | 57 | 27 | 55 |
| Octal | 331 | 347 | 310 | 6 | 0 | 15 | 11 | 127 | 47 | 125 |
| Binary | 11011001 | 11100111 | 11001000 | 110 | 0 | 1101 | 1001 | 1010111 | 100111 | 1010101 |
Color Harmonies of #D9E7C8
Complementary color
Monochromatic Colors of #D9E7C8
Black with #D9E7C8
Text Example
Text Example
White with #D9E7C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9E7C8; }
p { color: rgb(217,231,200); }
H1.HeaderClassName
{
color: #D9E7C8;
}
.AnyTagClassName
{
color: #D9E7C8;
}
</style>
background-color css
<style>
a { background-color: #D9E7C8; }
a { background-color: rgb(217,231,200); }
div.DivClassName
{
background-color: #D9E7C8;
}
.BgClassName
{
background-color: #D9E7C8;
}
</style>
border-color css
<style>
span { border-color: #D9E7C8; }
span { border-color: rgb(217,231,200); }
td.TdClassName
{
border-color: #D9E7C8;
}
.TagClassName
{
border-color: #D9E7C8;
}
</style>