Shades of Frostee #DEEECC
Tints of Frostee #DEEECC
RGB
CMYK
RGB Variations
Color information
#DEEECC (or 0xDEEECC) is known color: Frostee. HEX triplet: DE, EE and CC. RGB value is (222,238,204). Sum of RGB (Red+Green+Blue) = 222+238+204=664 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.43% from 664); Green value is 238 (93.36% from 255 or 35.84% from 664); Blue value is 204 (80.08% from 255 or 30.72% from 664); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEECC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEECC is #211133. Grayscale: #E5E5E5. Windows color (decimal): -2167092 or 13430494. OLE color: 13430494.
HSL color Cylindrical-coordinate representation of color #DEEECC: hue angle of 88.24º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEEECC is Cyan = 0.07, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 204 | - |
| CMYK | 0.07 | 0 | 0.14 | 0.07 |
| HSL | 88.24º | 0.5% | 0.87% | - |
| HSV(B) | 88.24º | 0.14% | 0.93% | - |
| XYZ | 71.6 | 81.04 | 69 | - |
| YUV | 229.34 | 113.7 | 122.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 204 | 0.07 | 0 | 0.14 | 0.07 | 88.24 | 0.5 | 0.87 |
| Hex | DE | EE | CC | 7 | 0 | E | 7 | 58 | 32 | 57 |
| Octal | 336 | 356 | 314 | 7 | 0 | 16 | 7 | 130 | 62 | 127 |
| Binary | 11011110 | 11101110 | 11001100 | 111 | 0 | 1110 | 111 | 1011000 | 110010 | 1010111 |
Color Harmonies of #DEEECC
Complementary color
Monochromatic Colors of #DEEECC
Black with #DEEECC
Text Example
Text Example
White with #DEEECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEECC; }
p { color: rgb(222,238,204); }
H1.HeaderClassName
{
color: #DEEECC;
}
.AnyTagClassName
{
color: #DEEECC;
}
</style>
background-color css
<style>
a { background-color: #DEEECC; }
a { background-color: rgb(222,238,204); }
div.DivClassName
{
background-color: #DEEECC;
}
.BgClassName
{
background-color: #DEEECC;
}
</style>
border-color css
<style>
span { border-color: #DEEECC; }
span { border-color: rgb(222,238,204); }
td.TdClassName
{
border-color: #DEEECC;
}
.TagClassName
{
border-color: #DEEECC;
}
</style>