Shades of Frost #E5EEBF
Tints of Frost #E5EEBF
RGB
CMYK
RGB Variations
Color information
#E5EEBF (or 0xE5EEBF) is known color: Frost. HEX triplet: E5, EE and BF. RGB value is (229,238,191). Sum of RGB (Red+Green+Blue) = 229+238+191=658 (87% of max value = 765). Red value is 229 (89.84% from 255 or 34.80% from 658); Green value is 238 (93.36% from 255 or 36.17% from 658); Blue value is 191 (75% from 255 or 29.03% from 658); Max value from RGB is 238 - color contains mainly: green. Hex color #E5EEBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5EEBF is #1A1140. Grayscale: #E6E6E6. Windows color (decimal): -1708353 or 12578533. OLE color: 12578533.
HSL color Cylindrical-coordinate representation of color #E5EEBF: hue angle of 71.49º degrees, saturation: 0.58, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E5EEBF is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 229 | 238 | 191 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.07 |
| HSL | 71.49º | 0.58% | 0.84% | - |
| HSV(B) | 71.49º | 0.2% | 0.93% | - |
| XYZ | 72.29 | 81.57 | 61.22 | - |
| YUV | 229.95 | 106.02 | 127.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 238 | 191 | 0.04 | 0 | 0.20 | 0.07 | 71.49 | 0.58 | 0.84 |
| Hex | E5 | EE | BF | 4 | 0 | 14 | 7 | 47 | 3A | 54 |
| Octal | 345 | 356 | 277 | 4 | 0 | 24 | 7 | 107 | 72 | 124 |
| Binary | 11100101 | 11101110 | 10111111 | 100 | 0 | 10100 | 111 | 1000111 | 111010 | 1010100 |
Color Harmonies of #E5EEBF
Complementary color
Monochromatic Colors of #E5EEBF
Black with #E5EEBF
Text Example
Text Example
White with #E5EEBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EEBF; }
p { color: rgb(229,238,191); }
H1.HeaderClassName
{
color: #E5EEBF;
}
.AnyTagClassName
{
color: #E5EEBF;
}
</style>
background-color css
<style>
a { background-color: #E5EEBF; }
a { background-color: rgb(229,238,191); }
div.DivClassName
{
background-color: #E5EEBF;
}
.BgClassName
{
background-color: #E5EEBF;
}
</style>
border-color css
<style>
span { border-color: #E5EEBF; }
span { border-color: rgb(229,238,191); }
td.TdClassName
{
border-color: #E5EEBF;
}
.TagClassName
{
border-color: #E5EEBF;
}
</style>