Shades of Frost #E5EBBF
Tints of Frost #E5EBBF
RGB
CMYK
RGB Variations
Color information
#E5EBBF (or 0xE5EBBF) is known color: Frost. HEX triplet: E5, EB and BF. RGB value is (229,235,191). Sum of RGB (Red+Green+Blue) = 229+235+191=655 (86% of max value = 765). Red value is 229 (89.84% from 255 or 34.96% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 191 (75% from 255 or 29.16% from 655); Max value from RGB is 235 - color contains mainly: green. Hex color #E5EBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E5EBBF is #1A1440. Grayscale: #E4E4E4. Windows color (decimal): -1709121 or 12577765. OLE color: 12577765.
HSL color Cylindrical-coordinate representation of color #E5EBBF: hue angle of 68.18º 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 #E5EBBF is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 229 | 235 | 191 | - |
| CMYK | 0.03 | 0 | 0.19 | 0.08 |
| HSL | 68.18º | 0.52% | 0.84% | - |
| HSV(B) | 68.18º | 0.19% | 0.92% | - |
| XYZ | 71.43 | 79.84 | 60.94 | - |
| YUV | 228.19 | 107.01 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 235 | 191 | 0.03 | 0 | 0.19 | 0.08 | 68.18 | 0.52 | 0.84 |
| Hex | E5 | EB | BF | 3 | 0 | 13 | 8 | 44 | 34 | 54 |
| Octal | 345 | 353 | 277 | 3 | 0 | 23 | 10 | 104 | 64 | 124 |
| Binary | 11100101 | 11101011 | 10111111 | 11 | 0 | 10011 | 1000 | 1000100 | 110100 | 1010100 |
Color Harmonies of #E5EBBF
Complementary color
Monochromatic Colors of #E5EBBF
Black with #E5EBBF
Text Example
Text Example
White with #E5EBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5EBBF; }
p { color: rgb(229,235,191); }
H1.HeaderClassName
{
color: #E5EBBF;
}
.AnyTagClassName
{
color: #E5EBBF;
}
</style>
background-color css
<style>
a { background-color: #E5EBBF; }
a { background-color: rgb(229,235,191); }
div.DivClassName
{
background-color: #E5EBBF;
}
.BgClassName
{
background-color: #E5EBBF;
}
</style>
border-color css
<style>
span { border-color: #E5EBBF; }
span { border-color: rgb(229,235,191); }
td.TdClassName
{
border-color: #E5EBBF;
}
.TagClassName
{
border-color: #E5EBBF;
}
</style>