Shades of Frost #E5EABB
Tints of Frost #E5EABB
RGB
CMYK
RGB Variations
Color information
#E5EABB (or 0xE5EABB) is known color: Frost. HEX triplet: E5, EA and BB. RGB value is (229,234,187). Sum of RGB (Red+Green+Blue) = 229+234+187=650 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.23% from 650); Green value is 234 (91.80% from 255 or 36% from 650); Blue value is 187 (73.44% from 255 or 28.77% from 650); Max value from RGB is 234 - color contains mainly: green. Hex color #E5EABB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5EABB is #1A1544. Grayscale: #E3E3E3. Windows color (decimal): -1709381 or 12315365. OLE color: 12315365.
HSL color Cylindrical-coordinate representation of color #E5EABB: hue angle of 66.38º 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 #E5EABB is Cyan = 0.02, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 234 | 187 | - |
| CMYK | 0.02 | 0 | 0.20 | 0.08 |
| HSL | 66.38º | 0.53% | 0.83% | - |
| HSV(B) | 66.38º | 0.2% | 0.92% | - |
| XYZ | 70.71 | 79.09 | 58.55 | - |
| YUV | 227.15 | 105.34 | 129.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 234 | 187 | 0.02 | 0 | 0.20 | 0.08 | 66.38 | 0.53 | 0.83 |
| Hex | E5 | EA | BB | 2 | 0 | 14 | 8 | 42 | 35 | 53 |
| Octal | 345 | 352 | 273 | 2 | 0 | 24 | 10 | 102 | 65 | 123 |
| Binary | 11100101 | 11101010 | 10111011 | 10 | 0 | 10100 | 1000 | 1000010 | 110101 | 1010011 |
Color Harmonies of #E5EABB
Complementary color
Monochromatic Colors of #E5EABB
Black with #E5EABB
Text Example
Text Example
White with #E5EABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EABB; }
p { color: rgb(229,234,187); }
H1.HeaderClassName
{
color: #E5EABB;
}
.AnyTagClassName
{
color: #E5EABB;
}
</style>
background-color css
<style>
a { background-color: #E5EABB; }
a { background-color: rgb(229,234,187); }
div.DivClassName
{
background-color: #E5EABB;
}
.BgClassName
{
background-color: #E5EABB;
}
</style>
border-color css
<style>
span { border-color: #E5EABB; }
span { border-color: rgb(229,234,187); }
td.TdClassName
{
border-color: #E5EABB;
}
.TagClassName
{
border-color: #E5EABB;
}
</style>