Shades of Frost #E4EABD
Tints of Frost #E4EABD
RGB
CMYK
RGB Variations
Color information
#E4EABD (or 0xE4EABD) is known color: Frost. HEX triplet: E4, EA and BD. RGB value is (228,234,189). Sum of RGB (Red+Green+Blue) = 228+234+189=651 (86% of max value = 765). Red value is 228 (89.45% from 255 or 35.02% from 651); Green value is 234 (91.80% from 255 or 35.94% from 651); Blue value is 189 (74.22% from 255 or 29.03% from 651); Max value from RGB is 234 - color contains mainly: green. Hex color #E4EABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4EABD is #1B1542. Grayscale: #E3E3E3. Windows color (decimal): -1774915 or 12446436. OLE color: 12446436.
HSL color Cylindrical-coordinate representation of color #E4EABD: hue angle of 68º 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 #E4EABD is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 228 | 234 | 189 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.08 |
| HSL | 68º | 0.52% | 0.83% | - |
| HSV(B) | 68º | 0.19% | 0.92% | - |
| XYZ | 70.6 | 79.01 | 59.67 | - |
| YUV | 227.08 | 106.51 | 128.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 234 | 189 | 0.03 | 0 | 0.19 | 0.08 | 68 | 0.52 | 0.83 |
| Hex | E4 | EA | BD | 3 | 0 | 13 | 8 | 44 | 34 | 53 |
| Octal | 344 | 352 | 275 | 3 | 0 | 23 | 10 | 104 | 64 | 123 |
| Binary | 11100100 | 11101010 | 10111101 | 11 | 0 | 10011 | 1000 | 1000100 | 110100 | 1010011 |
Color Harmonies of #E4EABD
Complementary color
Monochromatic Colors of #E4EABD
Black with #E4EABD
Text Example
Text Example
White with #E4EABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4EABD; }
p { color: rgb(228,234,189); }
H1.HeaderClassName
{
color: #E4EABD;
}
.AnyTagClassName
{
color: #E4EABD;
}
</style>
background-color css
<style>
a { background-color: #E4EABD; }
a { background-color: rgb(228,234,189); }
div.DivClassName
{
background-color: #E4EABD;
}
.BgClassName
{
background-color: #E4EABD;
}
</style>
border-color css
<style>
span { border-color: #E4EABD; }
span { border-color: rgb(228,234,189); }
td.TdClassName
{
border-color: #E4EABD;
}
.TagClassName
{
border-color: #E4EABD;
}
</style>