Shades of Pearl Bush #E5D6C8
Tints of Pearl Bush #E5D6C8
RGB
CMYK
RGB Variations
Color information
#E5D6C8 (or 0xE5D6C8) is known color: Pearl Bush. HEX triplet: E5, D6 and C8. RGB value is (229,214,200). Sum of RGB (Red+Green+Blue) = 229+214+200=643 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.61% from 643); Green value is 214 (83.98% from 255 or 33.28% from 643); Blue value is 200 (78.52% from 255 or 31.10% from 643); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D6C8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D6C8 is #1A2937. Grayscale: #D8D8D8. Windows color (decimal): -1714488 or 13162213. OLE color: 13162213.
HSL color Cylindrical-coordinate representation of color #E5D6C8: hue angle of 28.97º degrees, saturation: 0.36, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #E5D6C8 is Cyan = 0, Magento = 0.07, Yellow = 0.13 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 214 | 200 | - |
| CMYK | 0 | 0.07 | 0.13 | 0.10 |
| HSL | 28.97º | 0.36% | 0.84% | - |
| HSV(B) | 28.97º | 0.13% | 0.9% | - |
| XYZ | 66.79 | 68.92 | 64.43 | - |
| YUV | 216.89 | 118.47 | 136.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 214 | 200 | 0 | 0.07 | 0.13 | 0.10 | 28.97 | 0.36 | 0.84 |
| Hex | E5 | D6 | C8 | 0 | 7 | D | A | 1D | 24 | 54 |
| Octal | 345 | 326 | 310 | 0 | 7 | 15 | 12 | 35 | 44 | 124 |
| Binary | 11100101 | 11010110 | 11001000 | 0 | 111 | 1101 | 1010 | 11101 | 100100 | 1010100 |
Color Harmonies of #E5D6C8
Complementary color
Monochromatic Colors of #E5D6C8
Black with #E5D6C8
Text Example
Text Example
White with #E5D6C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D6C8; }
p { color: rgb(229,214,200); }
H1.HeaderClassName
{
color: #E5D6C8;
}
.AnyTagClassName
{
color: #E5D6C8;
}
</style>
background-color css
<style>
a { background-color: #E5D6C8; }
a { background-color: rgb(229,214,200); }
div.DivClassName
{
background-color: #E5D6C8;
}
.BgClassName
{
background-color: #E5D6C8;
}
</style>
border-color css
<style>
span { border-color: #E5D6C8; }
span { border-color: rgb(229,214,200); }
td.TdClassName
{
border-color: #E5D6C8;
}
.TagClassName
{
border-color: #E5D6C8;
}
</style>