Shades of Frost #E1E2CA
Tints of Frost #E1E2CA
RGB
CMYK
RGB Variations
Color information
#E1E2CA (or 0xE1E2CA) is known color: Frost. HEX triplet: E1, E2 and CA. RGB value is (225,226,202). Sum of RGB (Red+Green+Blue) = 225+226+202=653 (86% of max value = 765). Red value is 225 (88.28% from 255 or 34.46% from 653); Green value is 226 (88.67% from 255 or 34.61% from 653); Blue value is 202 (79.30% from 255 or 30.93% from 653); Max value from RGB is 226 - color contains mainly: green. Hex color #E1E2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1E2CA is #1E1D35. Grayscale: #DFDFDF. Windows color (decimal): -1973558 or 13296353. OLE color: 13296353.
HSL color Cylindrical-coordinate representation of color #E1E2CA: hue angle of 62.5º degrees, saturation: 0.29, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E1E2CA is Cyan = 0.00, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 226 | 202 | - |
| CMYK | 0.00 | 0 | 0.11 | 0.11 |
| HSL | 62.5º | 0.29% | 0.84% | - |
| HSV(B) | 62.5º | 0.11% | 0.89% | - |
| XYZ | 68.91 | 74.66 | 66.66 | - |
| YUV | 222.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 226 | 202 | 0.00 | 0 | 0.11 | 0.11 | 62.5 | 0.29 | 0.84 |
| Hex | E1 | E2 | CA | 0 | 0 | B | B | 3F | 1D | 54 |
| Octal | 341 | 342 | 312 | 0 | 0 | 13 | 13 | 77 | 35 | 124 |
| Binary | 11100001 | 11100010 | 11001010 | 0 | 0 | 1011 | 1011 | 111111 | 11101 | 1010100 |
Color Harmonies of #E1E2CA
Complementary color
Monochromatic Colors of #E1E2CA
Black with #E1E2CA
Text Example
Text Example
White with #E1E2CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E2CA; }
p { color: rgb(225,226,202); }
H1.HeaderClassName
{
color: #E1E2CA;
}
.AnyTagClassName
{
color: #E1E2CA;
}
</style>
background-color css
<style>
a { background-color: #E1E2CA; }
a { background-color: rgb(225,226,202); }
div.DivClassName
{
background-color: #E1E2CA;
}
.BgClassName
{
background-color: #E1E2CA;
}
</style>
border-color css
<style>
span { border-color: #E1E2CA; }
span { border-color: rgb(225,226,202); }
td.TdClassName
{
border-color: #E1E2CA;
}
.TagClassName
{
border-color: #E1E2CA;
}
</style>