Shades of Frost #E1EABC
Tints of Frost #E1EABC
RGB
CMYK
RGB Variations
Color information
#E1EABC (or 0xE1EABC) is known color: Frost. HEX triplet: E1, EA and BC. RGB value is (225,234,188). Sum of RGB (Red+Green+Blue) = 225+234+188=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 234 (91.80% from 255 or 36.17% from 647); Blue value is 188 (73.83% from 255 or 29.06% from 647); Max value from RGB is 234 - color contains mainly: green. Hex color #E1EABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EABC is #1E1543. Grayscale: #E2E2E2. Windows color (decimal): -1971524 or 12380897. OLE color: 12380897.
HSL color Cylindrical-coordinate representation of color #E1EABC: hue angle of 71.74º 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 #E1EABC is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 234 | 188 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.08 |
| HSL | 71.74º | 0.52% | 0.83% | - |
| HSV(B) | 71.74º | 0.2% | 0.92% | - |
| XYZ | 69.55 | 78.48 | 59.06 | - |
| YUV | 226.07 | 106.52 | 127.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 234 | 188 | 0.04 | 0 | 0.20 | 0.08 | 71.74 | 0.52 | 0.83 |
| Hex | E1 | EA | BC | 4 | 0 | 14 | 8 | 48 | 34 | 53 |
| Octal | 341 | 352 | 274 | 4 | 0 | 24 | 10 | 110 | 64 | 123 |
| Binary | 11100001 | 11101010 | 10111100 | 100 | 0 | 10100 | 1000 | 1001000 | 110100 | 1010011 |
Color Harmonies of #E1EABC
Complementary color
Monochromatic Colors of #E1EABC
Black with #E1EABC
Text Example
Text Example
White with #E1EABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EABC; }
p { color: rgb(225,234,188); }
H1.HeaderClassName
{
color: #E1EABC;
}
.AnyTagClassName
{
color: #E1EABC;
}
</style>
background-color css
<style>
a { background-color: #E1EABC; }
a { background-color: rgb(225,234,188); }
div.DivClassName
{
background-color: #E1EABC;
}
.BgClassName
{
background-color: #E1EABC;
}
</style>
border-color css
<style>
span { border-color: #E1EABC; }
span { border-color: rgb(225,234,188); }
td.TdClassName
{
border-color: #E1EABC;
}
.TagClassName
{
border-color: #E1EABC;
}
</style>