Shades of Pearl Bush #E2D1BE
Tints of Pearl Bush #E2D1BE
RGB
CMYK
RGB Variations
Color information
#E2D1BE (or 0xE2D1BE) is known color: Pearl Bush. HEX triplet: E2, D1 and BE. RGB value is (226,209,190). Sum of RGB (Red+Green+Blue) = 226+209+190=625 (82% of max value = 765). Red value is 226 (88.67% from 255 or 36.16% from 625); Green value is 209 (82.03% from 255 or 33.44% from 625); Blue value is 190 (74.61% from 255 or 30.4% from 625); Max value from RGB is 226 - color contains mainly: red. Hex color #E2D1BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2D1BE is #1D2E41. Grayscale: #D4D4D4. Windows color (decimal): -1912386 or 12505570. OLE color: 12505570.
HSL color Cylindrical-coordinate representation of color #E2D1BE: hue angle of 31.67º degrees, saturation: 0.38, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E2D1BE is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
RGB | 226 | 209 | 190 | - |
CMYK | 0 | 0.08 | 0.16 | 0.11 |
HSL | 31.67º | 0.38% | 0.82% | - |
HSV(B) | 31.67º | 0.16% | 0.89% | - |
XYZ | 63.46 | 65.49 | 58.01 | - |
YUV | 211.92 | 115.63 | 138.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 226 | 209 | 190 | 0 | 0.08 | 0.16 | 0.11 | 31.67 | 0.38 | 0.82 |
Hex | E2 | D1 | BE | 0 | 8 | 10 | B | 20 | 26 | 52 |
Octal | 342 | 321 | 276 | 0 | 10 | 20 | 13 | 40 | 46 | 122 |
Binary | 11100010 | 11010001 | 10111110 | 0 | 1000 | 10000 | 1011 | 100000 | 100110 | 1010010 |
Color Harmonies of #E2D1BE
Complementary color
Monochromatic Colors of #E2D1BE
Black with #E2D1BE
Text Example
Text Example
White with #E2D1BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E2D1BE; }
p { color: rgb(226,209,190); }
H1.HeaderClassName
{
color: #E2D1BE;
}
.AnyTagClassName
{
color: #E2D1BE;
}
</style>
background-color css
<style>
a { background-color: #E2D1BE; }
a { background-color: rgb(226,209,190); }
div.DivClassName
{
background-color: #E2D1BE;
}
.BgClassName
{
background-color: #E2D1BE;
}
</style>
border-color css
<style>
span { border-color: #E2D1BE; }
span { border-color: rgb(226,209,190); }
td.TdClassName
{
border-color: #E2D1BE;
}
.TagClassName
{
border-color: #E2D1BE;
}
</style>