Shades of Frost #DEEAB9
Tints of Frost #DEEAB9
RGB
CMYK
RGB Variations
Color information
#DEEAB9 (or 0xDEEAB9) is known color: Frost. HEX triplet: DE, EA and B9. RGB value is (222,234,185). Sum of RGB (Red+Green+Blue) = 222+234+185=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 234 (91.80% from 255 or 36.51% from 641); Blue value is 185 (72.66% from 255 or 28.86% from 641); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEAB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEAB9 is #211546. Grayscale: #E1E1E1. Windows color (decimal): -2168135 or 12184286. OLE color: 12184286.
HSL color Cylindrical-coordinate representation of color #DEEAB9: hue angle of 74.69º degrees, saturation: 0.54, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DEEAB9 is Cyan = 0.05, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 185 | - |
| CMYK | 0.05 | 0 | 0.21 | 0.08 |
| HSL | 74.69º | 0.54% | 0.82% | - |
| HSV(B) | 74.69º | 0.21% | 0.92% | - |
| XYZ | 68.3 | 77.88 | 57.33 | - |
| YUV | 224.83 | 105.52 | 125.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 185 | 0.05 | 0 | 0.21 | 0.08 | 74.69 | 0.54 | 0.82 |
| Hex | DE | EA | B9 | 5 | 0 | 15 | 8 | 4B | 36 | 52 |
| Octal | 336 | 352 | 271 | 5 | 0 | 25 | 10 | 113 | 66 | 122 |
| Binary | 11011110 | 11101010 | 10111001 | 101 | 0 | 10101 | 1000 | 1001011 | 110110 | 1010010 |
Color Harmonies of #DEEAB9
Complementary color
Monochromatic Colors of #DEEAB9
Black with #DEEAB9
Text Example
Text Example
White with #DEEAB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEAB9; }
p { color: rgb(222,234,185); }
H1.HeaderClassName
{
color: #DEEAB9;
}
.AnyTagClassName
{
color: #DEEAB9;
}
</style>
background-color css
<style>
a { background-color: #DEEAB9; }
a { background-color: rgb(222,234,185); }
div.DivClassName
{
background-color: #DEEAB9;
}
.BgClassName
{
background-color: #DEEAB9;
}
</style>
border-color css
<style>
span { border-color: #DEEAB9; }
span { border-color: rgb(222,234,185); }
td.TdClassName
{
border-color: #DEEAB9;
}
.TagClassName
{
border-color: #DEEAB9;
}
</style>