Shades of Frost #E1EBBE
Tints of Frost #E1EBBE
RGB
CMYK
RGB Variations
Color information
#E1EBBE (or 0xE1EBBE) is known color: Frost. HEX triplet: E1, EB and BE. RGB value is (225,235,190). Sum of RGB (Red+Green+Blue) = 225+235+190=650 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.62% from 650); Green value is 235 (92.19% from 255 or 36.15% from 650); Blue value is 190 (74.61% from 255 or 29.23% from 650); Max value from RGB is 235 - color contains mainly: green. Hex color #E1EBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EBBE is #1E1441. Grayscale: #E3E3E3. Windows color (decimal): -1971266 or 12512225. OLE color: 12512225.
HSL color Cylindrical-coordinate representation of color #E1EBBE: hue angle of 73.33º degrees, saturation: 0.53, 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 #E1EBBE is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 235 | 190 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.08 |
| HSL | 73.33º | 0.53% | 0.83% | - |
| HSV(B) | 73.33º | 0.19% | 0.92% | - |
| XYZ | 70.05 | 79.14 | 60.3 | - |
| YUV | 226.88 | 107.19 | 126.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 235 | 190 | 0.04 | 0 | 0.19 | 0.08 | 73.33 | 0.53 | 0.83 |
| Hex | E1 | EB | BE | 4 | 0 | 13 | 8 | 49 | 35 | 53 |
| Octal | 341 | 353 | 276 | 4 | 0 | 23 | 10 | 111 | 65 | 123 |
| Binary | 11100001 | 11101011 | 10111110 | 100 | 0 | 10011 | 1000 | 1001001 | 110101 | 1010011 |
Color Harmonies of #E1EBBE
Complementary color
Monochromatic Colors of #E1EBBE
Black with #E1EBBE
Text Example
Text Example
White with #E1EBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EBBE; }
p { color: rgb(225,235,190); }
H1.HeaderClassName
{
color: #E1EBBE;
}
.AnyTagClassName
{
color: #E1EBBE;
}
</style>
background-color css
<style>
a { background-color: #E1EBBE; }
a { background-color: rgb(225,235,190); }
div.DivClassName
{
background-color: #E1EBBE;
}
.BgClassName
{
background-color: #E1EBBE;
}
</style>
border-color css
<style>
span { border-color: #E1EBBE; }
span { border-color: rgb(225,235,190); }
td.TdClassName
{
border-color: #E1EBBE;
}
.TagClassName
{
border-color: #E1EBBE;
}
</style>