Shades of Pearl Bush #E7D0BE
Tints of Pearl Bush #E7D0BE
RGB
CMYK
RGB Variations
Color information
#E7D0BE (or 0xE7D0BE) is known color: Pearl Bush. HEX triplet: E7, D0 and BE. RGB value is (231,208,190). Sum of RGB (Red+Green+Blue) = 231+208+190=629 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.72% from 629); Green value is 208 (81.64% from 255 or 33.07% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D0BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D0BE is #182F41. Grayscale: #D4D4D4. Windows color (decimal): -1584962 or 12505319. OLE color: 12505319.
HSL color Cylindrical-coordinate representation of color #E7D0BE: hue angle of 26.34º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E7D0BE is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 208 | 190 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.09 |
| HSL | 26.34º | 0.46% | 0.83% | - |
| HSV(B) | 26.34º | 0.18% | 0.91% | - |
| XYZ | 64.81 | 65.82 | 58 | - |
| YUV | 212.83 | 115.12 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 208 | 190 | 0 | 0.10 | 0.18 | 0.09 | 26.34 | 0.46 | 0.83 |
| Hex | E7 | D0 | BE | 0 | A | 12 | 9 | 1A | 2E | 53 |
| Octal | 347 | 320 | 276 | 0 | 12 | 22 | 11 | 32 | 56 | 123 |
| Binary | 11100111 | 11010000 | 10111110 | 0 | 1010 | 10010 | 1001 | 11010 | 101110 | 1010011 |
Color Harmonies of #E7D0BE
Complementary color
Monochromatic Colors of #E7D0BE
Black with #E7D0BE
Text Example
Text Example
White with #E7D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D0BE; }
p { color: rgb(231,208,190); }
H1.HeaderClassName
{
color: #E7D0BE;
}
.AnyTagClassName
{
color: #E7D0BE;
}
</style>
background-color css
<style>
a { background-color: #E7D0BE; }
a { background-color: rgb(231,208,190); }
div.DivClassName
{
background-color: #E7D0BE;
}
.BgClassName
{
background-color: #E7D0BE;
}
</style>
border-color css
<style>
span { border-color: #E7D0BE; }
span { border-color: rgb(231,208,190); }
td.TdClassName
{
border-color: #E7D0BE;
}
.TagClassName
{
border-color: #E7D0BE;
}
</style>