Shades of Frostee #E1EDD5
Tints of Frostee #E1EDD5
RGB
CMYK
RGB Variations
Color information
#E1EDD5 (or 0xE1EDD5) is known color: Frostee. HEX triplet: E1, ED and D5. RGB value is (225,237,213). Sum of RGB (Red+Green+Blue) = 225+237+213=675 (89% of max value = 765). Red value is 225 (88.28% from 255 or 33.33% from 675); Green value is 237 (92.97% from 255 or 35.11% from 675); Blue value is 213 (83.59% from 255 or 31.56% from 675); Max value from RGB is 237 - color contains mainly: green. Hex color #E1EDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EDD5 is #1E122A. Grayscale: #E6E6E6. Windows color (decimal): -1970731 or 14020065. OLE color: 14020065.
HSL color Cylindrical-coordinate representation of color #E1EDD5: hue angle of 90º degrees, saturation: 0.4, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1EDD5 is Cyan = 0.05, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.
Color convert
RGB | 225 | 237 | 213 | - |
CMYK | 0.05 | 0 | 0.10 | 0.07 |
HSL | 90º | 0.4% | 0.88% | - |
HSV(B) | 90º | 0.1% | 0.93% | - |
XYZ | 73.35 | 81.38 | 74.79 | - |
YUV | 230.68 | 118.02 | 123.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 225 | 237 | 213 | 0.05 | 0 | 0.10 | 0.07 | 90 | 0.4 | 0.88 |
Hex | E1 | ED | D5 | 5 | 0 | A | 7 | 5A | 28 | 58 |
Octal | 341 | 355 | 325 | 5 | 0 | 12 | 7 | 132 | 50 | 130 |
Binary | 11100001 | 11101101 | 11010101 | 101 | 0 | 1010 | 111 | 1011010 | 101000 | 1011000 |
Color Harmonies of #E1EDD5
Complementary color
Monochromatic Colors of #E1EDD5
Black with #E1EDD5
Text Example
Text Example
White with #E1EDD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EDD5; }
p { color: rgb(225,237,213); }
H1.HeaderClassName
{
color: #E1EDD5;
}
.AnyTagClassName
{
color: #E1EDD5;
}
</style>
background-color css
<style>
a { background-color: #E1EDD5; }
a { background-color: rgb(225,237,213); }
div.DivClassName
{
background-color: #E1EDD5;
}
.BgClassName
{
background-color: #E1EDD5;
}
</style>
border-color css
<style>
span { border-color: #E1EDD5; }
span { border-color: rgb(225,237,213); }
td.TdClassName
{
border-color: #E1EDD5;
}
.TagClassName
{
border-color: #E1EDD5;
}
</style>