Shades of Pearl Bush #E5D7CA
Tints of Pearl Bush #E5D7CA
RGB
CMYK
RGB Variations
Color information
#E5D7CA (or 0xE5D7CA) is known color: Pearl Bush. HEX triplet: E5, D7 and CA. RGB value is (229,215,202). Sum of RGB (Red+Green+Blue) = 229+215+202=646 (85% of max value = 765). Red value is 229 (89.84% from 255 or 35.45% from 646); Green value is 215 (84.38% from 255 or 33.28% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 229 - color contains mainly: red. Hex color #E5D7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5D7CA is #1A2835. Grayscale: #D9D9D9. Windows color (decimal): -1714230 or 13293541. OLE color: 13293541.
HSL color Cylindrical-coordinate representation of color #E5D7CA: hue angle of 28.89º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #E5D7CA is Cyan = 0, Magento = 0.06, Yellow = 0.12 and Black (K on CMYK) = 0.10.
Color convert
RGB | 229 | 215 | 202 | - |
CMYK | 0 | 0.06 | 0.12 | 0.10 |
HSL | 28.89º | 0.34% | 0.85% | - |
HSV(B) | 28.89º | 0.12% | 0.9% | - |
XYZ | 67.27 | 69.52 | 65.75 | - |
YUV | 217.7 | 119.14 | 136.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 229 | 215 | 202 | 0 | 0.06 | 0.12 | 0.10 | 28.89 | 0.34 | 0.85 |
Hex | E5 | D7 | CA | 0 | 6 | C | A | 1D | 22 | 55 |
Octal | 345 | 327 | 312 | 0 | 6 | 14 | 12 | 35 | 42 | 125 |
Binary | 11100101 | 11010111 | 11001010 | 0 | 110 | 1100 | 1010 | 11101 | 100010 | 1010101 |
Color Harmonies of #E5D7CA
Complementary color
Monochromatic Colors of #E5D7CA
Black with #E5D7CA
Text Example
Text Example
White with #E5D7CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5D7CA; }
p { color: rgb(229,215,202); }
H1.HeaderClassName
{
color: #E5D7CA;
}
.AnyTagClassName
{
color: #E5D7CA;
}
</style>
background-color css
<style>
a { background-color: #E5D7CA; }
a { background-color: rgb(229,215,202); }
div.DivClassName
{
background-color: #E5D7CA;
}
.BgClassName
{
background-color: #E5D7CA;
}
</style>
border-color css
<style>
span { border-color: #E5D7CA; }
span { border-color: rgb(229,215,202); }
td.TdClassName
{
border-color: #E5D7CA;
}
.TagClassName
{
border-color: #E5D7CA;
}
</style>