Shades of Frostee #E1F0D2
Tints of Frostee #E1F0D2
RGB
CMYK
RGB Variations
Color information
#E1F0D2 (or 0xE1F0D2) is known color: Frostee. HEX triplet: E1, F0 and D2. RGB value is (225,240,210). Sum of RGB (Red+Green+Blue) = 225+240+210=675 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.33% from 675); Green value is 240 (94.14% from 255 or 35.56% from 675); Blue value is 210 (82.42% from 255 or 31.11% from 675); Max value from RGB is 240 - color contains mainly: green. Hex color #E1F0D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F0D2 is #1E0F2D. Grayscale: #E8E8E8. Windows color (decimal): -1969966 or 13824225. OLE color: 13824225.
HSL color Cylindrical-coordinate representation of color #E1F0D2: hue angle of 90º degrees, saturation: 0.5, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E1F0D2 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 240 | 210 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.06 |
| HSL | 90º | 0.5% | 0.88% | - |
| HSV(B) | 90º | 0.13% | 0.94% | - |
| XYZ | 73.84 | 82.98 | 73.1 | - |
| YUV | 232.1 | 115.53 | 122.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 240 | 210 | 0.06 | 0 | 0.12 | 0.06 | 90 | 0.5 | 0.88 |
| Hex | E1 | F0 | D2 | 6 | 0 | C | 6 | 5A | 32 | 58 |
| Octal | 341 | 360 | 322 | 6 | 0 | 14 | 6 | 132 | 62 | 130 |
| Binary | 11100001 | 11110000 | 11010010 | 110 | 0 | 1100 | 110 | 1011010 | 110010 | 1011000 |
Color Harmonies of #E1F0D2
Complementary color
Monochromatic Colors of #E1F0D2
Black with #E1F0D2
Text Example
Text Example
White with #E1F0D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F0D2; }
p { color: rgb(225,240,210); }
H1.HeaderClassName
{
color: #E1F0D2;
}
.AnyTagClassName
{
color: #E1F0D2;
}
</style>
background-color css
<style>
a { background-color: #E1F0D2; }
a { background-color: rgb(225,240,210); }
div.DivClassName
{
background-color: #E1F0D2;
}
.BgClassName
{
background-color: #E1F0D2;
}
</style>
border-color css
<style>
span { border-color: #E1F0D2; }
span { border-color: rgb(225,240,210); }
td.TdClassName
{
border-color: #E1F0D2;
}
.TagClassName
{
border-color: #E1F0D2;
}
</style>