Shades of Pearl Bush #E2D0BD
Tints of Pearl Bush #E2D0BD
RGB
CMYK
RGB Variations
Color information
#E2D0BD (or 0xE2D0BD) is known color: Pearl Bush. HEX triplet: E2, D0 and BD. RGB value is (226,208,189). Sum of RGB (Red+Green+Blue) = 226+208+189=623 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.28% from 623); Green value is 208 (81.64% from 255 or 33.39% from 623); Blue value is 189 (74.22% from 255 or 30.34% from 623); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D0BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D0BD is #1D2F42. Grayscale: #D3D3D3. Windows color (decimal): -1912643 or 12439778. OLE color: 12439778.
HSL color Cylindrical-coordinate representation of color #E2D0BD: hue angle of 30.81º 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 #E2D0BD is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 208 | 189 | - |
CMYK | 0 | 0.08 | 0.16 | 0.11 |
HSL | 30.81º | 0.39% | 0.81% | - |
HSV(B) | 30.81º | 0.16% | 0.89% | - |
XYZ | 63.11 | 64.95 | 57.36 | - |
YUV | 211.22 | 115.46 | 138.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 208 | 189 | 0 | 0.08 | 0.16 | 0.11 | 30.81 | 0.39 | 0.81 |
Hex | E2 | D0 | BD | 0 | 8 | 10 | B | 1F | 27 | 51 |
Octal | 342 | 320 | 275 | 0 | 10 | 20 | 13 | 37 | 47 | 121 |
Binary | 11100010 | 11010000 | 10111101 | 0 | 1000 | 10000 | 1011 | 11111 | 100111 | 1010001 |
Color Harmonies of #E2D0BD
Complementary color
Monochromatic Colors of #E2D0BD
Black with #E2D0BD
Text Example
Text Example
White with #E2D0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D0BD; }
p { color: rgb(226,208,189); }
H1.HeaderClassName
{
color: #E2D0BD;
}
.AnyTagClassName
{
color: #E2D0BD;
}
</style>
background-color css
<style>
a { background-color: #E2D0BD; }
a { background-color: rgb(226,208,189); }
div.DivClassName
{
background-color: #E2D0BD;
}
.BgClassName
{
background-color: #E2D0BD;
}
</style>
border-color css
<style>
span { border-color: #E2D0BD; }
span { border-color: rgb(226,208,189); }
td.TdClassName
{
border-color: #E2D0BD;
}
.TagClassName
{
border-color: #E2D0BD;
}
</style>