Shades of Frost #DEEABC
Tints of Frost #DEEABC
RGB
CMYK
RGB Variations
Color information
#DEEABC (or 0xDEEABC) is known color: Frost. HEX triplet: DE, EA and BC. RGB value is (222,234,188). Sum of RGB (Red+Green+Blue) = 222+234+188=644 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.47% from 644); Green value is 234 (91.80% from 255 or 36.34% from 644); Blue value is 188 (73.83% from 255 or 29.19% from 644); Max value from RGB is 234 - color contains mainly: green. Hex color #DEEABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEEABC is #211543. Grayscale: #E1E1E1. Windows color (decimal): -2168132 or 12380894. OLE color: 12380894.
HSL color Cylindrical-coordinate representation of color #DEEABC: hue angle of 75.65º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DEEABC is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 222 | 234 | 188 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.08 |
| HSL | 75.65º | 0.52% | 0.83% | - |
| HSV(B) | 75.65º | 0.2% | 0.92% | - |
| XYZ | 68.62 | 78.01 | 59.02 | - |
| YUV | 225.17 | 107.02 | 125.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 234 | 188 | 0.05 | 0 | 0.20 | 0.08 | 75.65 | 0.52 | 0.83 |
| Hex | DE | EA | BC | 5 | 0 | 14 | 8 | 4C | 34 | 53 |
| Octal | 336 | 352 | 274 | 5 | 0 | 24 | 10 | 114 | 64 | 123 |
| Binary | 11011110 | 11101010 | 10111100 | 101 | 0 | 10100 | 1000 | 1001100 | 110100 | 1010011 |
Color Harmonies of #DEEABC
Complementary color
Monochromatic Colors of #DEEABC
Black with #DEEABC
Text Example
Text Example
White with #DEEABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEEABC; }
p { color: rgb(222,234,188); }
H1.HeaderClassName
{
color: #DEEABC;
}
.AnyTagClassName
{
color: #DEEABC;
}
</style>
background-color css
<style>
a { background-color: #DEEABC; }
a { background-color: rgb(222,234,188); }
div.DivClassName
{
background-color: #DEEABC;
}
.BgClassName
{
background-color: #DEEABC;
}
</style>
border-color css
<style>
span { border-color: #DEEABC; }
span { border-color: rgb(222,234,188); }
td.TdClassName
{
border-color: #DEEABC;
}
.TagClassName
{
border-color: #DEEABC;
}
</style>