Shades of Frost #E0EBBE
Tints of Frost #E0EBBE
RGB
CMYK
RGB Variations
Color information
#E0EBBE (or 0xE0EBBE) is known color: Frost. HEX triplet: E0, EB and BE. RGB value is (224,235,190). Sum of RGB (Red+Green+Blue) = 224+235+190=649 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.51% from 649); Green value is 235 (92.19% from 255 or 36.21% from 649); Blue value is 190 (74.61% from 255 or 29.28% from 649); Max value from RGB is 235 - color contains mainly: green. Hex color #E0EBBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EBBE is #1F1441. Grayscale: #E2E2E2. Windows color (decimal): -2036802 or 12512224. OLE color: 12512224.
HSL color Cylindrical-coordinate representation of color #E0EBBE: hue angle of 74.67º 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 #E0EBBE is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 235 | 190 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.08 |
| HSL | 74.67º | 0.53% | 0.83% | - |
| HSV(B) | 74.67º | 0.19% | 0.92% | - |
| XYZ | 69.74 | 78.98 | 60.28 | - |
| YUV | 226.58 | 107.36 | 126.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 235 | 190 | 0.05 | 0 | 0.19 | 0.08 | 74.67 | 0.53 | 0.83 |
| Hex | E0 | EB | BE | 5 | 0 | 13 | 8 | 4B | 35 | 53 |
| Octal | 340 | 353 | 276 | 5 | 0 | 23 | 10 | 113 | 65 | 123 |
| Binary | 11100000 | 11101011 | 10111110 | 101 | 0 | 10011 | 1000 | 1001011 | 110101 | 1010011 |
Color Harmonies of #E0EBBE
Complementary color
Monochromatic Colors of #E0EBBE
Black with #E0EBBE
Text Example
Text Example
White with #E0EBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EBBE; }
p { color: rgb(224,235,190); }
H1.HeaderClassName
{
color: #E0EBBE;
}
.AnyTagClassName
{
color: #E0EBBE;
}
</style>
background-color css
<style>
a { background-color: #E0EBBE; }
a { background-color: rgb(224,235,190); }
div.DivClassName
{
background-color: #E0EBBE;
}
.BgClassName
{
background-color: #E0EBBE;
}
</style>
border-color css
<style>
span { border-color: #E0EBBE; }
span { border-color: rgb(224,235,190); }
td.TdClassName
{
border-color: #E0EBBE;
}
.TagClassName
{
border-color: #E0EBBE;
}
</style>