Shades of Frost #E1EBBF
Tints of Frost #E1EBBF
RGB
CMYK
RGB Variations
Color information
#E1EBBF (or 0xE1EBBF) is known color: Frost. HEX triplet: E1, EB and BF. RGB value is (225,235,191). Sum of RGB (Red+Green+Blue) = 225+235+191=651 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.56% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 191 (75% from 255 or 29.34% from 651); Max value from RGB is 235 - color contains mainly: green. Hex color #E1EBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EBBF is #1E1440. Grayscale: #E3E3E3. Windows color (decimal): -1971265 or 12577761. OLE color: 12577761.
HSL color Cylindrical-coordinate representation of color #E1EBBF: hue angle of 73.64º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1EBBF is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 225 | 235 | 191 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.08 |
| HSL | 73.64º | 0.52% | 0.84% | - |
| HSV(B) | 73.64º | 0.19% | 0.92% | - |
| XYZ | 70.16 | 79.19 | 60.88 | - |
| YUV | 226.99 | 107.69 | 126.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 235 | 191 | 0.04 | 0 | 0.19 | 0.08 | 73.64 | 0.52 | 0.84 |
| Hex | E1 | EB | BF | 4 | 0 | 13 | 8 | 4A | 34 | 54 |
| Octal | 341 | 353 | 277 | 4 | 0 | 23 | 10 | 112 | 64 | 124 |
| Binary | 11100001 | 11101011 | 10111111 | 100 | 0 | 10011 | 1000 | 1001010 | 110100 | 1010100 |
Color Harmonies of #E1EBBF
Complementary color
Monochromatic Colors of #E1EBBF
Black with #E1EBBF
Text Example
Text Example
White with #E1EBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EBBF; }
p { color: rgb(225,235,191); }
H1.HeaderClassName
{
color: #E1EBBF;
}
.AnyTagClassName
{
color: #E1EBBF;
}
</style>
background-color css
<style>
a { background-color: #E1EBBF; }
a { background-color: rgb(225,235,191); }
div.DivClassName
{
background-color: #E1EBBF;
}
.BgClassName
{
background-color: #E1EBBF;
}
</style>
border-color css
<style>
span { border-color: #E1EBBF; }
span { border-color: rgb(225,235,191); }
td.TdClassName
{
border-color: #E1EBBF;
}
.TagClassName
{
border-color: #E1EBBF;
}
</style>