Shades of Frost #E0EBBB
Tints of Frost #E0EBBB
RGB
CMYK
RGB Variations
Color information
#E0EBBB (or 0xE0EBBB) is known color: Frost. HEX triplet: E0, EB and BB. RGB value is (224,235,187). Sum of RGB (Red+Green+Blue) = 224+235+187=646 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.67% from 646); Green value is 235 (92.19% from 255 or 36.38% from 646); Blue value is 187 (73.44% from 255 or 28.95% from 646); Max value from RGB is 235 - color contains mainly: green. Hex color #E0EBBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EBBB is #1F1444. Grayscale: #E2E2E2. Windows color (decimal): -2036805 or 12315616. OLE color: 12315616.
HSL color Cylindrical-coordinate representation of color #E0EBBB: hue angle of 73.75º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E0EBBB is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 235 | 187 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.08 |
| HSL | 73.75º | 0.55% | 0.83% | - |
| HSV(B) | 73.75º | 0.2% | 0.92% | - |
| XYZ | 69.42 | 78.85 | 58.57 | - |
| YUV | 226.24 | 105.86 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 235 | 187 | 0.05 | 0 | 0.20 | 0.08 | 73.75 | 0.55 | 0.83 |
| Hex | E0 | EB | BB | 5 | 0 | 14 | 8 | 4A | 37 | 53 |
| Octal | 340 | 353 | 273 | 5 | 0 | 24 | 10 | 112 | 67 | 123 |
| Binary | 11100000 | 11101011 | 10111011 | 101 | 0 | 10100 | 1000 | 1001010 | 110111 | 1010011 |
Color Harmonies of #E0EBBB
Complementary color
Monochromatic Colors of #E0EBBB
Black with #E0EBBB
Text Example
Text Example
White with #E0EBBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EBBB; }
p { color: rgb(224,235,187); }
H1.HeaderClassName
{
color: #E0EBBB;
}
.AnyTagClassName
{
color: #E0EBBB;
}
</style>
background-color css
<style>
a { background-color: #E0EBBB; }
a { background-color: rgb(224,235,187); }
div.DivClassName
{
background-color: #E0EBBB;
}
.BgClassName
{
background-color: #E0EBBB;
}
</style>
border-color css
<style>
span { border-color: #E0EBBB; }
span { border-color: rgb(224,235,187); }
td.TdClassName
{
border-color: #E0EBBB;
}
.TagClassName
{
border-color: #E0EBBB;
}
</style>