Shades of Frostee #DEF2C8
Tints of Frostee #DEF2C8
RGB
CMYK
RGB Variations
Color information
#DEF2C8 (or 0xDEF2C8) is known color: Frostee. HEX triplet: DE, F2 and C8. RGB value is (222,242,200). Sum of RGB (Red+Green+Blue) = 222+242+200=664 (87% of max value = 765). Red value is 222 (87.11% from 255 or 33.43% from 664); Green value is 242 (94.92% from 255 or 36.45% from 664); Blue value is 200 (78.52% from 255 or 30.12% from 664); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF2C8 is #210D37. Grayscale: #E7E7E7. Windows color (decimal): -2166072 or 13169374. OLE color: 13169374.
HSL color Cylindrical-coordinate representation of color #DEF2C8: hue angle of 88.57º degrees, saturation: 0.62, 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 #DEF2C8 is Cyan = 0.08, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 242 | 200 | - |
| CMYK | 0.08 | 0 | 0.17 | 0.05 |
| HSL | 88.57º | 0.62% | 0.87% | - |
| HSV(B) | 88.57º | 0.17% | 0.95% | - |
| XYZ | 72.3 | 83.2 | 66.89 | - |
| YUV | 231.23 | 110.37 | 121.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 242 | 200 | 0.08 | 0 | 0.17 | 0.05 | 88.57 | 0.62 | 0.87 |
| Hex | DE | F2 | C8 | 8 | 0 | 11 | 5 | 59 | 3E | 57 |
| Octal | 336 | 362 | 310 | 10 | 0 | 21 | 5 | 131 | 76 | 127 |
| Binary | 11011110 | 11110010 | 11001000 | 1000 | 0 | 10001 | 101 | 1011001 | 111110 | 1010111 |
Color Harmonies of #DEF2C8
Complementary color
Monochromatic Colors of #DEF2C8
Black with #DEF2C8
Text Example
Text Example
White with #DEF2C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF2C8; }
p { color: rgb(222,242,200); }
H1.HeaderClassName
{
color: #DEF2C8;
}
.AnyTagClassName
{
color: #DEF2C8;
}
</style>
background-color css
<style>
a { background-color: #DEF2C8; }
a { background-color: rgb(222,242,200); }
div.DivClassName
{
background-color: #DEF2C8;
}
.BgClassName
{
background-color: #DEF2C8;
}
</style>
border-color css
<style>
span { border-color: #DEF2C8; }
span { border-color: rgb(222,242,200); }
td.TdClassName
{
border-color: #DEF2C8;
}
.TagClassName
{
border-color: #DEF2C8;
}
</style>