Shades of Pearl Bush #E1D0BD
Tints of Pearl Bush #E1D0BD
RGB
CMYK
RGB Variations
Color information
#E1D0BD (or 0xE1D0BD) is known color: Pearl Bush. HEX triplet: E1, D0 and BD. RGB value is (225,208,189). Sum of RGB (Red+Green+Blue) = 225+208+189=622 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.17% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D0BD is #1E2F42. Grayscale: #D3D3D3. Windows color (decimal): -1978179 or 12439777. OLE color: 12439777.
HSL color Cylindrical-coordinate representation of color #E1D0BD: hue angle of 31.67º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1D0BD is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 208 | 189 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.12 |
| HSL | 31.67º | 0.38% | 0.81% | - |
| HSV(B) | 31.67º | 0.16% | 0.88% | - |
| XYZ | 62.79 | 64.79 | 57.34 | - |
| YUV | 210.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 208 | 189 | 0 | 0.08 | 0.16 | 0.12 | 31.67 | 0.38 | 0.81 |
| Hex | E1 | D0 | BD | 0 | 8 | 10 | C | 20 | 26 | 51 |
| Octal | 341 | 320 | 275 | 0 | 10 | 20 | 14 | 40 | 46 | 121 |
| Binary | 11100001 | 11010000 | 10111101 | 0 | 1000 | 10000 | 1100 | 100000 | 100110 | 1010001 |
Color Harmonies of #E1D0BD
Complementary color
Monochromatic Colors of #E1D0BD
Black with #E1D0BD
Text Example
Text Example
White with #E1D0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D0BD; }
p { color: rgb(225,208,189); }
H1.HeaderClassName
{
color: #E1D0BD;
}
.AnyTagClassName
{
color: #E1D0BD;
}
</style>
background-color css
<style>
a { background-color: #E1D0BD; }
a { background-color: rgb(225,208,189); }
div.DivClassName
{
background-color: #E1D0BD;
}
.BgClassName
{
background-color: #E1D0BD;
}
</style>
border-color css
<style>
span { border-color: #E1D0BD; }
span { border-color: rgb(225,208,189); }
td.TdClassName
{
border-color: #E1D0BD;
}
.TagClassName
{
border-color: #E1D0BD;
}
</style>