Shades of Frost #E1E6BB
Tints of Frost #E1E6BB
RGB
CMYK
RGB Variations
Color information
#E1E6BB (or 0xE1E6BB) is known color: Frost. HEX triplet: E1, E6 and BB. RGB value is (225,230,187). Sum of RGB (Red+Green+Blue) = 225+230+187=642 (85% of max value = 765). Red value is 225 (88.28% from 255 or 35.05% from 642); Green value is 230 (90.23% from 255 or 35.83% from 642); Blue value is 187 (73.44% from 255 or 29.13% from 642); Max value from RGB is 230 - color contains mainly: green. Hex color #E1E6BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1E6BB is #1E1944. Grayscale: #DFDFDF. Windows color (decimal): -1972549 or 12314337. OLE color: 12314337.
HSL color Cylindrical-coordinate representation of color #E1E6BB: hue angle of 66.98º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E1E6BB is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 230 | 187 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.10 |
| HSL | 66.98º | 0.46% | 0.82% | - |
| HSV(B) | 66.98º | 0.19% | 0.9% | - |
| XYZ | 68.32 | 76.19 | 58.12 | - |
| YUV | 223.6 | 107.34 | 129 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 230 | 187 | 0.02 | 0 | 0.19 | 0.10 | 66.98 | 0.46 | 0.82 |
| Hex | E1 | E6 | BB | 2 | 0 | 13 | A | 43 | 2E | 52 |
| Octal | 341 | 346 | 273 | 2 | 0 | 23 | 12 | 103 | 56 | 122 |
| Binary | 11100001 | 11100110 | 10111011 | 10 | 0 | 10011 | 1010 | 1000011 | 101110 | 1010010 |
Color Harmonies of #E1E6BB
Complementary color
Monochromatic Colors of #E1E6BB
Black with #E1E6BB
Text Example
Text Example
White with #E1E6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1E6BB; }
p { color: rgb(225,230,187); }
H1.HeaderClassName
{
color: #E1E6BB;
}
.AnyTagClassName
{
color: #E1E6BB;
}
</style>
background-color css
<style>
a { background-color: #E1E6BB; }
a { background-color: rgb(225,230,187); }
div.DivClassName
{
background-color: #E1E6BB;
}
.BgClassName
{
background-color: #E1E6BB;
}
</style>
border-color css
<style>
span { border-color: #E1E6BB; }
span { border-color: rgb(225,230,187); }
td.TdClassName
{
border-color: #E1E6BB;
}
.TagClassName
{
border-color: #E1E6BB;
}
</style>