Shades of Frostee #DEECD0
Tints of Frostee #DEECD0
RGB
CMYK
RGB Variations
Color information
#DEECD0 (or 0xDEECD0) is known color: Frostee. HEX triplet: DE, EC and D0. RGB value is (222,236,208). Sum of RGB (Red+Green+Blue) = 222+236+208=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 236 (92.58% from 255 or 35.44% from 666); Blue value is 208 (81.64% from 255 or 31.23% from 666); Max value from RGB is 236 - color contains mainly: green. Hex color #DEECD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEECD0 is #21132F. Grayscale: #E4E4E4. Windows color (decimal): -2167600 or 13692126. OLE color: 13692126.
HSL color Cylindrical-coordinate representation of color #DEECD0: hue angle of 90º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DEECD0 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 236 | 208 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.07 |
| HSL | 90º | 0.42% | 0.87% | - |
| HSV(B) | 90º | 0.12% | 0.93% | - |
| XYZ | 71.5 | 80.07 | 71.36 | - |
| YUV | 228.62 | 116.36 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 236 | 208 | 0.06 | 0 | 0.12 | 0.07 | 90 | 0.42 | 0.87 |
| Hex | DE | EC | D0 | 6 | 0 | C | 7 | 5A | 2A | 57 |
| Octal | 336 | 354 | 320 | 6 | 0 | 14 | 7 | 132 | 52 | 127 |
| Binary | 11011110 | 11101100 | 11010000 | 110 | 0 | 1100 | 111 | 1011010 | 101010 | 1010111 |
Color Harmonies of #DEECD0
Complementary color
Monochromatic Colors of #DEECD0
Black with #DEECD0
Text Example
Text Example
White with #DEECD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEECD0; }
p { color: rgb(222,236,208); }
H1.HeaderClassName
{
color: #DEECD0;
}
.AnyTagClassName
{
color: #DEECD0;
}
</style>
background-color css
<style>
a { background-color: #DEECD0; }
a { background-color: rgb(222,236,208); }
div.DivClassName
{
background-color: #DEECD0;
}
.BgClassName
{
background-color: #DEECD0;
}
</style>
border-color css
<style>
span { border-color: #DEECD0; }
span { border-color: rgb(222,236,208); }
td.TdClassName
{
border-color: #DEECD0;
}
.TagClassName
{
border-color: #DEECD0;
}
</style>