Shades of Frostee #E1EED5
Tints of Frostee #E1EED5
RGB
CMYK
RGB Variations
Color information
#E1EED5 (or 0xE1EED5) is known color: Frostee. HEX triplet: E1, EE and D5. RGB value is (225,238,213). Sum of RGB (Red+Green+Blue) = 225+238+213=676 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.28% from 676); Green value is 238 (93.36% from 255 or 35.21% from 676); Blue value is 213 (83.59% from 255 or 31.51% from 676); Max value from RGB is 238 - color contains mainly: green. Hex color #E1EED5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EED5 is #1E112A. Grayscale: #E7E7E7. Windows color (decimal): -1970475 or 14020321. OLE color: 14020321.
HSL color Cylindrical-coordinate representation of color #E1EED5: hue angle of 91.2º degrees, saturation: 0.42, 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 #E1EED5 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 238 | 213 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.07 |
| HSL | 91.2º | 0.42% | 0.88% | - |
| HSV(B) | 91.2º | 0.11% | 0.93% | - |
| XYZ | 73.64 | 81.96 | 74.89 | - |
| YUV | 231.26 | 117.69 | 123.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 238 | 213 | 0.05 | 0 | 0.11 | 0.07 | 91.2 | 0.42 | 0.88 |
| Hex | E1 | EE | D5 | 5 | 0 | B | 7 | 5B | 2A | 58 |
| Octal | 341 | 356 | 325 | 5 | 0 | 13 | 7 | 133 | 52 | 130 |
| Binary | 11100001 | 11101110 | 11010101 | 101 | 0 | 1011 | 111 | 1011011 | 101010 | 1011000 |
Color Harmonies of #E1EED5
Complementary color
Monochromatic Colors of #E1EED5
Black with #E1EED5
Text Example
Text Example
White with #E1EED5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EED5; }
p { color: rgb(225,238,213); }
H1.HeaderClassName
{
color: #E1EED5;
}
.AnyTagClassName
{
color: #E1EED5;
}
</style>
background-color css
<style>
a { background-color: #E1EED5; }
a { background-color: rgb(225,238,213); }
div.DivClassName
{
background-color: #E1EED5;
}
.BgClassName
{
background-color: #E1EED5;
}
</style>
border-color css
<style>
span { border-color: #E1EED5; }
span { border-color: rgb(225,238,213); }
td.TdClassName
{
border-color: #E1EED5;
}
.TagClassName
{
border-color: #E1EED5;
}
</style>