Shades of Frostee #E0ECD3
Tints of Frostee #E0ECD3
RGB
CMYK
RGB Variations
Color information
#E0ECD3 (or 0xE0ECD3) is known color: Frostee. HEX triplet: E0, EC and D3. RGB value is (224,236,211). Sum of RGB (Red+Green+Blue) = 224+236+211=671 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.38% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 211 (82.81% from 255 or 31.45% from 671); Max value from RGB is 236 - color contains mainly: green. Hex color #E0ECD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0ECD3 is #1F132C. Grayscale: #E5E5E5. Windows color (decimal): -2036525 or 13888736. OLE color: 13888736.
HSL color Cylindrical-coordinate representation of color #E0ECD3: hue angle of 88.8º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0ECD3 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 236 | 211 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.07 |
| HSL | 88.8º | 0.4% | 0.88% | - |
| HSV(B) | 88.8º | 0.11% | 0.93% | - |
| XYZ | 72.49 | 80.54 | 73.35 | - |
| YUV | 229.56 | 117.52 | 124.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 236 | 211 | 0.05 | 0 | 0.11 | 0.07 | 88.8 | 0.4 | 0.88 |
| Hex | E0 | EC | D3 | 5 | 0 | B | 7 | 59 | 28 | 58 |
| Octal | 340 | 354 | 323 | 5 | 0 | 13 | 7 | 131 | 50 | 130 |
| Binary | 11100000 | 11101100 | 11010011 | 101 | 0 | 1011 | 111 | 1011001 | 101000 | 1011000 |
Color Harmonies of #E0ECD3
Complementary color
Monochromatic Colors of #E0ECD3
Black with #E0ECD3
Text Example
Text Example
White with #E0ECD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ECD3; }
p { color: rgb(224,236,211); }
H1.HeaderClassName
{
color: #E0ECD3;
}
.AnyTagClassName
{
color: #E0ECD3;
}
</style>
background-color css
<style>
a { background-color: #E0ECD3; }
a { background-color: rgb(224,236,211); }
div.DivClassName
{
background-color: #E0ECD3;
}
.BgClassName
{
background-color: #E0ECD3;
}
</style>
border-color css
<style>
span { border-color: #E0ECD3; }
span { border-color: rgb(224,236,211); }
td.TdClassName
{
border-color: #E0ECD3;
}
.TagClassName
{
border-color: #E0ECD3;
}
</style>