Shades of Pearl Bush #E1CCB9
Tints of Pearl Bush #E1CCB9
RGB
CMYK
RGB Variations
Color information
#E1CCB9 (or 0xE1CCB9) is known color: Pearl Bush. HEX triplet: E1, CC and B9. RGB value is (225,204,185). Sum of RGB (Red+Green+Blue) = 225+204+185=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 204 (80.08% from 255 or 33.22% from 614); Blue value is 185 (72.66% from 255 or 30.13% from 614); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCB9 is #1E3346. Grayscale: #D0D0D0. Windows color (decimal): -1979207 or 12176609. OLE color: 12176609.
HSL color Cylindrical-coordinate representation of color #E1CCB9: hue angle of 28.5º degrees, saturation: 0.4, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E1CCB9 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 204 | 185 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.12 |
| HSL | 28.5º | 0.4% | 0.8% | - |
| HSV(B) | 28.5º | 0.18% | 0.88% | - |
| XYZ | 61.4 | 62.7 | 54.76 | - |
| YUV | 208.11 | 114.96 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 185 | 0 | 0.09 | 0.18 | 0.12 | 28.5 | 0.4 | 0.8 |
| Hex | E1 | CC | B9 | 0 | 9 | 12 | C | 1C | 28 | 50 |
| Octal | 341 | 314 | 271 | 0 | 11 | 22 | 14 | 34 | 50 | 120 |
| Binary | 11100001 | 11001100 | 10111001 | 0 | 1001 | 10010 | 1100 | 11100 | 101000 | 1010000 |
Color Harmonies of #E1CCB9
Complementary color
Monochromatic Colors of #E1CCB9
Black with #E1CCB9
Text Example
Text Example
White with #E1CCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CCB9; }
p { color: rgb(225,204,185); }
H1.HeaderClassName
{
color: #E1CCB9;
}
.AnyTagClassName
{
color: #E1CCB9;
}
</style>
background-color css
<style>
a { background-color: #E1CCB9; }
a { background-color: rgb(225,204,185); }
div.DivClassName
{
background-color: #E1CCB9;
}
.BgClassName
{
background-color: #E1CCB9;
}
</style>
border-color css
<style>
span { border-color: #E1CCB9; }
span { border-color: rgb(225,204,185); }
td.TdClassName
{
border-color: #E1CCB9;
}
.TagClassName
{
border-color: #E1CCB9;
}
</style>