Shades of Frostee #E1EED4
Tints of Frostee #E1EED4
RGB
CMYK
RGB Variations
Color information
#E1EED4 (or 0xE1EED4) is known color: Frostee. HEX triplet: E1, EE and D4. RGB value is (225,238,212). Sum of RGB (Red+Green+Blue) = 225+238+212=675 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.33% from 675); Green value is 238 (93.36% from 255 or 35.26% from 675); Blue value is 212 (83.20% from 255 or 31.41% from 675); Max value from RGB is 238 - color contains mainly: green. Hex color #E1EED4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EED4 is #1E112B. Grayscale: #E7E7E7. Windows color (decimal): -1970476 or 13954785. OLE color: 13954785.
HSL color Cylindrical-coordinate representation of color #E1EED4: hue angle of 90º degrees, saturation: 0.43, 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 #E1EED4 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 238 | 212 | - |
| CMYK | 0.05 | 0 | 0.11 | 0.07 |
| HSL | 90º | 0.43% | 0.88% | - |
| HSV(B) | 90º | 0.11% | 0.93% | - |
| XYZ | 73.51 | 81.91 | 74.22 | - |
| YUV | 231.15 | 117.19 | 123.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 238 | 212 | 0.05 | 0 | 0.11 | 0.07 | 90 | 0.43 | 0.88 |
| Hex | E1 | EE | D4 | 5 | 0 | B | 7 | 5A | 2B | 58 |
| Octal | 341 | 356 | 324 | 5 | 0 | 13 | 7 | 132 | 53 | 130 |
| Binary | 11100001 | 11101110 | 11010100 | 101 | 0 | 1011 | 111 | 1011010 | 101011 | 1011000 |
Color Harmonies of #E1EED4
Complementary color
Monochromatic Colors of #E1EED4
Black with #E1EED4
Text Example
Text Example
White with #E1EED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EED4; }
p { color: rgb(225,238,212); }
H1.HeaderClassName
{
color: #E1EED4;
}
.AnyTagClassName
{
color: #E1EED4;
}
</style>
background-color css
<style>
a { background-color: #E1EED4; }
a { background-color: rgb(225,238,212); }
div.DivClassName
{
background-color: #E1EED4;
}
.BgClassName
{
background-color: #E1EED4;
}
</style>
border-color css
<style>
span { border-color: #E1EED4; }
span { border-color: rgb(225,238,212); }
td.TdClassName
{
border-color: #E1EED4;
}
.TagClassName
{
border-color: #E1EED4;
}
</style>