Shades of Frostee #DEEFC9
Tints of Frostee #DEEFC9
RGB
CMYK
RGB Variations
Color information
#DEEFC9 (or 0xDEEFC9) is known color: Frostee. HEX triplet: DE, EF and C9. RGB value is (222,239,201). Sum of RGB (Red+Green+Blue) = 222+239+201=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 239 (93.75% from 255 or 36.10% from 662); Blue value is 201 (78.91% from 255 or 30.36% from 662); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFC9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEFC9 is #211036. Grayscale: #E5E5E5. Windows color (decimal): -2166839 or 13234142. OLE color: 13234142.
HSL color Cylindrical-coordinate representation of color #DEEFC9: hue angle of 86.84º degrees, saturation: 0.54, 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 #DEEFC9 is Cyan = 0.07, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.06.
Color convert
RGB | 222 | 239 | 201 | - |
CMYK | 0.07 | 0 | 0.16 | 0.06 |
HSL | 86.84º | 0.54% | 0.86% | - |
HSV(B) | 86.84º | 0.16% | 0.94% | - |
XYZ | 71.53 | 81.48 | 67.22 | - |
YUV | 229.59 | 111.87 | 122.59 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 239 | 201 | 0.07 | 0 | 0.16 | 0.06 | 86.84 | 0.54 | 0.86 |
Hex | DE | EF | C9 | 7 | 0 | 10 | 6 | 57 | 36 | 56 |
Octal | 336 | 357 | 311 | 7 | 0 | 20 | 6 | 127 | 66 | 126 |
Binary | 11011110 | 11101111 | 11001001 | 111 | 0 | 10000 | 110 | 1010111 | 110110 | 1010110 |
Color Harmonies of #DEEFC9
Complementary color
Monochromatic Colors of #DEEFC9
Black with #DEEFC9
Text Example
Text Example
White with #DEEFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEFC9; }
p { color: rgb(222,239,201); }
H1.HeaderClassName
{
color: #DEEFC9;
}
.AnyTagClassName
{
color: #DEEFC9;
}
</style>
background-color css
<style>
a { background-color: #DEEFC9; }
a { background-color: rgb(222,239,201); }
div.DivClassName
{
background-color: #DEEFC9;
}
.BgClassName
{
background-color: #DEEFC9;
}
</style>
border-color css
<style>
span { border-color: #DEEFC9; }
span { border-color: rgb(222,239,201); }
td.TdClassName
{
border-color: #DEEFC9;
}
.TagClassName
{
border-color: #DEEFC9;
}
</style>