Shades of Frost #E5EBC4
Tints of Frost #E5EBC4
RGB
CMYK
RGB Variations
Color information
#E5EBC4 (or 0xE5EBC4) is known color: Frost. HEX triplet: E5, EB and C4. RGB value is (229,235,196). Sum of RGB (Red+Green+Blue) = 229+235+196=660 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.70% from 660); Green value is 235 (92.19% from 255 or 35.61% from 660); Blue value is 196 (76.95% from 255 or 29.70% from 660); Max value from RGB is 235 - color contains mainly: green. Hex color #E5EBC4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5EBC4 is #1A143B. Grayscale: #E4E4E4. Windows color (decimal): -1709116 or 12905445. OLE color: 12905445.
HSL color Cylindrical-coordinate representation of color #E5EBC4: hue angle of 69.23º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5EBC4 is Cyan = 0.03, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 235 | 196 | - |
| CMYK | 0.03 | 0 | 0.17 | 0.08 |
| HSL | 69.23º | 0.49% | 0.85% | - |
| HSV(B) | 69.23º | 0.17% | 0.92% | - |
| XYZ | 71.99 | 80.06 | 63.88 | - |
| YUV | 228.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 235 | 196 | 0.03 | 0 | 0.17 | 0.08 | 69.23 | 0.49 | 0.85 |
| Hex | E5 | EB | C4 | 3 | 0 | 11 | 8 | 45 | 31 | 55 |
| Octal | 345 | 353 | 304 | 3 | 0 | 21 | 10 | 105 | 61 | 125 |
| Binary | 11100101 | 11101011 | 11000100 | 11 | 0 | 10001 | 1000 | 1000101 | 110001 | 1010101 |
Color Harmonies of #E5EBC4
Complementary color
Monochromatic Colors of #E5EBC4
Black with #E5EBC4
Text Example
Text Example
White with #E5EBC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EBC4; }
p { color: rgb(229,235,196); }
H1.HeaderClassName
{
color: #E5EBC4;
}
.AnyTagClassName
{
color: #E5EBC4;
}
</style>
background-color css
<style>
a { background-color: #E5EBC4; }
a { background-color: rgb(229,235,196); }
div.DivClassName
{
background-color: #E5EBC4;
}
.BgClassName
{
background-color: #E5EBC4;
}
</style>
border-color css
<style>
span { border-color: #E5EBC4; }
span { border-color: rgb(229,235,196); }
td.TdClassName
{
border-color: #E5EBC4;
}
.TagClassName
{
border-color: #E5EBC4;
}
</style>