Shades of Frost #E1EDB9
Tints of Frost #E1EDB9
RGB
CMYK
RGB Variations
Color information
#E1EDB9 (or 0xE1EDB9) is known color: Frost. HEX triplet: E1, ED and B9. RGB value is (225,237,185). Sum of RGB (Red+Green+Blue) = 225+237+185=647 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.78% from 647); Green value is 237 (92.97% from 255 or 36.63% from 647); Blue value is 185 (72.66% from 255 or 28.59% from 647); Max value from RGB is 237 - color contains mainly: green. Hex color #E1EDB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EDB9 is #1E1246. Grayscale: #E3E3E3. Windows color (decimal): -1970759 or 12185057. OLE color: 12185057.
HSL color Cylindrical-coordinate representation of color #E1EDB9: hue angle of 73.85º degrees, saturation: 0.59, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #E1EDB9 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 237 | 185 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.07 |
| HSL | 73.85º | 0.59% | 0.83% | - |
| HSV(B) | 73.85º | 0.22% | 0.93% | - |
| XYZ | 70.09 | 80.08 | 57.66 | - |
| YUV | 227.48 | 104.02 | 126.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 237 | 185 | 0.05 | 0 | 0.22 | 0.07 | 73.85 | 0.59 | 0.83 |
| Hex | E1 | ED | B9 | 5 | 0 | 16 | 7 | 4A | 3B | 53 |
| Octal | 341 | 355 | 271 | 5 | 0 | 26 | 7 | 112 | 73 | 123 |
| Binary | 11100001 | 11101101 | 10111001 | 101 | 0 | 10110 | 111 | 1001010 | 111011 | 1010011 |
Color Harmonies of #E1EDB9
Complementary color
Monochromatic Colors of #E1EDB9
Black with #E1EDB9
Text Example
Text Example
White with #E1EDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EDB9; }
p { color: rgb(225,237,185); }
H1.HeaderClassName
{
color: #E1EDB9;
}
.AnyTagClassName
{
color: #E1EDB9;
}
</style>
background-color css
<style>
a { background-color: #E1EDB9; }
a { background-color: rgb(225,237,185); }
div.DivClassName
{
background-color: #E1EDB9;
}
.BgClassName
{
background-color: #E1EDB9;
}
</style>
border-color css
<style>
span { border-color: #E1EDB9; }
span { border-color: rgb(225,237,185); }
td.TdClassName
{
border-color: #E1EDB9;
}
.TagClassName
{
border-color: #E1EDB9;
}
</style>