Shades of Frostee #DEECCE
Tints of Frostee #DEECCE
RGB
CMYK
RGB Variations
Color information
#DEECCE (or 0xDEECCE) is known color: Frostee. HEX triplet: DE, EC and CE. RGB value is (222,236,206). Sum of RGB (Red+Green+Blue) = 222+236+206=664 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.43% from 664); Green value is 236 (92.58% from 255 or 35.54% from 664); Blue value is 206 (80.86% from 255 or 31.02% from 664); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEECCE is #211331. Grayscale: #E4E4E4. Windows color (decimal): -2167602 or 13561054. OLE color: 13561054.
HSL color Cylindrical-coordinate representation of color #DEECCE: hue angle of 88º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DEECCE is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 236 | 206 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.07 |
| HSL | 88º | 0.44% | 0.87% | - |
| HSV(B) | 88º | 0.13% | 0.93% | - |
| XYZ | 71.26 | 79.98 | 70.07 | - |
| YUV | 228.39 | 115.36 | 123.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 206 | 0.06 | 0 | 0.13 | 0.07 | 88 | 0.44 | 0.87 |
| Hex | DE | EC | CE | 6 | 0 | D | 7 | 58 | 2C | 57 |
| Octal | 336 | 354 | 316 | 6 | 0 | 15 | 7 | 130 | 54 | 127 |
| Binary | 11011110 | 11101100 | 11001110 | 110 | 0 | 1101 | 111 | 1011000 | 101100 | 1010111 |
Color Harmonies of #DEECCE
Complementary color
Monochromatic Colors of #DEECCE
Black with #DEECCE
Text Example
Text Example
White with #DEECCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEECCE; }
p { color: rgb(222,236,206); }
H1.HeaderClassName
{
color: #DEECCE;
}
.AnyTagClassName
{
color: #DEECCE;
}
</style>
background-color css
<style>
a { background-color: #DEECCE; }
a { background-color: rgb(222,236,206); }
div.DivClassName
{
background-color: #DEECCE;
}
.BgClassName
{
background-color: #DEECCE;
}
</style>
border-color css
<style>
span { border-color: #DEECCE; }
span { border-color: rgb(222,236,206); }
td.TdClassName
{
border-color: #DEECCE;
}
.TagClassName
{
border-color: #DEECCE;
}
</style>