Shades of Frostee #E1F3CF
Tints of Frostee #E1F3CF
RGB
CMYK
RGB Variations
Color information
#E1F3CF (or 0xE1F3CF) is known color: Frostee. HEX triplet: E1, F3 and CF. RGB value is (225,243,207). Sum of RGB (Red+Green+Blue) = 225+243+207=675 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.33% from 675); Green value is 243 (95.31% from 255 or 36% from 675); Blue value is 207 (81.25% from 255 or 30.67% from 675); Max value from RGB is 243 - color contains mainly: green. Hex color #E1F3CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F3CF is #1E0C30. Grayscale: #E9E9E9. Windows color (decimal): -1969201 or 13628385. OLE color: 13628385.
HSL color Cylindrical-coordinate representation of color #E1F3CF: hue angle of 90º degrees, saturation: 0.6, 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 #E1F3CF is Cyan = 0.07, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 225 | 243 | 207 | - |
| CMYK | 0.07 | 0 | 0.15 | 0.05 |
| HSL | 90º | 0.6% | 0.88% | - |
| HSV(B) | 90º | 0.15% | 0.95% | - |
| XYZ | 74.36 | 84.61 | 71.44 | - |
| YUV | 233.51 | 113.04 | 121.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 243 | 207 | 0.07 | 0 | 0.15 | 0.05 | 90 | 0.6 | 0.88 |
| Hex | E1 | F3 | CF | 7 | 0 | F | 5 | 5A | 3C | 58 |
| Octal | 341 | 363 | 317 | 7 | 0 | 17 | 5 | 132 | 74 | 130 |
| Binary | 11100001 | 11110011 | 11001111 | 111 | 0 | 1111 | 101 | 1011010 | 111100 | 1011000 |
Color Harmonies of #E1F3CF
Complementary color
Monochromatic Colors of #E1F3CF
Black with #E1F3CF
Text Example
Text Example
White with #E1F3CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1F3CF; }
p { color: rgb(225,243,207); }
H1.HeaderClassName
{
color: #E1F3CF;
}
.AnyTagClassName
{
color: #E1F3CF;
}
</style>
background-color css
<style>
a { background-color: #E1F3CF; }
a { background-color: rgb(225,243,207); }
div.DivClassName
{
background-color: #E1F3CF;
}
.BgClassName
{
background-color: #E1F3CF;
}
</style>
border-color css
<style>
span { border-color: #E1F3CF; }
span { border-color: rgb(225,243,207); }
td.TdClassName
{
border-color: #E1F3CF;
}
.TagClassName
{
border-color: #E1F3CF;
}
</style>