Shades of Frost #E0EABC
Tints of Frost #E0EABC
RGB
CMYK
RGB Variations
Color information
#E0EABC (or 0xE0EABC) is known color: Frost. HEX triplet: E0, EA and BC. RGB value is (224,234,188). Sum of RGB (Red+Green+Blue) = 224+234+188=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 188 (73.83% from 255 or 29.10% from 646); Max value from RGB is 234 - color contains mainly: green. Hex color #E0EABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EABC is #1F1543. Grayscale: #E1E1E1. Windows color (decimal): -2037060 or 12380896. OLE color: 12380896.
HSL color Cylindrical-coordinate representation of color #E0EABC: hue angle of 73.04º 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 #E0EABC is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 234 | 188 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.08 |
| HSL | 73.04º | 0.52% | 0.83% | - |
| HSV(B) | 73.04º | 0.2% | 0.92% | - |
| XYZ | 69.24 | 78.32 | 59.05 | - |
| YUV | 225.77 | 106.69 | 126.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 234 | 188 | 0.04 | 0 | 0.20 | 0.08 | 73.04 | 0.52 | 0.83 |
| Hex | E0 | EA | BC | 4 | 0 | 14 | 8 | 49 | 34 | 53 |
| Octal | 340 | 352 | 274 | 4 | 0 | 24 | 10 | 111 | 64 | 123 |
| Binary | 11100000 | 11101010 | 10111100 | 100 | 0 | 10100 | 1000 | 1001001 | 110100 | 1010011 |
Color Harmonies of #E0EABC
Complementary color
Monochromatic Colors of #E0EABC
Black with #E0EABC
Text Example
Text Example
White with #E0EABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EABC; }
p { color: rgb(224,234,188); }
H1.HeaderClassName
{
color: #E0EABC;
}
.AnyTagClassName
{
color: #E0EABC;
}
</style>
background-color css
<style>
a { background-color: #E0EABC; }
a { background-color: rgb(224,234,188); }
div.DivClassName
{
background-color: #E0EABC;
}
.BgClassName
{
background-color: #E0EABC;
}
</style>
border-color css
<style>
span { border-color: #E0EABC; }
span { border-color: rgb(224,234,188); }
td.TdClassName
{
border-color: #E0EABC;
}
.TagClassName
{
border-color: #E0EABC;
}
</style>