Shades of Frost #E1EABB
Tints of Frost #E1EABB
RGB
CMYK
RGB Variations
Color information
#E1EABB (or 0xE1EABB) is known color: Frost. HEX triplet: E1, EA and BB. RGB value is (225,234,187). Sum of RGB (Red+Green+Blue) = 225+234+187=646 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.83% from 646); Green value is 234 (91.80% from 255 or 36.22% from 646); Blue value is 187 (73.44% from 255 or 28.95% from 646); Max value from RGB is 234 - color contains mainly: green. Hex color #E1EABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EABB is #1E1544. Grayscale: #E2E2E2. Windows color (decimal): -1971525 or 12315361. OLE color: 12315361.
HSL color Cylindrical-coordinate representation of color #E1EABB: hue angle of 71.49º degrees, saturation: 0.53, 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 #E1EABB is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 234 | 187 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.08 |
| HSL | 71.49º | 0.53% | 0.83% | - |
| HSV(B) | 71.49º | 0.2% | 0.92% | - |
| XYZ | 69.44 | 78.44 | 58.49 | - |
| YUV | 225.95 | 106.02 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 234 | 187 | 0.04 | 0 | 0.20 | 0.08 | 71.49 | 0.53 | 0.83 |
| Hex | E1 | EA | BB | 4 | 0 | 14 | 8 | 47 | 35 | 53 |
| Octal | 341 | 352 | 273 | 4 | 0 | 24 | 10 | 107 | 65 | 123 |
| Binary | 11100001 | 11101010 | 10111011 | 100 | 0 | 10100 | 1000 | 1000111 | 110101 | 1010011 |
Color Harmonies of #E1EABB
Complementary color
Monochromatic Colors of #E1EABB
Black with #E1EABB
Text Example
Text Example
White with #E1EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EABB; }
p { color: rgb(225,234,187); }
H1.HeaderClassName
{
color: #E1EABB;
}
.AnyTagClassName
{
color: #E1EABB;
}
</style>
background-color css
<style>
a { background-color: #E1EABB; }
a { background-color: rgb(225,234,187); }
div.DivClassName
{
background-color: #E1EABB;
}
.BgClassName
{
background-color: #E1EABB;
}
</style>
border-color css
<style>
span { border-color: #E1EABB; }
span { border-color: rgb(225,234,187); }
td.TdClassName
{
border-color: #E1EABB;
}
.TagClassName
{
border-color: #E1EABB;
}
</style>