Shades of Frostee #DEF0CF
Tints of Frostee #DEF0CF
RGB
CMYK
RGB Variations
Color information
#DEF0CF (or 0xDEF0CF) is known color: Frostee. HEX triplet: DE, F0 and CF. RGB value is (222,240,207). Sum of RGB (Red+Green+Blue) = 222+240+207=669 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.18% from 669); Green value is 240 (94.14% from 255 or 35.87% from 669); Blue value is 207 (81.25% from 255 or 30.94% from 669); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF0CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF0CF is #210F30. Grayscale: #E6E6E6. Windows color (decimal): -2166577 or 13627614. OLE color: 13627614.
HSL color Cylindrical-coordinate representation of color #DEF0CF: hue angle of 92.73º degrees, saturation: 0.52, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEF0CF is Cyan = 0.08, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 222 | 240 | 207 | - |
| CMYK | 0.08 | 0 | 0.14 | 0.06 |
| HSL | 92.73º | 0.52% | 0.88% | - |
| HSV(B) | 92.73º | 0.14% | 0.94% | - |
| XYZ | 72.55 | 82.35 | 71.1 | - |
| YUV | 230.86 | 114.54 | 121.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 240 | 207 | 0.08 | 0 | 0.14 | 0.06 | 92.73 | 0.52 | 0.88 |
| Hex | DE | F0 | CF | 8 | 0 | E | 6 | 5D | 34 | 58 |
| Octal | 336 | 360 | 317 | 10 | 0 | 16 | 6 | 135 | 64 | 130 |
| Binary | 11011110 | 11110000 | 11001111 | 1000 | 0 | 1110 | 110 | 1011101 | 110100 | 1011000 |
Color Harmonies of #DEF0CF
Complementary color
Monochromatic Colors of #DEF0CF
Black with #DEF0CF
Text Example
Text Example
White with #DEF0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF0CF; }
p { color: rgb(222,240,207); }
H1.HeaderClassName
{
color: #DEF0CF;
}
.AnyTagClassName
{
color: #DEF0CF;
}
</style>
background-color css
<style>
a { background-color: #DEF0CF; }
a { background-color: rgb(222,240,207); }
div.DivClassName
{
background-color: #DEF0CF;
}
.BgClassName
{
background-color: #DEF0CF;
}
</style>
border-color css
<style>
span { border-color: #DEF0CF; }
span { border-color: rgb(222,240,207); }
td.TdClassName
{
border-color: #DEF0CF;
}
.TagClassName
{
border-color: #DEF0CF;
}
</style>