Shades of Frost #E1ECBC
Tints of Frost #E1ECBC
RGB
CMYK
RGB Variations
Color information
#E1ECBC (or 0xE1ECBC) is known color: Frost. HEX triplet: E1, EC and BC. RGB value is (225,236,188). Sum of RGB (Red+Green+Blue) = 225+236+188=649 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.67% from 649); Green value is 236 (92.58% from 255 or 36.36% from 649); Blue value is 188 (73.83% from 255 or 28.97% from 649); Max value from RGB is 236 - color contains mainly: green. Hex color #E1ECBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1ECBC is #1E1343. Grayscale: #E3E3E3. Windows color (decimal): -1971012 or 12381409. OLE color: 12381409.
HSL color Cylindrical-coordinate representation of color #E1ECBC: hue angle of 73.75º degrees, saturation: 0.56, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E1ECBC is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 236 | 188 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.07 |
| HSL | 73.75º | 0.56% | 0.83% | - |
| HSV(B) | 73.75º | 0.2% | 0.93% | - |
| XYZ | 70.12 | 79.63 | 59.25 | - |
| YUV | 227.24 | 105.86 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 236 | 188 | 0.05 | 0 | 0.20 | 0.07 | 73.75 | 0.56 | 0.83 |
| Hex | E1 | EC | BC | 5 | 0 | 14 | 7 | 4A | 38 | 53 |
| Octal | 341 | 354 | 274 | 5 | 0 | 24 | 7 | 112 | 70 | 123 |
| Binary | 11100001 | 11101100 | 10111100 | 101 | 0 | 10100 | 111 | 1001010 | 111000 | 1010011 |
Color Harmonies of #E1ECBC
Complementary color
Monochromatic Colors of #E1ECBC
Black with #E1ECBC
Text Example
Text Example
White with #E1ECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1ECBC; }
p { color: rgb(225,236,188); }
H1.HeaderClassName
{
color: #E1ECBC;
}
.AnyTagClassName
{
color: #E1ECBC;
}
</style>
background-color css
<style>
a { background-color: #E1ECBC; }
a { background-color: rgb(225,236,188); }
div.DivClassName
{
background-color: #E1ECBC;
}
.BgClassName
{
background-color: #E1ECBC;
}
</style>
border-color css
<style>
span { border-color: #E1ECBC; }
span { border-color: rgb(225,236,188); }
td.TdClassName
{
border-color: #E1ECBC;
}
.TagClassName
{
border-color: #E1ECBC;
}
</style>