Shades of Frost #E1EEB9
Tints of Frost #E1EEB9
RGB
CMYK
RGB Variations
Color information
#E1EEB9 (or 0xE1EEB9) is known color: Frost. HEX triplet: E1, EE and B9. RGB value is (225,238,185). Sum of RGB (Red+Green+Blue) = 225+238+185=648 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.72% from 648); Green value is 238 (93.36% from 255 or 36.73% from 648); Blue value is 185 (72.66% from 255 or 28.55% from 648); Max value from RGB is 238 - color contains mainly: green. Hex color #E1EEB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1EEB9 is #1E1146. Grayscale: #E4E4E4. Windows color (decimal): -1970503 or 12185313. OLE color: 12185313.
HSL color Cylindrical-coordinate representation of color #E1EEB9: hue angle of 74.72º degrees, saturation: 0.61, 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 #E1EEB9 is Cyan = 0.05, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 225 | 238 | 185 | - |
| CMYK | 0.05 | 0 | 0.22 | 0.07 |
| HSL | 74.72º | 0.61% | 0.83% | - |
| HSV(B) | 74.72º | 0.22% | 0.93% | - |
| XYZ | 70.38 | 80.66 | 57.76 | - |
| YUV | 228.07 | 103.69 | 125.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 238 | 185 | 0.05 | 0 | 0.22 | 0.07 | 74.72 | 0.61 | 0.83 |
| Hex | E1 | EE | B9 | 5 | 0 | 16 | 7 | 4B | 3D | 53 |
| Octal | 341 | 356 | 271 | 5 | 0 | 26 | 7 | 113 | 75 | 123 |
| Binary | 11100001 | 11101110 | 10111001 | 101 | 0 | 10110 | 111 | 1001011 | 111101 | 1010011 |
Color Harmonies of #E1EEB9
Complementary color
Monochromatic Colors of #E1EEB9
Black with #E1EEB9
Text Example
Text Example
White with #E1EEB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1EEB9; }
p { color: rgb(225,238,185); }
H1.HeaderClassName
{
color: #E1EEB9;
}
.AnyTagClassName
{
color: #E1EEB9;
}
</style>
background-color css
<style>
a { background-color: #E1EEB9; }
a { background-color: rgb(225,238,185); }
div.DivClassName
{
background-color: #E1EEB9;
}
.BgClassName
{
background-color: #E1EEB9;
}
</style>
border-color css
<style>
span { border-color: #E1EEB9; }
span { border-color: rgb(225,238,185); }
td.TdClassName
{
border-color: #E1EEB9;
}
.TagClassName
{
border-color: #E1EEB9;
}
</style>