Shades of Frostee #E1EFD0
Tints of Frostee #E1EFD0
RGB
CMYK
RGB Variations
Color information
#E1EFD0 (or 0xE1EFD0) is known color: Frostee. HEX triplet: E1, EF and D0. RGB value is (225,239,208). Sum of RGB (Red+Green+Blue) = 225+239+208=672 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.48% from 672); Green value is 239 (93.75% from 255 or 35.57% from 672); Blue value is 208 (81.64% from 255 or 30.95% from 672); Max value from RGB is 239 - color contains mainly: green. Hex color #E1EFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EFD0 is #1E102F. Grayscale: #E7E7E7. Windows color (decimal): -1970224 or 13692897. OLE color: 13692897.
HSL color Cylindrical-coordinate representation of color #E1EFD0: hue angle of 87.1º degrees, saturation: 0.49, 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 #E1EFD0 is Cyan = 0.06, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 239 | 208 | - |
| CMYK | 0.06 | 0 | 0.13 | 0.06 |
| HSL | 87.1º | 0.49% | 0.88% | - |
| HSV(B) | 87.1º | 0.13% | 0.94% | - |
| XYZ | 73.3 | 82.29 | 71.7 | - |
| YUV | 231.28 | 114.86 | 123.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 239 | 208 | 0.06 | 0 | 0.13 | 0.06 | 87.1 | 0.49 | 0.88 |
| Hex | E1 | EF | D0 | 6 | 0 | D | 6 | 57 | 31 | 58 |
| Octal | 341 | 357 | 320 | 6 | 0 | 15 | 6 | 127 | 61 | 130 |
| Binary | 11100001 | 11101111 | 11010000 | 110 | 0 | 1101 | 110 | 1010111 | 110001 | 1011000 |
Color Harmonies of #E1EFD0
Complementary color
Monochromatic Colors of #E1EFD0
Black with #E1EFD0
Text Example
Text Example
White with #E1EFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EFD0; }
p { color: rgb(225,239,208); }
H1.HeaderClassName
{
color: #E1EFD0;
}
.AnyTagClassName
{
color: #E1EFD0;
}
</style>
background-color css
<style>
a { background-color: #E1EFD0; }
a { background-color: rgb(225,239,208); }
div.DivClassName
{
background-color: #E1EFD0;
}
.BgClassName
{
background-color: #E1EFD0;
}
</style>
border-color css
<style>
span { border-color: #E1EFD0; }
span { border-color: rgb(225,239,208); }
td.TdClassName
{
border-color: #E1EFD0;
}
.TagClassName
{
border-color: #E1EFD0;
}
</style>