Shades of Frost #E2E6C3
Tints of Frost #E2E6C3
RGB
CMYK
RGB Variations
Color information
#E2E6C3 (or 0xE2E6C3) is known color: Frost. HEX triplet: E2, E6 and C3. RGB value is (226,230,195). Sum of RGB (Red+Green+Blue) = 226+230+195=651 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.72% from 651); Green value is 230 (90.23% from 255 or 35.33% from 651); Blue value is 195 (76.56% from 255 or 29.95% from 651); Max value from RGB is 230 - color contains mainly: green. Hex color #E2E6C3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2E6C3 is #1D193C. Grayscale: #E0E0E0. Windows color (decimal): -1907005 or 12838626. OLE color: 12838626.
HSL color Cylindrical-coordinate representation of color #E2E6C3: hue angle of 66.86º degrees, saturation: 0.41, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E2E6C3 is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 226 | 230 | 195 | - |
| CMYK | 0.02 | 0 | 0.15 | 0.10 |
| HSL | 66.86º | 0.41% | 0.83% | - |
| HSV(B) | 66.86º | 0.15% | 0.9% | - |
| XYZ | 69.51 | 76.7 | 62.77 | - |
| YUV | 224.81 | 111.17 | 128.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 230 | 195 | 0.02 | 0 | 0.15 | 0.10 | 66.86 | 0.41 | 0.83 |
| Hex | E2 | E6 | C3 | 2 | 0 | F | A | 43 | 29 | 53 |
| Octal | 342 | 346 | 303 | 2 | 0 | 17 | 12 | 103 | 51 | 123 |
| Binary | 11100010 | 11100110 | 11000011 | 10 | 0 | 1111 | 1010 | 1000011 | 101001 | 1010011 |
Color Harmonies of #E2E6C3
Complementary color
Monochromatic Colors of #E2E6C3
Black with #E2E6C3
Text Example
Text Example
White with #E2E6C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2E6C3; }
p { color: rgb(226,230,195); }
H1.HeaderClassName
{
color: #E2E6C3;
}
.AnyTagClassName
{
color: #E2E6C3;
}
</style>
background-color css
<style>
a { background-color: #E2E6C3; }
a { background-color: rgb(226,230,195); }
div.DivClassName
{
background-color: #E2E6C3;
}
.BgClassName
{
background-color: #E2E6C3;
}
</style>
border-color css
<style>
span { border-color: #E2E6C3; }
span { border-color: rgb(226,230,195); }
td.TdClassName
{
border-color: #E2E6C3;
}
.TagClassName
{
border-color: #E2E6C3;
}
</style>