Shades of Frostee #E0EED2
Tints of Frostee #E0EED2
RGB
CMYK
RGB Variations
Color information
#E0EED2 (or 0xE0EED2) is known color: Frostee. HEX triplet: E0, EE and D2. RGB value is (224,238,210). Sum of RGB (Red+Green+Blue) = 224+238+210=672 (89% of max value = 765). Red value is 224 (87.89% from 255 or 33.33% from 672); Green value is 238 (93.36% from 255 or 35.42% from 672); Blue value is 210 (82.42% from 255 or 31.25% from 672); Max value from RGB is 238 - color contains mainly: green. Hex color #E0EED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E0EED2 is #1F112D. Grayscale: #E6E6E6. Windows color (decimal): -2036014 or 13823712. OLE color: 13823712.
HSL color Cylindrical-coordinate representation of color #E0EED2: hue angle of 90º degrees, saturation: 0.45, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E0EED2 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 224 | 238 | 210 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.07 |
| HSL | 90º | 0.45% | 0.88% | - |
| HSV(B) | 90º | 0.12% | 0.93% | - |
| XYZ | 72.95 | 81.65 | 72.89 | - |
| YUV | 230.62 | 116.36 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 238 | 210 | 0.06 | 0 | 0.12 | 0.07 | 90 | 0.45 | 0.88 |
| Hex | E0 | EE | D2 | 6 | 0 | C | 7 | 5A | 2D | 58 |
| Octal | 340 | 356 | 322 | 6 | 0 | 14 | 7 | 132 | 55 | 130 |
| Binary | 11100000 | 11101110 | 11010010 | 110 | 0 | 1100 | 111 | 1011010 | 101101 | 1011000 |
Color Harmonies of #E0EED2
Complementary color
Monochromatic Colors of #E0EED2
Black with #E0EED2
Text Example
Text Example
White with #E0EED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E0EED2; }
p { color: rgb(224,238,210); }
H1.HeaderClassName
{
color: #E0EED2;
}
.AnyTagClassName
{
color: #E0EED2;
}
</style>
background-color css
<style>
a { background-color: #E0EED2; }
a { background-color: rgb(224,238,210); }
div.DivClassName
{
background-color: #E0EED2;
}
.BgClassName
{
background-color: #E0EED2;
}
</style>
border-color css
<style>
span { border-color: #E0EED2; }
span { border-color: rgb(224,238,210); }
td.TdClassName
{
border-color: #E0EED2;
}
.TagClassName
{
border-color: #E0EED2;
}
</style>