Shades of Frostee #E0ECD5
Tints of Frostee #E0ECD5
RGB
CMYK
RGB Variations
Color information
#E0ECD5 (or 0xE0ECD5) is known color: Frostee. HEX triplet: E0, EC and D5. RGB value is (224,236,213). Sum of RGB (Red+Green+Blue) = 224+236+213=673 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.28% from 673); Green value is 236 (92.58% from 255 or 35.07% from 673); Blue value is 213 (83.59% from 255 or 31.65% from 673); Max value from RGB is 236 - color contains mainly: green. Hex color #E0ECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0ECD5 is #1F132A. Grayscale: #E5E5E5. Windows color (decimal): -2036523 or 14019808. OLE color: 14019808.
HSL color Cylindrical-coordinate representation of color #E0ECD5: hue angle of 91.3º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E0ECD5 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 236 | 213 | - |
| CMYK | 0.05 | 0 | 0.10 | 0.07 |
| HSL | 91.3º | 0.38% | 0.88% | - |
| HSV(B) | 91.3º | 0.1% | 0.93% | - |
| XYZ | 72.75 | 80.64 | 74.68 | - |
| YUV | 229.79 | 118.52 | 123.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 236 | 213 | 0.05 | 0 | 0.10 | 0.07 | 91.3 | 0.38 | 0.88 |
| Hex | E0 | EC | D5 | 5 | 0 | A | 7 | 5B | 26 | 58 |
| Octal | 340 | 354 | 325 | 5 | 0 | 12 | 7 | 133 | 46 | 130 |
| Binary | 11100000 | 11101100 | 11010101 | 101 | 0 | 1010 | 111 | 1011011 | 100110 | 1011000 |
Color Harmonies of #E0ECD5
Complementary color
Monochromatic Colors of #E0ECD5
Black with #E0ECD5
Text Example
Text Example
White with #E0ECD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ECD5; }
p { color: rgb(224,236,213); }
H1.HeaderClassName
{
color: #E0ECD5;
}
.AnyTagClassName
{
color: #E0ECD5;
}
</style>
background-color css
<style>
a { background-color: #E0ECD5; }
a { background-color: rgb(224,236,213); }
div.DivClassName
{
background-color: #E0ECD5;
}
.BgClassName
{
background-color: #E0ECD5;
}
</style>
border-color css
<style>
span { border-color: #E0ECD5; }
span { border-color: rgb(224,236,213); }
td.TdClassName
{
border-color: #E0ECD5;
}
.TagClassName
{
border-color: #E0ECD5;
}
</style>