Shades of Pearl Bush #E2CDBA
Tints of Pearl Bush #E2CDBA
RGB
CMYK
RGB Variations
Color information
#E2CDBA (or 0xE2CDBA) is known color: Pearl Bush. HEX triplet: E2, CD and BA. RGB value is (226,205,186). Sum of RGB (Red+Green+Blue) = 226+205+186=617 (81% of max value = 765). Red value is 226 (88.67% from 255 or 36.63% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 186 (73.05% from 255 or 30.15% from 617); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CDBA is #1D3245. Grayscale: #D1D1D1. Windows color (decimal): -1913414 or 12242402. OLE color: 12242402.
HSL color Cylindrical-coordinate representation of color #E2CDBA: hue angle of 28.5º degrees, saturation: 0.41, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E2CDBA is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 205 | 186 | - |
| CMYK | 0 | 0.09 | 0.18 | 0.11 |
| HSL | 28.5º | 0.41% | 0.81% | - |
| HSV(B) | 28.5º | 0.18% | 0.89% | - |
| XYZ | 62.06 | 63.38 | 55.42 | - |
| YUV | 209.11 | 114.96 | 140.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 205 | 186 | 0 | 0.09 | 0.18 | 0.11 | 28.5 | 0.41 | 0.81 |
| Hex | E2 | CD | BA | 0 | 9 | 12 | B | 1C | 29 | 51 |
| Octal | 342 | 315 | 272 | 0 | 11 | 22 | 13 | 34 | 51 | 121 |
| Binary | 11100010 | 11001101 | 10111010 | 0 | 1001 | 10010 | 1011 | 11100 | 101001 | 1010001 |
Color Harmonies of #E2CDBA
Complementary color
Monochromatic Colors of #E2CDBA
Black with #E2CDBA
Text Example
Text Example
White with #E2CDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2CDBA; }
p { color: rgb(226,205,186); }
H1.HeaderClassName
{
color: #E2CDBA;
}
.AnyTagClassName
{
color: #E2CDBA;
}
</style>
background-color css
<style>
a { background-color: #E2CDBA; }
a { background-color: rgb(226,205,186); }
div.DivClassName
{
background-color: #E2CDBA;
}
.BgClassName
{
background-color: #E2CDBA;
}
</style>
border-color css
<style>
span { border-color: #E2CDBA; }
span { border-color: rgb(226,205,186); }
td.TdClassName
{
border-color: #E2CDBA;
}
.TagClassName
{
border-color: #E2CDBA;
}
</style>