Shades of Frostee #DEF2CA
Tints of Frostee #DEF2CA
RGB
CMYK
RGB Variations
Color information
#DEF2CA (or 0xDEF2CA) is known color: Frostee. HEX triplet: DE, F2 and CA. RGB value is (222,242,202). Sum of RGB (Red+Green+Blue) = 222+242+202=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 202 (79.30% from 255 or 30.33% from 666); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2CA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF2CA is #210D35. Grayscale: #E7E7E7. Windows color (decimal): -2166070 or 13300446. OLE color: 13300446.
HSL color Cylindrical-coordinate representation of color #DEF2CA: hue angle of 90º degrees, saturation: 0.61, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DEF2CA is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 202 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.05 |
| HSL | 90º | 0.61% | 0.87% | - |
| HSV(B) | 90º | 0.17% | 0.95% | - |
| XYZ | 72.54 | 83.3 | 68.13 | - |
| YUV | 231.46 | 111.37 | 121.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 202 | 0.08 | 0 | 0.17 | 0.05 | 90 | 0.61 | 0.87 |
| Hex | DE | F2 | CA | 8 | 0 | 11 | 5 | 5A | 3D | 57 |
| Octal | 336 | 362 | 312 | 10 | 0 | 21 | 5 | 132 | 75 | 127 |
| Binary | 11011110 | 11110010 | 11001010 | 1000 | 0 | 10001 | 101 | 1011010 | 111101 | 1010111 |
Color Harmonies of #DEF2CA
Complementary color
Monochromatic Colors of #DEF2CA
Black with #DEF2CA
Text Example
Text Example
White with #DEF2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF2CA; }
p { color: rgb(222,242,202); }
H1.HeaderClassName
{
color: #DEF2CA;
}
.AnyTagClassName
{
color: #DEF2CA;
}
</style>
background-color css
<style>
a { background-color: #DEF2CA; }
a { background-color: rgb(222,242,202); }
div.DivClassName
{
background-color: #DEF2CA;
}
.BgClassName
{
background-color: #DEF2CA;
}
</style>
border-color css
<style>
span { border-color: #DEF2CA; }
span { border-color: rgb(222,242,202); }
td.TdClassName
{
border-color: #DEF2CA;
}
.TagClassName
{
border-color: #DEF2CA;
}
</style>