Shades of Frostee #E1F0D1
Tints of Frostee #E1F0D1
RGB
CMYK
RGB Variations
Color information
#E1F0D1 (or 0xE1F0D1) is known color: Frostee. HEX triplet: E1, F0 and D1. RGB value is (225,240,209). Sum of RGB (Red+Green+Blue) = 225+240+209=674 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.38% from 674); Green value is 240 (94.14% from 255 or 35.61% from 674); Blue value is 209 (82.03% from 255 or 31.01% from 674); Max value from RGB is 240 - color contains mainly: green. Hex color #E1F0D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F0D1 is #1E0F2E. Grayscale: #E8E8E8. Windows color (decimal): -1969967 or 13758689. OLE color: 13758689.
HSL color Cylindrical-coordinate representation of color #E1F0D1: hue angle of 89.03º degrees, saturation: 0.51, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1F0D1 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 240 | 209 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.06 |
| HSL | 89.03º | 0.51% | 0.88% | - |
| HSV(B) | 89.03º | 0.13% | 0.94% | - |
| XYZ | 73.72 | 82.93 | 72.44 | - |
| YUV | 231.98 | 115.03 | 123.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 240 | 209 | 0.06 | 0 | 0.13 | 0.06 | 89.03 | 0.51 | 0.88 |
| Hex | E1 | F0 | D1 | 6 | 0 | D | 6 | 59 | 33 | 58 |
| Octal | 341 | 360 | 321 | 6 | 0 | 15 | 6 | 131 | 63 | 130 |
| Binary | 11100001 | 11110000 | 11010001 | 110 | 0 | 1101 | 110 | 1011001 | 110011 | 1011000 |
Color Harmonies of #E1F0D1
Complementary color
Monochromatic Colors of #E1F0D1
Black with #E1F0D1
Text Example
Text Example
White with #E1F0D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F0D1; }
p { color: rgb(225,240,209); }
H1.HeaderClassName
{
color: #E1F0D1;
}
.AnyTagClassName
{
color: #E1F0D1;
}
</style>
background-color css
<style>
a { background-color: #E1F0D1; }
a { background-color: rgb(225,240,209); }
div.DivClassName
{
background-color: #E1F0D1;
}
.BgClassName
{
background-color: #E1F0D1;
}
</style>
border-color css
<style>
span { border-color: #E1F0D1; }
span { border-color: rgb(225,240,209); }
td.TdClassName
{
border-color: #E1F0D1;
}
.TagClassName
{
border-color: #E1F0D1;
}
</style>