Shades of Frostee #E0EED3
Tints of Frostee #E0EED3
RGB
CMYK
RGB Variations
Color information
#E0EED3 (or 0xE0EED3) is known color: Frostee. HEX triplet: E0, EE and D3. RGB value is (224,238,211). Sum of RGB (Red+Green+Blue) = 224+238+211=673 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.28% from 673); Green value is 238 (93.36% from 255 or 35.36% from 673); Blue value is 211 (82.81% from 255 or 31.35% from 673); Max value from RGB is 238 - color contains mainly: green. Hex color #E0EED3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EED3 is #1F112C. Grayscale: #E6E6E6. Windows color (decimal): -2036013 or 13889248. OLE color: 13889248.
HSL color Cylindrical-coordinate representation of color #E0EED3: hue angle of 91.11º degrees, saturation: 0.44, 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 #E0EED3 is Cyan = 0.06, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 238 | 211 | - |
| CMYK | 0.06 | 0 | 0.11 | 0.07 |
| HSL | 91.11º | 0.44% | 0.88% | - |
| HSV(B) | 91.11º | 0.11% | 0.93% | - |
| XYZ | 73.07 | 81.7 | 73.55 | - |
| YUV | 230.74 | 116.86 | 123.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 238 | 211 | 0.06 | 0 | 0.11 | 0.07 | 91.11 | 0.44 | 0.88 |
| Hex | E0 | EE | D3 | 6 | 0 | B | 7 | 5B | 2C | 58 |
| Octal | 340 | 356 | 323 | 6 | 0 | 13 | 7 | 133 | 54 | 130 |
| Binary | 11100000 | 11101110 | 11010011 | 110 | 0 | 1011 | 111 | 1011011 | 101100 | 1011000 |
Color Harmonies of #E0EED3
Complementary color
Monochromatic Colors of #E0EED3
Black with #E0EED3
Text Example
Text Example
White with #E0EED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EED3; }
p { color: rgb(224,238,211); }
H1.HeaderClassName
{
color: #E0EED3;
}
.AnyTagClassName
{
color: #E0EED3;
}
</style>
background-color css
<style>
a { background-color: #E0EED3; }
a { background-color: rgb(224,238,211); }
div.DivClassName
{
background-color: #E0EED3;
}
.BgClassName
{
background-color: #E0EED3;
}
</style>
border-color css
<style>
span { border-color: #E0EED3; }
span { border-color: rgb(224,238,211); }
td.TdClassName
{
border-color: #E0EED3;
}
.TagClassName
{
border-color: #E0EED3;
}
</style>