Shades of Frost #E2ECC1
Tints of Frost #E2ECC1
RGB
CMYK
RGB Variations
Color information
#E2ECC1 (or 0xE2ECC1) is known color: Frost. HEX triplet: E2, EC and C1. RGB value is (226,236,193). Sum of RGB (Red+Green+Blue) = 226+236+193=655 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.50% from 655); Green value is 236 (92.58% from 255 or 36.03% from 655); Blue value is 193 (75.78% from 255 or 29.47% from 655); Max value from RGB is 236 - color contains mainly: green. Hex color #E2ECC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2ECC1 is #1D133E. Grayscale: #E4E4E4. Windows color (decimal): -1905471 or 12709090. OLE color: 12709090.
HSL color Cylindrical-coordinate representation of color #E2ECC1: hue angle of 73.95º degrees, saturation: 0.53, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2ECC1 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 236 | 193 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.07 |
| HSL | 73.95º | 0.53% | 0.84% | - |
| HSV(B) | 73.95º | 0.18% | 0.93% | - |
| XYZ | 70.99 | 80.01 | 62.15 | - |
| YUV | 228.11 | 108.19 | 126.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 236 | 193 | 0.04 | 0 | 0.18 | 0.07 | 73.95 | 0.53 | 0.84 |
| Hex | E2 | EC | C1 | 4 | 0 | 12 | 7 | 4A | 35 | 54 |
| Octal | 342 | 354 | 301 | 4 | 0 | 22 | 7 | 112 | 65 | 124 |
| Binary | 11100010 | 11101100 | 11000001 | 100 | 0 | 10010 | 111 | 1001010 | 110101 | 1010100 |
Color Harmonies of #E2ECC1
Complementary color
Monochromatic Colors of #E2ECC1
Black with #E2ECC1
Text Example
Text Example
White with #E2ECC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ECC1; }
p { color: rgb(226,236,193); }
H1.HeaderClassName
{
color: #E2ECC1;
}
.AnyTagClassName
{
color: #E2ECC1;
}
</style>
background-color css
<style>
a { background-color: #E2ECC1; }
a { background-color: rgb(226,236,193); }
div.DivClassName
{
background-color: #E2ECC1;
}
.BgClassName
{
background-color: #E2ECC1;
}
</style>
border-color css
<style>
span { border-color: #E2ECC1; }
span { border-color: rgb(226,236,193); }
td.TdClassName
{
border-color: #E2ECC1;
}
.TagClassName
{
border-color: #E2ECC1;
}
</style>