Shades of Pearl Bush #E1CDBB
Tints of Pearl Bush #E1CDBB
RGB
CMYK
RGB Variations
Color information
#E1CDBB (or 0xE1CDBB) is known color: Pearl Bush. HEX triplet: E1, CD and BB. RGB value is (225,205,187). Sum of RGB (Red+Green+Blue) = 225+205+187=617 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.47% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 187 (73.44% from 255 or 30.31% from 617); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CDBB is #1E3244. Grayscale: #D1D1D1. Windows color (decimal): -1978949 or 12307937. OLE color: 12307937.
HSL color Cylindrical-coordinate representation of color #E1CDBB: hue angle of 28.42º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E1CDBB is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 205 | 187 | - |
| CMYK | 0 | 0.09 | 0.17 | 0.12 |
| HSL | 28.42º | 0.39% | 0.81% | - |
| HSV(B) | 28.42º | 0.17% | 0.88% | - |
| XYZ | 61.85 | 63.26 | 55.96 | - |
| YUV | 208.93 | 115.63 | 139.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 205 | 187 | 0 | 0.09 | 0.17 | 0.12 | 28.42 | 0.39 | 0.81 |
| Hex | E1 | CD | BB | 0 | 9 | 11 | C | 1C | 27 | 51 |
| Octal | 341 | 315 | 273 | 0 | 11 | 21 | 14 | 34 | 47 | 121 |
| Binary | 11100001 | 11001101 | 10111011 | 0 | 1001 | 10001 | 1100 | 11100 | 100111 | 1010001 |
Color Harmonies of #E1CDBB
Complementary color
Monochromatic Colors of #E1CDBB
Black with #E1CDBB
Text Example
Text Example
White with #E1CDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CDBB; }
p { color: rgb(225,205,187); }
H1.HeaderClassName
{
color: #E1CDBB;
}
.AnyTagClassName
{
color: #E1CDBB;
}
</style>
background-color css
<style>
a { background-color: #E1CDBB; }
a { background-color: rgb(225,205,187); }
div.DivClassName
{
background-color: #E1CDBB;
}
.BgClassName
{
background-color: #E1CDBB;
}
</style>
border-color css
<style>
span { border-color: #E1CDBB; }
span { border-color: rgb(225,205,187); }
td.TdClassName
{
border-color: #E1CDBB;
}
.TagClassName
{
border-color: #E1CDBB;
}
</style>