Shades of Frostee #DEEFCC
Tints of Frostee #DEEFCC
RGB
CMYK
RGB Variations
Color information
#DEEFCC (or 0xDEEFCC) is known color: Frostee. HEX triplet: DE, EF and CC. RGB value is (222,239,204). Sum of RGB (Red+Green+Blue) = 222+239+204=665 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.38% from 665); Green value is 239 (93.75% from 255 or 35.94% from 665); Blue value is 204 (80.08% from 255 or 30.68% from 665); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFCC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEFCC is #211033. Grayscale: #E6E6E6. Windows color (decimal): -2166836 or 13430750. OLE color: 13430750.
HSL color Cylindrical-coordinate representation of color #DEEFCC: hue angle of 89.14º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DEEFCC is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
RGB | 222 | 239 | 204 | - |
CMYK | 0.07 | 0 | 0.15 | 0.06 |
HSL | 89.14º | 0.52% | 0.87% | - |
HSV(B) | 89.14º | 0.15% | 0.94% | - |
XYZ | 71.89 | 81.62 | 69.09 | - |
YUV | 229.93 | 113.37 | 122.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 222 | 239 | 204 | 0.07 | 0 | 0.15 | 0.06 | 89.14 | 0.52 | 0.87 |
Hex | DE | EF | CC | 7 | 0 | F | 6 | 59 | 34 | 57 |
Octal | 336 | 357 | 314 | 7 | 0 | 17 | 6 | 131 | 64 | 127 |
Binary | 11011110 | 11101111 | 11001100 | 111 | 0 | 1111 | 110 | 1011001 | 110100 | 1010111 |
Color Harmonies of #DEEFCC
Complementary color
Monochromatic Colors of #DEEFCC
Black with #DEEFCC
Text Example
Text Example
White with #DEEFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEFCC; }
p { color: rgb(222,239,204); }
H1.HeaderClassName
{
color: #DEEFCC;
}
.AnyTagClassName
{
color: #DEEFCC;
}
</style>
background-color css
<style>
a { background-color: #DEEFCC; }
a { background-color: rgb(222,239,204); }
div.DivClassName
{
background-color: #DEEFCC;
}
.BgClassName
{
background-color: #DEEFCC;
}
</style>
border-color css
<style>
span { border-color: #DEEFCC; }
span { border-color: rgb(222,239,204); }
td.TdClassName
{
border-color: #DEEFCC;
}
.TagClassName
{
border-color: #DEEFCC;
}
</style>