Shades of Pearl Bush #E2D1BD
Tints of Pearl Bush #E2D1BD
RGB
CMYK
RGB Variations
Color information
#E2D1BD (or 0xE2D1BD) is known color: Pearl Bush. HEX triplet: E2, D1 and BD. RGB value is (226,209,189). Sum of RGB (Red+Green+Blue) = 226+209+189=624 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.22% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 189 (74.22% from 255 or 30.29% from 624); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D1BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D1BD is #1D2E42. Grayscale: #D3D3D3. Windows color (decimal): -1912387 or 12440034. OLE color: 12440034.
HSL color Cylindrical-coordinate representation of color #E2D1BD: hue angle of 32.43º degrees, saturation: 0.39, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2D1BD is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 209 | 189 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.11 |
| HSL | 32.43º | 0.39% | 0.81% | - |
| HSV(B) | 32.43º | 0.16% | 0.89% | - |
| XYZ | 63.35 | 65.44 | 57.44 | - |
| YUV | 211.8 | 115.13 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 209 | 189 | 0 | 0.08 | 0.16 | 0.11 | 32.43 | 0.39 | 0.81 |
| Hex | E2 | D1 | BD | 0 | 8 | 10 | B | 20 | 27 | 51 |
| Octal | 342 | 321 | 275 | 0 | 10 | 20 | 13 | 40 | 47 | 121 |
| Binary | 11100010 | 11010001 | 10111101 | 0 | 1000 | 10000 | 1011 | 100000 | 100111 | 1010001 |
Color Harmonies of #E2D1BD
Complementary color
Monochromatic Colors of #E2D1BD
Black with #E2D1BD
Text Example
Text Example
White with #E2D1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D1BD; }
p { color: rgb(226,209,189); }
H1.HeaderClassName
{
color: #E2D1BD;
}
.AnyTagClassName
{
color: #E2D1BD;
}
</style>
background-color css
<style>
a { background-color: #E2D1BD; }
a { background-color: rgb(226,209,189); }
div.DivClassName
{
background-color: #E2D1BD;
}
.BgClassName
{
background-color: #E2D1BD;
}
</style>
border-color css
<style>
span { border-color: #E2D1BD; }
span { border-color: rgb(226,209,189); }
td.TdClassName
{
border-color: #E2D1BD;
}
.TagClassName
{
border-color: #E2D1BD;
}
</style>