Shades of Frost #E1EABD
Tints of Frost #E1EABD
RGB
CMYK
RGB Variations
Color information
#E1EABD (or 0xE1EABD) is known color: Frost. HEX triplet: E1, EA and BD. RGB value is (225,234,189). Sum of RGB (Red+Green+Blue) = 225+234+189=648 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.72% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 189 (74.22% from 255 or 29.17% from 648); Max value from RGB is 234 - color contains mainly: green. Hex color #E1EABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EABD is #1E1542. Grayscale: #E2E2E2. Windows color (decimal): -1971523 or 12446433. OLE color: 12446433.
HSL color Cylindrical-coordinate representation of color #E1EABD: hue angle of 72º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1EABD is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 234 | 189 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.08 |
| HSL | 72º | 0.52% | 0.83% | - |
| HSV(B) | 72º | 0.19% | 0.92% | - |
| XYZ | 69.66 | 78.53 | 59.63 | - |
| YUV | 226.18 | 107.02 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 234 | 189 | 0.04 | 0 | 0.19 | 0.08 | 72 | 0.52 | 0.83 |
| Hex | E1 | EA | BD | 4 | 0 | 13 | 8 | 48 | 34 | 53 |
| Octal | 341 | 352 | 275 | 4 | 0 | 23 | 10 | 110 | 64 | 123 |
| Binary | 11100001 | 11101010 | 10111101 | 100 | 0 | 10011 | 1000 | 1001000 | 110100 | 1010011 |
Color Harmonies of #E1EABD
Complementary color
Monochromatic Colors of #E1EABD
Black with #E1EABD
Text Example
Text Example
White with #E1EABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EABD; }
p { color: rgb(225,234,189); }
H1.HeaderClassName
{
color: #E1EABD;
}
.AnyTagClassName
{
color: #E1EABD;
}
</style>
background-color css
<style>
a { background-color: #E1EABD; }
a { background-color: rgb(225,234,189); }
div.DivClassName
{
background-color: #E1EABD;
}
.BgClassName
{
background-color: #E1EABD;
}
</style>
border-color css
<style>
span { border-color: #E1EABD; }
span { border-color: rgb(225,234,189); }
td.TdClassName
{
border-color: #E1EABD;
}
.TagClassName
{
border-color: #E1EABD;
}
</style>