Shades of Frostee #DEF4C8
Tints of Frostee #DEF4C8
RGB
CMYK
RGB Variations
Color information
#DEF4C8 (or 0xDEF4C8) is known color: Frostee. HEX triplet: DE, F4 and C8. RGB value is (222,244,200). Sum of RGB (Red+Green+Blue) = 222+244+200=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 244 (95.70% from 255 or 36.64% from 666); Blue value is 200 (78.52% from 255 or 30.03% from 666); Max value from RGB is 244 - color contains mainly: green. Hex color #DEF4C8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF4C8 is #210B37. Grayscale: #E8E8E8. Windows color (decimal): -2165560 or 13169886. OLE color: 13169886.
HSL color Cylindrical-coordinate representation of color #DEF4C8: hue angle of 90º degrees, saturation: 0.67, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DEF4C8 is Cyan = 0.09, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 222 | 244 | 200 | - |
| CMYK | 0.09 | 0 | 0.18 | 0.04 |
| HSL | 90º | 0.67% | 0.87% | - |
| HSV(B) | 90º | 0.18% | 0.96% | - |
| XYZ | 72.9 | 84.4 | 67.09 | - |
| YUV | 232.41 | 109.71 | 120.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 244 | 200 | 0.09 | 0 | 0.18 | 0.04 | 90 | 0.67 | 0.87 |
| Hex | DE | F4 | C8 | 9 | 0 | 12 | 4 | 5A | 43 | 57 |
| Octal | 336 | 364 | 310 | 11 | 0 | 22 | 4 | 132 | 103 | 127 |
| Binary | 11011110 | 11110100 | 11001000 | 1001 | 0 | 10010 | 100 | 1011010 | 1000011 | 1010111 |
Color Harmonies of #DEF4C8
Complementary color
Monochromatic Colors of #DEF4C8
Black with #DEF4C8
Text Example
Text Example
White with #DEF4C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF4C8; }
p { color: rgb(222,244,200); }
H1.HeaderClassName
{
color: #DEF4C8;
}
.AnyTagClassName
{
color: #DEF4C8;
}
</style>
background-color css
<style>
a { background-color: #DEF4C8; }
a { background-color: rgb(222,244,200); }
div.DivClassName
{
background-color: #DEF4C8;
}
.BgClassName
{
background-color: #DEF4C8;
}
</style>
border-color css
<style>
span { border-color: #DEF4C8; }
span { border-color: rgb(222,244,200); }
td.TdClassName
{
border-color: #DEF4C8;
}
.TagClassName
{
border-color: #DEF4C8;
}
</style>