Shades of Frostee #DEEECF
Tints of Frostee #DEEECF
RGB
CMYK
RGB Variations
Color information
#DEEECF (or 0xDEEECF) is known color: Frostee. HEX triplet: DE, EE and CF. RGB value is (222,238,207). Sum of RGB (Red+Green+Blue) = 222+238+207=667 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.28% from 667); Green value is 238 (93.36% from 255 or 35.68% from 667); Blue value is 207 (81.25% from 255 or 31.03% from 667); Max value from RGB is 238 - color contains mainly: green. Hex color #DEEECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEECF is #211130. Grayscale: #E5E5E5. Windows color (decimal): -2167089 or 13627102. OLE color: 13627102.
HSL color Cylindrical-coordinate representation of color #DEEECF: hue angle of 90.97º degrees, saturation: 0.48, 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 #DEEECF is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 222 | 238 | 207 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.07 |
| HSL | 90.97º | 0.48% | 0.87% | - |
| HSV(B) | 90.97º | 0.13% | 0.93% | - |
| XYZ | 71.96 | 81.18 | 70.91 | - |
| YUV | 229.68 | 115.2 | 122.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 238 | 207 | 0.07 | 0 | 0.13 | 0.07 | 90.97 | 0.48 | 0.87 |
| Hex | DE | EE | CF | 7 | 0 | D | 7 | 5B | 30 | 57 |
| Octal | 336 | 356 | 317 | 7 | 0 | 15 | 7 | 133 | 60 | 127 |
| Binary | 11011110 | 11101110 | 11001111 | 111 | 0 | 1101 | 111 | 1011011 | 110000 | 1010111 |
Color Harmonies of #DEEECF
Complementary color
Monochromatic Colors of #DEEECF
Black with #DEEECF
Text Example
Text Example
White with #DEEECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEECF; }
p { color: rgb(222,238,207); }
H1.HeaderClassName
{
color: #DEEECF;
}
.AnyTagClassName
{
color: #DEEECF;
}
</style>
background-color css
<style>
a { background-color: #DEEECF; }
a { background-color: rgb(222,238,207); }
div.DivClassName
{
background-color: #DEEECF;
}
.BgClassName
{
background-color: #DEEECF;
}
</style>
border-color css
<style>
span { border-color: #DEEECF; }
span { border-color: rgb(222,238,207); }
td.TdClassName
{
border-color: #DEEECF;
}
.TagClassName
{
border-color: #DEEECF;
}
</style>