Shades of Frostee #E1EFD3
Tints of Frostee #E1EFD3
RGB
CMYK
RGB Variations
Color information
#E1EFD3 (or 0xE1EFD3) is known color: Frostee. HEX triplet: E1, EF and D3. RGB value is (225,239,211). Sum of RGB (Red+Green+Blue) = 225+239+211=675 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.33% from 675); Green value is 239 (93.75% from 255 or 35.41% from 675); Blue value is 211 (82.81% from 255 or 31.26% from 675); Max value from RGB is 239 - color contains mainly: green. Hex color #E1EFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EFD3 is #1E102C. Grayscale: #E7E7E7. Windows color (decimal): -1970221 or 13889505. OLE color: 13889505.
HSL color Cylindrical-coordinate representation of color #E1EFD3: hue angle of 90º degrees, saturation: 0.47, 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 #E1EFD3 is Cyan = 0.06, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 225 | 239 | 211 | - |
| CMYK | 0.06 | 0 | 0.12 | 0.06 |
| HSL | 90º | 0.47% | 0.88% | - |
| HSV(B) | 90º | 0.12% | 0.94% | - |
| XYZ | 73.68 | 82.44 | 73.66 | - |
| YUV | 231.62 | 116.36 | 123.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 239 | 211 | 0.06 | 0 | 0.12 | 0.06 | 90 | 0.47 | 0.88 |
| Hex | E1 | EF | D3 | 6 | 0 | C | 6 | 5A | 2F | 58 |
| Octal | 341 | 357 | 323 | 6 | 0 | 14 | 6 | 132 | 57 | 130 |
| Binary | 11100001 | 11101111 | 11010011 | 110 | 0 | 1100 | 110 | 1011010 | 101111 | 1011000 |
Color Harmonies of #E1EFD3
Complementary color
Monochromatic Colors of #E1EFD3
Black with #E1EFD3
Text Example
Text Example
White with #E1EFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EFD3; }
p { color: rgb(225,239,211); }
H1.HeaderClassName
{
color: #E1EFD3;
}
.AnyTagClassName
{
color: #E1EFD3;
}
</style>
background-color css
<style>
a { background-color: #E1EFD3; }
a { background-color: rgb(225,239,211); }
div.DivClassName
{
background-color: #E1EFD3;
}
.BgClassName
{
background-color: #E1EFD3;
}
</style>
border-color css
<style>
span { border-color: #E1EFD3; }
span { border-color: rgb(225,239,211); }
td.TdClassName
{
border-color: #E1EFD3;
}
.TagClassName
{
border-color: #E1EFD3;
}
</style>