Shades of Frostee #E1F1D1
Tints of Frostee #E1F1D1
RGB
CMYK
RGB Variations
Color information
#E1F1D1 (or 0xE1F1D1) is known color: Frostee. HEX triplet: E1, F1 and D1. RGB value is (225,241,209). Sum of RGB (Red+Green+Blue) = 225+241+209=675 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.33% from 675); Green value is 241 (94.53% from 255 or 35.70% from 675); Blue value is 209 (82.03% from 255 or 30.96% from 675); Max value from RGB is 241 - color contains mainly: green. Hex color #E1F1D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F1D1 is #1E0E2E. Grayscale: #E8E8E8. Windows color (decimal): -1969711 or 13758945. OLE color: 13758945.
HSL color Cylindrical-coordinate representation of color #E1F1D1: hue angle of 90º degrees, saturation: 0.53, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E1F1D1 is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 241 | 209 | - |
| CMYK | 0.07 | 0 | 0.13 | 0.05 |
| HSL | 90º | 0.53% | 0.88% | - |
| HSV(B) | 90º | 0.13% | 0.95% | - |
| XYZ | 74.02 | 83.52 | 72.54 | - |
| YUV | 232.57 | 114.7 | 122.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 241 | 209 | 0.07 | 0 | 0.13 | 0.05 | 90 | 0.53 | 0.88 |
| Hex | E1 | F1 | D1 | 7 | 0 | D | 5 | 5A | 35 | 58 |
| Octal | 341 | 361 | 321 | 7 | 0 | 15 | 5 | 132 | 65 | 130 |
| Binary | 11100001 | 11110001 | 11010001 | 111 | 0 | 1101 | 101 | 1011010 | 110101 | 1011000 |
Color Harmonies of #E1F1D1
Complementary color
Monochromatic Colors of #E1F1D1
Black with #E1F1D1
Text Example
Text Example
White with #E1F1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F1D1; }
p { color: rgb(225,241,209); }
H1.HeaderClassName
{
color: #E1F1D1;
}
.AnyTagClassName
{
color: #E1F1D1;
}
</style>
background-color css
<style>
a { background-color: #E1F1D1; }
a { background-color: rgb(225,241,209); }
div.DivClassName
{
background-color: #E1F1D1;
}
.BgClassName
{
background-color: #E1F1D1;
}
</style>
border-color css
<style>
span { border-color: #E1F1D1; }
span { border-color: rgb(225,241,209); }
td.TdClassName
{
border-color: #E1F1D1;
}
.TagClassName
{
border-color: #E1F1D1;
}
</style>