Shades of Pearl Bush #E5CDBB
Tints of Pearl Bush #E5CDBB
RGB
CMYK
RGB Variations
Color information
#E5CDBB (or 0xE5CDBB) is known color: Pearl Bush. HEX triplet: E5, CD and BB. RGB value is (229,205,187). Sum of RGB (Red+Green+Blue) = 229+205+187=621 (82% of max value = 765). Red value is 229 (89.84% from 255 or 36.88% from 621); Green value is 205 (80.47% from 255 or 33.01% from 621); Blue value is 187 (73.44% from 255 or 30.11% from 621); Max value from RGB is 229 - color contains mainly: red. Hex color #E5CDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E5CDBB is #1A3244. Grayscale: #D2D2D2. Windows color (decimal): -1716805 or 12307941. OLE color: 12307941.
HSL color Cylindrical-coordinate representation of color #E5CDBB: hue angle of 25.71º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E5CDBB is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 205 | 187 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.10 |
| HSL | 25.71º | 0.45% | 0.82% | - |
| HSV(B) | 25.71º | 0.18% | 0.9% | - |
| XYZ | 63.11 | 63.91 | 56.02 | - |
| YUV | 210.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 205 | 187 | 0 | 0.10 | 0.18 | 0.10 | 25.71 | 0.45 | 0.82 |
| Hex | E5 | CD | BB | 0 | A | 12 | A | 1A | 2D | 52 |
| Octal | 345 | 315 | 273 | 0 | 12 | 22 | 12 | 32 | 55 | 122 |
| Binary | 11100101 | 11001101 | 10111011 | 0 | 1010 | 10010 | 1010 | 11010 | 101101 | 1010010 |
Color Harmonies of #E5CDBB
Complementary color
Monochromatic Colors of #E5CDBB
Black with #E5CDBB
Text Example
Text Example
White with #E5CDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E5CDBB; }
p { color: rgb(229,205,187); }
H1.HeaderClassName
{
color: #E5CDBB;
}
.AnyTagClassName
{
color: #E5CDBB;
}
</style>
background-color css
<style>
a { background-color: #E5CDBB; }
a { background-color: rgb(229,205,187); }
div.DivClassName
{
background-color: #E5CDBB;
}
.BgClassName
{
background-color: #E5CDBB;
}
</style>
border-color css
<style>
span { border-color: #E5CDBB; }
span { border-color: rgb(229,205,187); }
td.TdClassName
{
border-color: #E5CDBB;
}
.TagClassName
{
border-color: #E5CDBB;
}
</style>