Shades of Frost #E2E3CC
Tints of Frost #E2E3CC
RGB
CMYK
RGB Variations
Color information
#E2E3CC (or 0xE2E3CC) is known color: Frost. HEX triplet: E2, E3 and CC. RGB value is (226,227,204). Sum of RGB (Red+Green+Blue) = 226+227+204=657 (87% of max value = 765). Red value is 226 (88.67% from 255 or 34.40% from 657); Green value is 227 (89.06% from 255 or 34.55% from 657); Blue value is 204 (80.08% from 255 or 31.05% from 657); Max value from RGB is 227 - color contains mainly: green. Hex color #E2E3CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2E3CC is #1D1C33. Grayscale: #E0E0E0. Windows color (decimal): -1907764 or 13427682. OLE color: 13427682.
HSL color Cylindrical-coordinate representation of color #E2E3CC: hue angle of 62.61º degrees, saturation: 0.29, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2E3CC is Cyan = 0.00, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 227 | 204 | - |
| CMYK | 0.00 | 0 | 0.10 | 0.11 |
| HSL | 62.61º | 0.29% | 0.85% | - |
| HSV(B) | 62.61º | 0.1% | 0.89% | - |
| XYZ | 69.73 | 75.47 | 68.02 | - |
| YUV | 224.08 | 116.67 | 129.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 227 | 204 | 0.00 | 0 | 0.10 | 0.11 | 62.61 | 0.29 | 0.85 |
| Hex | E2 | E3 | CC | 0 | 0 | A | B | 3F | 1D | 55 |
| Octal | 342 | 343 | 314 | 0 | 0 | 12 | 13 | 77 | 35 | 125 |
| Binary | 11100010 | 11100011 | 11001100 | 0 | 0 | 1010 | 1011 | 111111 | 11101 | 1010101 |
Color Harmonies of #E2E3CC
Complementary color
Monochromatic Colors of #E2E3CC
Black with #E2E3CC
Text Example
Text Example
White with #E2E3CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E3CC; }
p { color: rgb(226,227,204); }
H1.HeaderClassName
{
color: #E2E3CC;
}
.AnyTagClassName
{
color: #E2E3CC;
}
</style>
background-color css
<style>
a { background-color: #E2E3CC; }
a { background-color: rgb(226,227,204); }
div.DivClassName
{
background-color: #E2E3CC;
}
.BgClassName
{
background-color: #E2E3CC;
}
</style>
border-color css
<style>
span { border-color: #E2E3CC; }
span { border-color: rgb(226,227,204); }
td.TdClassName
{
border-color: #E2E3CC;
}
.TagClassName
{
border-color: #E2E3CC;
}
</style>