Shades of Frost #E0EABF
Tints of Frost #E0EABF
RGB
CMYK
RGB Variations
Color information
#E0EABF (or 0xE0EABF) is known color: Frost. HEX triplet: E0, EA and BF. RGB value is (224,234,191). Sum of RGB (Red+Green+Blue) = 224+234+191=649 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.51% from 649); Green value is 234 (91.80% from 255 or 36.06% from 649); Blue value is 191 (75% from 255 or 29.43% from 649); Max value from RGB is 234 - color contains mainly: green. Hex color #E0EABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EABF is #1F1540. Grayscale: #E2E2E2. Windows color (decimal): -2037057 or 12577504. OLE color: 12577504.
HSL color Cylindrical-coordinate representation of color #E0EABF: hue angle of 73.95º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E0EABF is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 224 | 234 | 191 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.08 |
| HSL | 73.95º | 0.51% | 0.83% | - |
| HSV(B) | 73.95º | 0.18% | 0.92% | - |
| XYZ | 69.57 | 78.45 | 60.77 | - |
| YUV | 226.11 | 108.19 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 234 | 191 | 0.04 | 0 | 0.18 | 0.08 | 73.95 | 0.51 | 0.83 |
| Hex | E0 | EA | BF | 4 | 0 | 12 | 8 | 4A | 33 | 53 |
| Octal | 340 | 352 | 277 | 4 | 0 | 22 | 10 | 112 | 63 | 123 |
| Binary | 11100000 | 11101010 | 10111111 | 100 | 0 | 10010 | 1000 | 1001010 | 110011 | 1010011 |
Color Harmonies of #E0EABF
Complementary color
Monochromatic Colors of #E0EABF
Black with #E0EABF
Text Example
Text Example
White with #E0EABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EABF; }
p { color: rgb(224,234,191); }
H1.HeaderClassName
{
color: #E0EABF;
}
.AnyTagClassName
{
color: #E0EABF;
}
</style>
background-color css
<style>
a { background-color: #E0EABF; }
a { background-color: rgb(224,234,191); }
div.DivClassName
{
background-color: #E0EABF;
}
.BgClassName
{
background-color: #E0EABF;
}
</style>
border-color css
<style>
span { border-color: #E0EABF; }
span { border-color: rgb(224,234,191); }
td.TdClassName
{
border-color: #E0EABF;
}
.TagClassName
{
border-color: #E0EABF;
}
</style>