Shades of Frost #E2EABC
Tints of Frost #E2EABC
RGB
CMYK
RGB Variations
Color information
#E2EABC (or 0xE2EABC) is known color: Frost. HEX triplet: E2, EA and BC. RGB value is (226,234,188). Sum of RGB (Red+Green+Blue) = 226+234+188=648 (85% of max value = 765). Red value is 226 (88.67% from 255 or 34.88% from 648); Green value is 234 (91.80% from 255 or 36.11% from 648); Blue value is 188 (73.83% from 255 or 29.01% from 648); Max value from RGB is 234 - color contains mainly: green. Hex color #E2EABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2EABC is #1D1543. Grayscale: #E2E2E2. Windows color (decimal): -1905988 or 12380898. OLE color: 12380898.
HSL color Cylindrical-coordinate representation of color #E2EABC: hue angle of 70.43º degrees, saturation: 0.52, 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 #E2EABC is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 226 | 234 | 188 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.08 |
| HSL | 70.43º | 0.52% | 0.83% | - |
| HSV(B) | 70.43º | 0.2% | 0.92% | - |
| XYZ | 69.86 | 78.65 | 59.07 | - |
| YUV | 226.36 | 106.35 | 127.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 234 | 188 | 0.03 | 0 | 0.20 | 0.08 | 70.43 | 0.52 | 0.83 |
| Hex | E2 | EA | BC | 3 | 0 | 14 | 8 | 46 | 34 | 53 |
| Octal | 342 | 352 | 274 | 3 | 0 | 24 | 10 | 106 | 64 | 123 |
| Binary | 11100010 | 11101010 | 10111100 | 11 | 0 | 10100 | 1000 | 1000110 | 110100 | 1010011 |
Color Harmonies of #E2EABC
Complementary color
Monochromatic Colors of #E2EABC
Black with #E2EABC
Text Example
Text Example
White with #E2EABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2EABC; }
p { color: rgb(226,234,188); }
H1.HeaderClassName
{
color: #E2EABC;
}
.AnyTagClassName
{
color: #E2EABC;
}
</style>
background-color css
<style>
a { background-color: #E2EABC; }
a { background-color: rgb(226,234,188); }
div.DivClassName
{
background-color: #E2EABC;
}
.BgClassName
{
background-color: #E2EABC;
}
</style>
border-color css
<style>
span { border-color: #E2EABC; }
span { border-color: rgb(226,234,188); }
td.TdClassName
{
border-color: #E2EABC;
}
.TagClassName
{
border-color: #E2EABC;
}
</style>