Shades of Frostee #DEF0CE
Tints of Frostee #DEF0CE
RGB
CMYK
RGB Variations
Color information
#DEF0CE (or 0xDEF0CE) is known color: Frostee. HEX triplet: DE, F0 and CE. RGB value is (222,240,206). Sum of RGB (Red+Green+Blue) = 222+240+206=668 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.23% from 668); Green value is 240 (94.14% from 255 or 35.93% from 668); Blue value is 206 (80.86% from 255 or 30.84% from 668); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF0CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF0CE is #210F31. Grayscale: #E6E6E6. Windows color (decimal): -2166578 or 13562078. OLE color: 13562078.
HSL color Cylindrical-coordinate representation of color #DEF0CE: hue angle of 91.76º degrees, saturation: 0.53, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEF0CE is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 206 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.06 |
| HSL | 91.76º | 0.53% | 0.87% | - |
| HSV(B) | 91.76º | 0.14% | 0.94% | - |
| XYZ | 72.42 | 82.31 | 70.46 | - |
| YUV | 230.74 | 114.04 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 206 | 0.08 | 0 | 0.14 | 0.06 | 91.76 | 0.53 | 0.87 |
| Hex | DE | F0 | CE | 8 | 0 | E | 6 | 5C | 35 | 57 |
| Octal | 336 | 360 | 316 | 10 | 0 | 16 | 6 | 134 | 65 | 127 |
| Binary | 11011110 | 11110000 | 11001110 | 1000 | 0 | 1110 | 110 | 1011100 | 110101 | 1010111 |
Color Harmonies of #DEF0CE
Complementary color
Monochromatic Colors of #DEF0CE
Black with #DEF0CE
Text Example
Text Example
White with #DEF0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF0CE; }
p { color: rgb(222,240,206); }
H1.HeaderClassName
{
color: #DEF0CE;
}
.AnyTagClassName
{
color: #DEF0CE;
}
</style>
background-color css
<style>
a { background-color: #DEF0CE; }
a { background-color: rgb(222,240,206); }
div.DivClassName
{
background-color: #DEF0CE;
}
.BgClassName
{
background-color: #DEF0CE;
}
</style>
border-color css
<style>
span { border-color: #DEF0CE; }
span { border-color: rgb(222,240,206); }
td.TdClassName
{
border-color: #DEF0CE;
}
.TagClassName
{
border-color: #DEF0CE;
}
</style>