Shades of Frostee #E0ECD2
Tints of Frostee #E0ECD2
RGB
CMYK
RGB Variations
Color information
#E0ECD2 (or 0xE0ECD2) is known color: Frostee. HEX triplet: E0, EC and D2. RGB value is (224,236,210). Sum of RGB (Red+Green+Blue) = 224+236+210=670 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.43% from 670); Green value is 236 (92.58% from 255 or 35.22% from 670); Blue value is 210 (82.42% from 255 or 31.34% from 670); Max value from RGB is 236 - color contains mainly: green. Hex color #E0ECD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0ECD2 is #1F132D. Grayscale: #E5E5E5. Windows color (decimal): -2036526 or 13823200. OLE color: 13823200.
HSL color Cylindrical-coordinate representation of color #E0ECD2: hue angle of 87.69º degrees, saturation: 0.41, 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 #E0ECD2 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 236 | 210 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.07 |
| HSL | 87.69º | 0.41% | 0.87% | - |
| HSV(B) | 87.69º | 0.11% | 0.93% | - |
| XYZ | 72.37 | 80.49 | 72.69 | - |
| YUV | 229.45 | 117.02 | 124.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 236 | 210 | 0.05 | 0 | 0.11 | 0.07 | 87.69 | 0.41 | 0.87 |
| Hex | E0 | EC | D2 | 5 | 0 | B | 7 | 58 | 29 | 57 |
| Octal | 340 | 354 | 322 | 5 | 0 | 13 | 7 | 130 | 51 | 127 |
| Binary | 11100000 | 11101100 | 11010010 | 101 | 0 | 1011 | 111 | 1011000 | 101001 | 1010111 |
Color Harmonies of #E0ECD2
Complementary color
Monochromatic Colors of #E0ECD2
Black with #E0ECD2
Text Example
Text Example
White with #E0ECD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0ECD2; }
p { color: rgb(224,236,210); }
H1.HeaderClassName
{
color: #E0ECD2;
}
.AnyTagClassName
{
color: #E0ECD2;
}
</style>
background-color css
<style>
a { background-color: #E0ECD2; }
a { background-color: rgb(224,236,210); }
div.DivClassName
{
background-color: #E0ECD2;
}
.BgClassName
{
background-color: #E0ECD2;
}
</style>
border-color css
<style>
span { border-color: #E0ECD2; }
span { border-color: rgb(224,236,210); }
td.TdClassName
{
border-color: #E0ECD2;
}
.TagClassName
{
border-color: #E0ECD2;
}
</style>