Shades of Pearl Bush #E1CBBA
Tints of Pearl Bush #E1CBBA
RGB
CMYK
RGB Variations
Color information
#E1CBBA (or 0xE1CBBA) is known color: Pearl Bush. HEX triplet: E1, CB and BA. RGB value is (225,203,186). Sum of RGB (Red+Green+Blue) = 225+203+186=614 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.64% from 614); Green value is 203 (79.69% from 255 or 33.06% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CBBA is #1E3445. Grayscale: #CFCFCF. Windows color (decimal): -1979462 or 12241889. OLE color: 12241889.
HSL color Cylindrical-coordinate representation of color #E1CBBA: hue angle of 26.15º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1CBBA is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 203 | 186 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.12 |
| HSL | 26.15º | 0.39% | 0.81% | - |
| HSV(B) | 26.15º | 0.17% | 0.88% | - |
| XYZ | 61.27 | 62.26 | 55.24 | - |
| YUV | 207.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 203 | 186 | 0 | 0.10 | 0.17 | 0.12 | 26.15 | 0.39 | 0.81 |
| Hex | E1 | CB | BA | 0 | A | 11 | C | 1A | 27 | 51 |
| Octal | 341 | 313 | 272 | 0 | 12 | 21 | 14 | 32 | 47 | 121 |
| Binary | 11100001 | 11001011 | 10111010 | 0 | 1010 | 10001 | 1100 | 11010 | 100111 | 1010001 |
Color Harmonies of #E1CBBA
Complementary color
Monochromatic Colors of #E1CBBA
Black with #E1CBBA
Text Example
Text Example
White with #E1CBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CBBA; }
p { color: rgb(225,203,186); }
H1.HeaderClassName
{
color: #E1CBBA;
}
.AnyTagClassName
{
color: #E1CBBA;
}
</style>
background-color css
<style>
a { background-color: #E1CBBA; }
a { background-color: rgb(225,203,186); }
div.DivClassName
{
background-color: #E1CBBA;
}
.BgClassName
{
background-color: #E1CBBA;
}
</style>
border-color css
<style>
span { border-color: #E1CBBA; }
span { border-color: rgb(225,203,186); }
td.TdClassName
{
border-color: #E1CBBA;
}
.TagClassName
{
border-color: #E1CBBA;
}
</style>