Shades of Frost #E5EEC1
Tints of Frost #E5EEC1
RGB
CMYK
RGB Variations
Color information
#E5EEC1 (or 0xE5EEC1) is known color: Frost. HEX triplet: E5, EE and C1. RGB value is (229,238,193). Sum of RGB (Red+Green+Blue) = 229+238+193=660 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.70% from 660); Green value is 238 (93.36% from 255 or 36.06% from 660); Blue value is 193 (75.78% from 255 or 29.24% from 660); Max value from RGB is 238 - color contains mainly: green. Hex color #E5EEC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5EEC1 is #1A113E. Grayscale: #E6E6E6. Windows color (decimal): -1708351 or 12709605. OLE color: 12709605.
HSL color Cylindrical-coordinate representation of color #E5EEC1: hue angle of 72º degrees, saturation: 0.57, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E5EEC1 is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 238 | 193 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.07 |
| HSL | 72º | 0.57% | 0.85% | - |
| HSV(B) | 72º | 0.19% | 0.93% | - |
| XYZ | 72.51 | 81.66 | 62.39 | - |
| YUV | 230.18 | 107.02 | 127.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 238 | 193 | 0.04 | 0 | 0.19 | 0.07 | 72 | 0.57 | 0.85 |
| Hex | E5 | EE | C1 | 4 | 0 | 13 | 7 | 48 | 39 | 55 |
| Octal | 345 | 356 | 301 | 4 | 0 | 23 | 7 | 110 | 71 | 125 |
| Binary | 11100101 | 11101110 | 11000001 | 100 | 0 | 10011 | 111 | 1001000 | 111001 | 1010101 |
Color Harmonies of #E5EEC1
Complementary color
Monochromatic Colors of #E5EEC1
Black with #E5EEC1
Text Example
Text Example
White with #E5EEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EEC1; }
p { color: rgb(229,238,193); }
H1.HeaderClassName
{
color: #E5EEC1;
}
.AnyTagClassName
{
color: #E5EEC1;
}
</style>
background-color css
<style>
a { background-color: #E5EEC1; }
a { background-color: rgb(229,238,193); }
div.DivClassName
{
background-color: #E5EEC1;
}
.BgClassName
{
background-color: #E5EEC1;
}
</style>
border-color css
<style>
span { border-color: #E5EEC1; }
span { border-color: rgb(229,238,193); }
td.TdClassName
{
border-color: #E5EEC1;
}
.TagClassName
{
border-color: #E5EEC1;
}
</style>