Shades of Frost #E3EABF
Tints of Frost #E3EABF
RGB
CMYK
RGB Variations
Color information
#E3EABF (or 0xE3EABF) is known color: Frost. HEX triplet: E3, EA and BF. RGB value is (227,234,191). Sum of RGB (Red+Green+Blue) = 227+234+191=652 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.82% from 652); Green value is 234 (91.80% from 255 or 35.89% from 652); Blue value is 191 (75% from 255 or 29.29% from 652); Max value from RGB is 234 - color contains mainly: green. Hex color #E3EABF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E3EABF is #1C1540. Grayscale: #E3E3E3. Windows color (decimal): -1840449 or 12577507. OLE color: 12577507.
HSL color Cylindrical-coordinate representation of color #E3EABF: hue angle of 69.77º 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 #E3EABF is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 227 | 234 | 191 | - |
| CMYK | 0.03 | 0 | 0.18 | 0.08 |
| HSL | 69.77º | 0.51% | 0.83% | - |
| HSV(B) | 69.77º | 0.18% | 0.92% | - |
| XYZ | 70.51 | 78.94 | 60.81 | - |
| YUV | 227.01 | 107.68 | 128 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 234 | 191 | 0.03 | 0 | 0.18 | 0.08 | 69.77 | 0.51 | 0.83 |
| Hex | E3 | EA | BF | 3 | 0 | 12 | 8 | 46 | 33 | 53 |
| Octal | 343 | 352 | 277 | 3 | 0 | 22 | 10 | 106 | 63 | 123 |
| Binary | 11100011 | 11101010 | 10111111 | 11 | 0 | 10010 | 1000 | 1000110 | 110011 | 1010011 |
Color Harmonies of #E3EABF
Complementary color
Monochromatic Colors of #E3EABF
Black with #E3EABF
Text Example
Text Example
White with #E3EABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3EABF; }
p { color: rgb(227,234,191); }
H1.HeaderClassName
{
color: #E3EABF;
}
.AnyTagClassName
{
color: #E3EABF;
}
</style>
background-color css
<style>
a { background-color: #E3EABF; }
a { background-color: rgb(227,234,191); }
div.DivClassName
{
background-color: #E3EABF;
}
.BgClassName
{
background-color: #E3EABF;
}
</style>
border-color css
<style>
span { border-color: #E3EABF; }
span { border-color: rgb(227,234,191); }
td.TdClassName
{
border-color: #E3EABF;
}
.TagClassName
{
border-color: #E3EABF;
}
</style>