Shades of Frostee #E1EED2
Tints of Frostee #E1EED2
RGB
CMYK
RGB Variations
Color information
#E1EED2 (or 0xE1EED2) is known color: Frostee. HEX triplet: E1, EE and D2. RGB value is (225,238,210). Sum of RGB (Red+Green+Blue) = 225+238+210=673 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.43% from 673); Green value is 238 (93.36% from 255 or 35.36% from 673); Blue value is 210 (82.42% from 255 or 31.20% from 673); Max value from RGB is 238 - color contains mainly: green. Hex color #E1EED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EED2 is #1E112D. Grayscale: #E7E7E7. Windows color (decimal): -1970478 or 13823713. OLE color: 13823713.
HSL color Cylindrical-coordinate representation of color #E1EED2: hue angle of 87.86º 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 #E1EED2 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 238 | 210 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.07 |
| HSL | 87.86º | 0.45% | 0.88% | - |
| HSV(B) | 87.86º | 0.12% | 0.93% | - |
| XYZ | 73.26 | 81.81 | 72.9 | - |
| YUV | 230.92 | 116.19 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 238 | 210 | 0.05 | 0 | 0.12 | 0.07 | 87.86 | 0.45 | 0.88 |
| Hex | E1 | EE | D2 | 5 | 0 | C | 7 | 58 | 2D | 58 |
| Octal | 341 | 356 | 322 | 5 | 0 | 14 | 7 | 130 | 55 | 130 |
| Binary | 11100001 | 11101110 | 11010010 | 101 | 0 | 1100 | 111 | 1011000 | 101101 | 1011000 |
Color Harmonies of #E1EED2
Complementary color
Monochromatic Colors of #E1EED2
Black with #E1EED2
Text Example
Text Example
White with #E1EED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EED2; }
p { color: rgb(225,238,210); }
H1.HeaderClassName
{
color: #E1EED2;
}
.AnyTagClassName
{
color: #E1EED2;
}
</style>
background-color css
<style>
a { background-color: #E1EED2; }
a { background-color: rgb(225,238,210); }
div.DivClassName
{
background-color: #E1EED2;
}
.BgClassName
{
background-color: #E1EED2;
}
</style>
border-color css
<style>
span { border-color: #E1EED2; }
span { border-color: rgb(225,238,210); }
td.TdClassName
{
border-color: #E1EED2;
}
.TagClassName
{
border-color: #E1EED2;
}
</style>