Shades of Frostee #DEF3C9
Tints of Frostee #DEF3C9
RGB
CMYK
RGB Variations
Color information
#DEF3C9 (or 0xDEF3C9) is known color: Frostee. HEX triplet: DE, F3 and C9. RGB value is (222,243,201). Sum of RGB (Red+Green+Blue) = 222+243+201=666 (88% of max value = 765). Red value is 222 (87.11% from 255 or 33.33% from 666); Green value is 243 (95.31% from 255 or 36.49% from 666); Blue value is 201 (78.91% from 255 or 30.18% from 666); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF3C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF3C9 is #210C36. Grayscale: #E8E8E8. Windows color (decimal): -2165815 or 13235166. OLE color: 13235166.
HSL color Cylindrical-coordinate representation of color #DEF3C9: hue angle of 90º degrees, saturation: 0.64, 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 #DEF3C9 is Cyan = 0.09, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 222 | 243 | 201 | - |
| CMYK | 0.09 | 0 | 0.17 | 0.05 |
| HSL | 90º | 0.64% | 0.87% | - |
| HSV(B) | 90º | 0.17% | 0.95% | - |
| XYZ | 72.72 | 83.85 | 67.61 | - |
| YUV | 231.93 | 110.54 | 120.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 243 | 201 | 0.09 | 0 | 0.17 | 0.05 | 90 | 0.64 | 0.87 |
| Hex | DE | F3 | C9 | 9 | 0 | 11 | 5 | 5A | 40 | 57 |
| Octal | 336 | 363 | 311 | 11 | 0 | 21 | 5 | 132 | 100 | 127 |
| Binary | 11011110 | 11110011 | 11001001 | 1001 | 0 | 10001 | 101 | 1011010 | 1000000 | 1010111 |
Color Harmonies of #DEF3C9
Complementary color
Monochromatic Colors of #DEF3C9
Black with #DEF3C9
Text Example
Text Example
White with #DEF3C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEF3C9; }
p { color: rgb(222,243,201); }
H1.HeaderClassName
{
color: #DEF3C9;
}
.AnyTagClassName
{
color: #DEF3C9;
}
</style>
background-color css
<style>
a { background-color: #DEF3C9; }
a { background-color: rgb(222,243,201); }
div.DivClassName
{
background-color: #DEF3C9;
}
.BgClassName
{
background-color: #DEF3C9;
}
</style>
border-color css
<style>
span { border-color: #DEF3C9; }
span { border-color: rgb(222,243,201); }
td.TdClassName
{
border-color: #DEF3C9;
}
.TagClassName
{
border-color: #DEF3C9;
}
</style>