Shades of Frost #E4ECBC
Tints of Frost #E4ECBC
RGB
CMYK
RGB Variations
Color information
#E4ECBC (or 0xE4ECBC) is known color: Frost. HEX triplet: E4, EC and BC. RGB value is (228,236,188). Sum of RGB (Red+Green+Blue) = 228+236+188=652 (86% of max value = 765). Red value is 228 (89.45% from 255 or 34.97% from 652); Green value is 236 (92.58% from 255 or 36.20% from 652); Blue value is 188 (73.83% from 255 or 28.83% from 652); Max value from RGB is 236 - color contains mainly: green. Hex color #E4ECBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E4ECBC is #1B1343. Grayscale: #E4E4E4. Windows color (decimal): -1774404 or 12381412. OLE color: 12381412.
HSL color Cylindrical-coordinate representation of color #E4ECBC: hue angle of 70º 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 #E4ECBC is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 228 | 236 | 188 | - |
| CMYK | 0.03 | 0 | 0.20 | 0.07 |
| HSL | 70º | 0.56% | 0.83% | - |
| HSV(B) | 70º | 0.2% | 0.93% | - |
| XYZ | 71.07 | 80.12 | 59.3 | - |
| YUV | 228.14 | 105.35 | 127.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 236 | 188 | 0.03 | 0 | 0.20 | 0.07 | 70 | 0.56 | 0.83 |
| Hex | E4 | EC | BC | 3 | 0 | 14 | 7 | 46 | 38 | 53 |
| Octal | 344 | 354 | 274 | 3 | 0 | 24 | 7 | 106 | 70 | 123 |
| Binary | 11100100 | 11101100 | 10111100 | 11 | 0 | 10100 | 111 | 1000110 | 111000 | 1010011 |
Color Harmonies of #E4ECBC
Complementary color
Monochromatic Colors of #E4ECBC
Black with #E4ECBC
Text Example
Text Example
White with #E4ECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4ECBC; }
p { color: rgb(228,236,188); }
H1.HeaderClassName
{
color: #E4ECBC;
}
.AnyTagClassName
{
color: #E4ECBC;
}
</style>
background-color css
<style>
a { background-color: #E4ECBC; }
a { background-color: rgb(228,236,188); }
div.DivClassName
{
background-color: #E4ECBC;
}
.BgClassName
{
background-color: #E4ECBC;
}
</style>
border-color css
<style>
span { border-color: #E4ECBC; }
span { border-color: rgb(228,236,188); }
td.TdClassName
{
border-color: #E4ECBC;
}
.TagClassName
{
border-color: #E4ECBC;
}
</style>