Shades of Pearl Bush #E3D0BB
Tints of Pearl Bush #E3D0BB
RGB
CMYK
RGB Variations
Color information
#E3D0BB (or 0xE3D0BB) is known color: Pearl Bush. HEX triplet: E3, D0 and BB. RGB value is (227,208,187). Sum of RGB (Red+Green+Blue) = 227+208+187=622 (82% of max value = 765). Red value is 227 (89.06% from 255 or 36.50% from 622); Green value is 208 (81.64% from 255 or 33.44% from 622); Blue value is 187 (73.44% from 255 or 30.06% from 622); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D0BB is #1C2F44. Grayscale: #D3D3D3. Windows color (decimal): -1847109 or 12308707. OLE color: 12308707.
HSL color Cylindrical-coordinate representation of color #E3D0BB: hue angle of 31.5º degrees, saturation: 0.42, 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 #E3D0BB is Cyan = 0, Magento = 0.08, Yellow = 0.18 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 208 | 187 | - |
| CMYK | 0 | 0.08 | 0.18 | 0.11 |
| HSL | 31.5º | 0.42% | 0.81% | - |
| HSV(B) | 31.5º | 0.18% | 0.89% | - |
| XYZ | 63.2 | 65.03 | 56.23 | - |
| YUV | 211.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 208 | 187 | 0 | 0.08 | 0.18 | 0.11 | 31.5 | 0.42 | 0.81 |
| Hex | E3 | D0 | BB | 0 | 8 | 12 | B | 1F | 2A | 51 |
| Octal | 343 | 320 | 273 | 0 | 10 | 22 | 13 | 37 | 52 | 121 |
| Binary | 11100011 | 11010000 | 10111011 | 0 | 1000 | 10010 | 1011 | 11111 | 101010 | 1010001 |
Color Harmonies of #E3D0BB
Complementary color
Monochromatic Colors of #E3D0BB
Black with #E3D0BB
Text Example
Text Example
White with #E3D0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D0BB; }
p { color: rgb(227,208,187); }
H1.HeaderClassName
{
color: #E3D0BB;
}
.AnyTagClassName
{
color: #E3D0BB;
}
</style>
background-color css
<style>
a { background-color: #E3D0BB; }
a { background-color: rgb(227,208,187); }
div.DivClassName
{
background-color: #E3D0BB;
}
.BgClassName
{
background-color: #E3D0BB;
}
</style>
border-color css
<style>
span { border-color: #E3D0BB; }
span { border-color: rgb(227,208,187); }
td.TdClassName
{
border-color: #E3D0BB;
}
.TagClassName
{
border-color: #E3D0BB;
}
</style>