Shades of Frost #E2ECC2
Tints of Frost #E2ECC2
RGB
CMYK
RGB Variations
Color information
#E2ECC2 (or 0xE2ECC2) is known color: Frost. HEX triplet: E2, EC and C2. RGB value is (226,236,194). Sum of RGB (Red+Green+Blue) = 226+236+194=656 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.45% from 656); Green value is 236 (92.58% from 255 or 35.98% from 656); Blue value is 194 (76.17% from 255 or 29.57% from 656); Max value from RGB is 236 - color contains mainly: green. Hex color #E2ECC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E2ECC2 is #1D133D. Grayscale: #E4E4E4. Windows color (decimal): -1905470 or 12774626. OLE color: 12774626.
HSL color Cylindrical-coordinate representation of color #E2ECC2: hue angle of 74.29º degrees, saturation: 0.52, 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 #E2ECC2 is Cyan = 0.04, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 226 | 236 | 194 | - |
| CMYK | 0.04 | 0 | 0.18 | 0.07 |
| HSL | 74.29º | 0.53% | 0.84% | - |
| HSV(B) | 74.29º | 0.18% | 0.93% | - |
| XYZ | 71.1 | 80.05 | 62.74 | - |
| YUV | 228.22 | 108.69 | 126.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 236 | 194 | 0.04 | 0 | 0.18 | 0.07 | 74.29 | 0.53 | 0.84 |
| Hex | E2 | EC | C2 | 4 | 0 | 12 | 7 | 4A | 34 | 54 |
| Octal | 342 | 354 | 302 | 4 | 0 | 22 | 7 | 112 | 64 | 124 |
| Binary | 11100010 | 11101100 | 11000010 | 100 | 0 | 10010 | 111 | 1001010 | 110100 | 1010100 |
Color Harmonies of #E2ECC2
Complementary color
Monochromatic Colors of #E2ECC2
Black with #E2ECC2
Text Example
Text Example
White with #E2ECC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2ECC2; }
p { color: rgb(226,236,194); }
H1.HeaderClassName
{
color: #E2ECC2;
}
.AnyTagClassName
{
color: #E2ECC2;
}
</style>
background-color css
<style>
a { background-color: #E2ECC2; }
a { background-color: rgb(226,236,194); }
div.DivClassName
{
background-color: #E2ECC2;
}
.BgClassName
{
background-color: #E2ECC2;
}
</style>
border-color css
<style>
span { border-color: #E2ECC2; }
span { border-color: rgb(226,236,194); }
td.TdClassName
{
border-color: #E2ECC2;
}
.TagClassName
{
border-color: #E2ECC2;
}
</style>