Shades of Pearl Bush #E7D1BD
Tints of Pearl Bush #E7D1BD
RGB
CMYK
RGB Variations
Color information
#E7D1BD (or 0xE7D1BD) is known color: Pearl Bush. HEX triplet: E7, D1 and BD. RGB value is (231,209,189). Sum of RGB (Red+Green+Blue) = 231+209+189=629 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.72% from 629); Green value is 209 (82.03% from 255 or 33.23% from 629); Blue value is 189 (74.22% from 255 or 30.05% from 629); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D1BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D1BD is #182E42. Grayscale: #D5D5D5. Windows color (decimal): -1584707 or 12440039. OLE color: 12440039.
HSL color Cylindrical-coordinate representation of color #E7D1BD: hue angle of 28.57º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7D1BD is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 209 | 189 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.09 |
| HSL | 28.57º | 0.47% | 0.82% | - |
| HSV(B) | 28.57º | 0.18% | 0.91% | - |
| XYZ | 64.94 | 66.26 | 57.51 | - |
| YUV | 213.3 | 114.29 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 209 | 189 | 0 | 0.10 | 0.18 | 0.09 | 28.57 | 0.47 | 0.82 |
| Hex | E7 | D1 | BD | 0 | A | 12 | 9 | 1D | 2F | 52 |
| Octal | 347 | 321 | 275 | 0 | 12 | 22 | 11 | 35 | 57 | 122 |
| Binary | 11100111 | 11010001 | 10111101 | 0 | 1010 | 10010 | 1001 | 11101 | 101111 | 1010010 |
Color Harmonies of #E7D1BD
Complementary color
Monochromatic Colors of #E7D1BD
Black with #E7D1BD
Text Example
Text Example
White with #E7D1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D1BD; }
p { color: rgb(231,209,189); }
H1.HeaderClassName
{
color: #E7D1BD;
}
.AnyTagClassName
{
color: #E7D1BD;
}
</style>
background-color css
<style>
a { background-color: #E7D1BD; }
a { background-color: rgb(231,209,189); }
div.DivClassName
{
background-color: #E7D1BD;
}
.BgClassName
{
background-color: #E7D1BD;
}
</style>
border-color css
<style>
span { border-color: #E7D1BD; }
span { border-color: rgb(231,209,189); }
td.TdClassName
{
border-color: #E7D1BD;
}
.TagClassName
{
border-color: #E7D1BD;
}
</style>