Shades of Frostee #E1F1CE
Tints of Frostee #E1F1CE
RGB
CMYK
RGB Variations
Color information
#E1F1CE (or 0xE1F1CE) is known color: Frostee. HEX triplet: E1, F1 and CE. RGB value is (225,241,206). Sum of RGB (Red+Green+Blue) = 225+241+206=672 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.48% from 672); Green value is 241 (94.53% from 255 or 35.86% from 672); Blue value is 206 (80.86% from 255 or 30.65% from 672); Max value from RGB is 241 - color contains mainly: green. Hex color #E1F1CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F1CE is #1E0E31. Grayscale: #E8E8E8. Windows color (decimal): -1969714 or 13562337. OLE color: 13562337.
HSL color Cylindrical-coordinate representation of color #E1F1CE: hue angle of 87.43º degrees, saturation: 0.56, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E1F1CE is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 241 | 206 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.05 |
| HSL | 87.43º | 0.56% | 0.88% | - |
| HSV(B) | 87.43º | 0.15% | 0.95% | - |
| XYZ | 73.65 | 83.37 | 70.6 | - |
| YUV | 232.23 | 113.2 | 122.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 241 | 206 | 0.07 | 0 | 0.15 | 0.05 | 87.43 | 0.56 | 0.88 |
| Hex | E1 | F1 | CE | 7 | 0 | F | 5 | 57 | 38 | 58 |
| Octal | 341 | 361 | 316 | 7 | 0 | 17 | 5 | 127 | 70 | 130 |
| Binary | 11100001 | 11110001 | 11001110 | 111 | 0 | 1111 | 101 | 1010111 | 111000 | 1011000 |
Color Harmonies of #E1F1CE
Complementary color
Monochromatic Colors of #E1F1CE
Black with #E1F1CE
Text Example
Text Example
White with #E1F1CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F1CE; }
p { color: rgb(225,241,206); }
H1.HeaderClassName
{
color: #E1F1CE;
}
.AnyTagClassName
{
color: #E1F1CE;
}
</style>
background-color css
<style>
a { background-color: #E1F1CE; }
a { background-color: rgb(225,241,206); }
div.DivClassName
{
background-color: #E1F1CE;
}
.BgClassName
{
background-color: #E1F1CE;
}
</style>
border-color css
<style>
span { border-color: #E1F1CE; }
span { border-color: rgb(225,241,206); }
td.TdClassName
{
border-color: #E1F1CE;
}
.TagClassName
{
border-color: #E1F1CE;
}
</style>