Shades of Frostee #D9EFC8
Tints of Frostee #D9EFC8
RGB
CMYK
RGB Variations
Color information
#D9EFC8 (or 0xD9EFC8) is known color: Frostee. HEX triplet: D9, EF and C8. RGB value is (217,239,200). Sum of RGB (Red+Green+Blue) = 217+239+200=656 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.08% from 656); Green value is 239 (93.75% from 255 or 36.43% from 656); Blue value is 200 (78.52% from 255 or 30.49% from 656); Max value from RGB is 239 - color contains mainly: green. Hex color #D9EFC8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EFC8 is #261037. Grayscale: #E4E4E4. Windows color (decimal): -2494520 or 13168601. OLE color: 13168601.
HSL color Cylindrical-coordinate representation of color #D9EFC8: hue angle of 93.85º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9EFC8 is Cyan = 0.09, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 239 | 200 | - |
| CMYK | 0.09 | 0 | 0.16 | 0.06 |
| HSL | 93.85º | 0.55% | 0.86% | - |
| HSV(B) | 93.85º | 0.16% | 0.94% | - |
| XYZ | 69.91 | 80.65 | 66.53 | - |
| YUV | 227.98 | 112.21 | 120.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 239 | 200 | 0.09 | 0 | 0.16 | 0.06 | 93.85 | 0.55 | 0.86 |
| Hex | D9 | EF | C8 | 9 | 0 | 10 | 6 | 5E | 37 | 56 |
| Octal | 331 | 357 | 310 | 11 | 0 | 20 | 6 | 136 | 67 | 126 |
| Binary | 11011001 | 11101111 | 11001000 | 1001 | 0 | 10000 | 110 | 1011110 | 110111 | 1010110 |
Color Harmonies of #D9EFC8
Complementary color
Monochromatic Colors of #D9EFC8
Black with #D9EFC8
Text Example
Text Example
White with #D9EFC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9EFC8; }
p { color: rgb(217,239,200); }
H1.HeaderClassName
{
color: #D9EFC8;
}
.AnyTagClassName
{
color: #D9EFC8;
}
</style>
background-color css
<style>
a { background-color: #D9EFC8; }
a { background-color: rgb(217,239,200); }
div.DivClassName
{
background-color: #D9EFC8;
}
.BgClassName
{
background-color: #D9EFC8;
}
</style>
border-color css
<style>
span { border-color: #D9EFC8; }
span { border-color: rgb(217,239,200); }
td.TdClassName
{
border-color: #D9EFC8;
}
.TagClassName
{
border-color: #D9EFC8;
}
</style>