Shades of Frost #E3E5CA
Tints of Frost #E3E5CA
RGB
CMYK
RGB Variations
Color information
#E3E5CA (or 0xE3E5CA) is known color: Frost. HEX triplet: E3, E5 and CA. RGB value is (227,229,202). Sum of RGB (Red+Green+Blue) = 227+229+202=658 (87% of max value = 765). Red value is 227 (89.06% from 255 or 34.50% from 658); Green value is 229 (89.84% from 255 or 34.80% from 658); Blue value is 202 (79.30% from 255 or 30.70% from 658); Max value from RGB is 229 - color contains mainly: green. Hex color #E3E5CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3E5CA is #1C1A35. Grayscale: #E1E1E1. Windows color (decimal): -1841718 or 13297123. OLE color: 13297123.
HSL color Cylindrical-coordinate representation of color #E3E5CA: hue angle of 64.44º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E3E5CA is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 227 | 229 | 202 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.10 |
| HSL | 64.44º | 0.34% | 0.85% | - |
| HSV(B) | 64.44º | 0.12% | 0.9% | - |
| XYZ | 70.36 | 76.63 | 66.96 | - |
| YUV | 225.32 | 114.84 | 129.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 229 | 202 | 0.01 | 0 | 0.12 | 0.10 | 64.44 | 0.34 | 0.85 |
| Hex | E3 | E5 | CA | 1 | 0 | C | A | 40 | 22 | 55 |
| Octal | 343 | 345 | 312 | 1 | 0 | 14 | 12 | 100 | 42 | 125 |
| Binary | 11100011 | 11100101 | 11001010 | 1 | 0 | 1100 | 1010 | 1000000 | 100010 | 1010101 |
Color Harmonies of #E3E5CA
Complementary color
Monochromatic Colors of #E3E5CA
Black with #E3E5CA
Text Example
Text Example
White with #E3E5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3E5CA; }
p { color: rgb(227,229,202); }
H1.HeaderClassName
{
color: #E3E5CA;
}
.AnyTagClassName
{
color: #E3E5CA;
}
</style>
background-color css
<style>
a { background-color: #E3E5CA; }
a { background-color: rgb(227,229,202); }
div.DivClassName
{
background-color: #E3E5CA;
}
.BgClassName
{
background-color: #E3E5CA;
}
</style>
border-color css
<style>
span { border-color: #E3E5CA; }
span { border-color: rgb(227,229,202); }
td.TdClassName
{
border-color: #E3E5CA;
}
.TagClassName
{
border-color: #E3E5CA;
}
</style>