Shades of Frostee #DEECCC
Tints of Frostee #DEECCC
RGB
CMYK
RGB Variations
Color information
#DEECCC (or 0xDEECCC) is known color: Frostee. HEX triplet: DE, EC and CC. RGB value is (222,236,204). Sum of RGB (Red+Green+Blue) = 222+236+204=662 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.53% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 204 (80.08% from 255 or 30.82% from 662); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEECCC is #211333. Grayscale: #E4E4E4. Windows color (decimal): -2167604 or 13429982. OLE color: 13429982.
HSL color Cylindrical-coordinate representation of color #DEECCC: hue angle of 86.25º degrees, saturation: 0.46, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEECCC is Cyan = 0.06, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 236 | 204 | - |
| CMYK | 0.06 | 0 | 0.14 | 0.07 |
| HSL | 86.25º | 0.46% | 0.86% | - |
| HSV(B) | 86.25º | 0.14% | 0.93% | - |
| XYZ | 71.02 | 79.88 | 68.8 | - |
| YUV | 228.17 | 114.36 | 123.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 204 | 0.06 | 0 | 0.14 | 0.07 | 86.25 | 0.46 | 0.86 |
| Hex | DE | EC | CC | 6 | 0 | E | 7 | 56 | 2E | 56 |
| Octal | 336 | 354 | 314 | 6 | 0 | 16 | 7 | 126 | 56 | 126 |
| Binary | 11011110 | 11101100 | 11001100 | 110 | 0 | 1110 | 111 | 1010110 | 101110 | 1010110 |
Color Harmonies of #DEECCC
Complementary color
Monochromatic Colors of #DEECCC
Black with #DEECCC
Text Example
Text Example
White with #DEECCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEECCC; }
p { color: rgb(222,236,204); }
H1.HeaderClassName
{
color: #DEECCC;
}
.AnyTagClassName
{
color: #DEECCC;
}
</style>
background-color css
<style>
a { background-color: #DEECCC; }
a { background-color: rgb(222,236,204); }
div.DivClassName
{
background-color: #DEECCC;
}
.BgClassName
{
background-color: #DEECCC;
}
</style>
border-color css
<style>
span { border-color: #DEECCC; }
span { border-color: rgb(222,236,204); }
td.TdClassName
{
border-color: #DEECCC;
}
.TagClassName
{
border-color: #DEECCC;
}
</style>