Shades of Pearl Bush #E5D2BF
Tints of Pearl Bush #E5D2BF
RGB
CMYK
RGB Variations
Color information
#E5D2BF (or 0xE5D2BF) is known color: Pearl Bush. HEX triplet: E5, D2 and BF. RGB value is (229,210,191). Sum of RGB (Red+Green+Blue) = 229+210+191=630 (83% of max value = 765). Red value is 229 (89.84% from 255 or 36.35% from 630); Green value is 210 (82.42% from 255 or 33.33% from 630); Blue value is 191 (75% from 255 or 30.32% from 630); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D2BF is #1A2D40. Grayscale: #D5D5D5. Windows color (decimal): -1715521 or 12571365. OLE color: 12571365.
HSL color Cylindrical-coordinate representation of color #E5D2BF: hue angle of 30º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E5D2BF is Cyan = 0, Magento = 0.08, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 210 | 191 | - |
| CMYK | 0 | 0.08 | 0.17 | 0.10 |
| HSL | 30º | 0.42% | 0.82% | - |
| HSV(B) | 30º | 0.17% | 0.9% | - |
| XYZ | 64.76 | 66.51 | 58.72 | - |
| YUV | 213.52 | 115.29 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 210 | 191 | 0 | 0.08 | 0.17 | 0.10 | 30 | 0.42 | 0.82 |
| Hex | E5 | D2 | BF | 0 | 8 | 11 | A | 1E | 2A | 52 |
| Octal | 345 | 322 | 277 | 0 | 10 | 21 | 12 | 36 | 52 | 122 |
| Binary | 11100101 | 11010010 | 10111111 | 0 | 1000 | 10001 | 1010 | 11110 | 101010 | 1010010 |
Color Harmonies of #E5D2BF
Complementary color
Monochromatic Colors of #E5D2BF
Black with #E5D2BF
Text Example
Text Example
White with #E5D2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D2BF; }
p { color: rgb(229,210,191); }
H1.HeaderClassName
{
color: #E5D2BF;
}
.AnyTagClassName
{
color: #E5D2BF;
}
</style>
background-color css
<style>
a { background-color: #E5D2BF; }
a { background-color: rgb(229,210,191); }
div.DivClassName
{
background-color: #E5D2BF;
}
.BgClassName
{
background-color: #E5D2BF;
}
</style>
border-color css
<style>
span { border-color: #E5D2BF; }
span { border-color: rgb(229,210,191); }
td.TdClassName
{
border-color: #E5D2BF;
}
.TagClassName
{
border-color: #E5D2BF;
}
</style>