Shades of Pearl Bush #E1CDBA
Tints of Pearl Bush #E1CDBA
RGB
CMYK
RGB Variations
Color information
#E1CDBA (or 0xE1CDBA) is known color: Pearl Bush. HEX triplet: E1, CD and BA. RGB value is (225,205,186). Sum of RGB (Red+Green+Blue) = 225+205+186=616 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.53% from 616); Green value is 205 (80.47% from 255 or 33.28% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDBA is #1E3245. Grayscale: #D0D0D0. Windows color (decimal): -1978950 or 12242401. OLE color: 12242401.
HSL color Cylindrical-coordinate representation of color #E1CDBA: hue angle of 29.23º 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 #E1CDBA is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 205 | 186 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.12 |
| HSL | 29.23º | 0.39% | 0.81% | - |
| HSV(B) | 29.23º | 0.17% | 0.88% | - |
| XYZ | 61.75 | 63.22 | 55.4 | - |
| YUV | 208.81 | 115.13 | 139.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 186 | 0 | 0.09 | 0.17 | 0.12 | 29.23 | 0.39 | 0.81 |
| Hex | E1 | CD | BA | 0 | 9 | 11 | C | 1D | 27 | 51 |
| Octal | 341 | 315 | 272 | 0 | 11 | 21 | 14 | 35 | 47 | 121 |
| Binary | 11100001 | 11001101 | 10111010 | 0 | 1001 | 10001 | 1100 | 11101 | 100111 | 1010001 |
Color Harmonies of #E1CDBA
Complementary color
Monochromatic Colors of #E1CDBA
Black with #E1CDBA
Text Example
Text Example
White with #E1CDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CDBA; }
p { color: rgb(225,205,186); }
H1.HeaderClassName
{
color: #E1CDBA;
}
.AnyTagClassName
{
color: #E1CDBA;
}
</style>
background-color css
<style>
a { background-color: #E1CDBA; }
a { background-color: rgb(225,205,186); }
div.DivClassName
{
background-color: #E1CDBA;
}
.BgClassName
{
background-color: #E1CDBA;
}
</style>
border-color css
<style>
span { border-color: #E1CDBA; }
span { border-color: rgb(225,205,186); }
td.TdClassName
{
border-color: #E1CDBA;
}
.TagClassName
{
border-color: #E1CDBA;
}
</style>