Shades of Frostee #E1EED0
Tints of Frostee #E1EED0
RGB
CMYK
RGB Variations
Color information
#E1EED0 (or 0xE1EED0) is known color: Frostee. HEX triplet: E1, EE and D0. RGB value is (225,238,208). Sum of RGB (Red+Green+Blue) = 225+238+208=671 (88% of max value = 765). Red value is 225 (88.28% from 255 or 33.53% from 671); Green value is 238 (93.36% from 255 or 35.47% from 671); Blue value is 208 (81.64% from 255 or 31.00% from 671); Max value from RGB is 238 - color contains mainly: green. Hex color #E1EED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EED0 is #1E112F. Grayscale: #E6E6E6. Windows color (decimal): -1970480 or 13692641. OLE color: 13692641.
HSL color Cylindrical-coordinate representation of color #E1EED0: hue angle of 86º degrees, saturation: 0.47, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1EED0 is Cyan = 0.05, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 238 | 208 | - |
| CMYK | 0.05 | 0 | 0.13 | 0.07 |
| HSL | 86º | 0.47% | 0.87% | - |
| HSV(B) | 86º | 0.13% | 0.93% | - |
| XYZ | 73.01 | 81.71 | 71.6 | - |
| YUV | 230.69 | 115.19 | 123.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 238 | 208 | 0.05 | 0 | 0.13 | 0.07 | 86 | 0.47 | 0.87 |
| Hex | E1 | EE | D0 | 5 | 0 | D | 7 | 56 | 2F | 57 |
| Octal | 341 | 356 | 320 | 5 | 0 | 15 | 7 | 126 | 57 | 127 |
| Binary | 11100001 | 11101110 | 11010000 | 101 | 0 | 1101 | 111 | 1010110 | 101111 | 1010111 |
Color Harmonies of #E1EED0
Complementary color
Monochromatic Colors of #E1EED0
Black with #E1EED0
Text Example
Text Example
White with #E1EED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EED0; }
p { color: rgb(225,238,208); }
H1.HeaderClassName
{
color: #E1EED0;
}
.AnyTagClassName
{
color: #E1EED0;
}
</style>
background-color css
<style>
a { background-color: #E1EED0; }
a { background-color: rgb(225,238,208); }
div.DivClassName
{
background-color: #E1EED0;
}
.BgClassName
{
background-color: #E1EED0;
}
</style>
border-color css
<style>
span { border-color: #E1EED0; }
span { border-color: rgb(225,238,208); }
td.TdClassName
{
border-color: #E1EED0;
}
.TagClassName
{
border-color: #E1EED0;
}
</style>