Shades of Frost #E0ECBC
Tints of Frost #E0ECBC
RGB
CMYK
RGB Variations
Color information
#E0ECBC (or 0xE0ECBC) is known color: Frost. HEX triplet: E0, EC and BC. RGB value is (224,236,188). Sum of RGB (Red+Green+Blue) = 224+236+188=648 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.57% from 648); Green value is 236 (92.58% from 255 or 36.42% from 648); Blue value is 188 (73.83% from 255 or 29.01% from 648); Max value from RGB is 236 - color contains mainly: green. Hex color #E0ECBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0ECBC is #1F1343. Grayscale: #E3E3E3. Windows color (decimal): -2036548 or 12381408. OLE color: 12381408.
HSL color Cylindrical-coordinate representation of color #E0ECBC: hue angle of 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 #E0ECBC is Cyan = 0.05, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 236 | 188 | - |
| CMYK | 0.05 | 0 | 0.20 | 0.07 |
| HSL | 75º | 0.56% | 0.83% | - |
| HSV(B) | 75º | 0.2% | 0.93% | - |
| XYZ | 69.81 | 79.47 | 59.24 | - |
| YUV | 226.94 | 106.02 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 236 | 188 | 0.05 | 0 | 0.20 | 0.07 | 75 | 0.56 | 0.83 |
| Hex | E0 | EC | BC | 5 | 0 | 14 | 7 | 4B | 38 | 53 |
| Octal | 340 | 354 | 274 | 5 | 0 | 24 | 7 | 113 | 70 | 123 |
| Binary | 11100000 | 11101100 | 10111100 | 101 | 0 | 10100 | 111 | 1001011 | 111000 | 1010011 |
Color Harmonies of #E0ECBC
Complementary color
Monochromatic Colors of #E0ECBC
Black with #E0ECBC
Text Example
Text Example
White with #E0ECBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ECBC; }
p { color: rgb(224,236,188); }
H1.HeaderClassName
{
color: #E0ECBC;
}
.AnyTagClassName
{
color: #E0ECBC;
}
</style>
background-color css
<style>
a { background-color: #E0ECBC; }
a { background-color: rgb(224,236,188); }
div.DivClassName
{
background-color: #E0ECBC;
}
.BgClassName
{
background-color: #E0ECBC;
}
</style>
border-color css
<style>
span { border-color: #E0ECBC; }
span { border-color: rgb(224,236,188); }
td.TdClassName
{
border-color: #E0ECBC;
}
.TagClassName
{
border-color: #E0ECBC;
}
</style>