Shades of Frostee #E0ECD1
Tints of Frostee #E0ECD1
RGB
CMYK
RGB Variations
Color information
#E0ECD1 (or 0xE0ECD1) is known color: Frostee. HEX triplet: E0, EC and D1. RGB value is (224,236,209). Sum of RGB (Red+Green+Blue) = 224+236+209=669 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.48% from 669); Green value is 236 (92.58% from 255 or 35.28% from 669); Blue value is 209 (82.03% from 255 or 31.24% from 669); Max value from RGB is 236 - color contains mainly: green. Hex color #E0ECD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0ECD1 is #1F132E. Grayscale: #E5E5E5. Windows color (decimal): -2036527 or 13757664. OLE color: 13757664.
HSL color Cylindrical-coordinate representation of color #E0ECD1: hue angle of 86.67º degrees, saturation: 0.42, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E0ECD1 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 236 | 209 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.07 |
| HSL | 86.67º | 0.42% | 0.87% | - |
| HSV(B) | 86.67º | 0.11% | 0.93% | - |
| XYZ | 72.24 | 80.44 | 72.04 | - |
| YUV | 229.33 | 116.52 | 124.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 236 | 209 | 0.05 | 0 | 0.11 | 0.07 | 86.67 | 0.42 | 0.87 |
| Hex | E0 | EC | D1 | 5 | 0 | B | 7 | 57 | 2A | 57 |
| Octal | 340 | 354 | 321 | 5 | 0 | 13 | 7 | 127 | 52 | 127 |
| Binary | 11100000 | 11101100 | 11010001 | 101 | 0 | 1011 | 111 | 1010111 | 101010 | 1010111 |
Color Harmonies of #E0ECD1
Complementary color
Monochromatic Colors of #E0ECD1
Black with #E0ECD1
Text Example
Text Example
White with #E0ECD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ECD1; }
p { color: rgb(224,236,209); }
H1.HeaderClassName
{
color: #E0ECD1;
}
.AnyTagClassName
{
color: #E0ECD1;
}
</style>
background-color css
<style>
a { background-color: #E0ECD1; }
a { background-color: rgb(224,236,209); }
div.DivClassName
{
background-color: #E0ECD1;
}
.BgClassName
{
background-color: #E0ECD1;
}
</style>
border-color css
<style>
span { border-color: #E0ECD1; }
span { border-color: rgb(224,236,209); }
td.TdClassName
{
border-color: #E0ECD1;
}
.TagClassName
{
border-color: #E0ECD1;
}
</style>