Shades of Pearl Bush #E7D1C1
Tints of Pearl Bush #E7D1C1
RGB
CMYK
RGB Variations
Color information
#E7D1C1 (or 0xE7D1C1) is known color: Pearl Bush. HEX triplet: E7, D1 and C1. RGB value is (231,209,193). Sum of RGB (Red+Green+Blue) = 231+209+193=633 (83% of max value = 765). Red value is 231 (90.62% from 255 or 36.49% from 633); Green value is 209 (82.03% from 255 or 33.02% from 633); Blue value is 193 (75.78% from 255 or 30.49% from 633); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D1C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D1C1 is #182E3E. Grayscale: #D5D5D5. Windows color (decimal): -1584703 or 12702183. OLE color: 12702183.
HSL color Cylindrical-coordinate representation of color #E7D1C1: hue angle of 25.26º degrees, saturation: 0.44, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E7D1C1 is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 209 | 193 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.09 |
| HSL | 25.26º | 0.44% | 0.83% | - |
| HSV(B) | 25.26º | 0.16% | 0.91% | - |
| XYZ | 65.38 | 66.44 | 59.83 | - |
| YUV | 213.75 | 116.29 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 209 | 193 | 0 | 0.10 | 0.16 | 0.09 | 25.26 | 0.44 | 0.83 |
| Hex | E7 | D1 | C1 | 0 | A | 10 | 9 | 19 | 2C | 53 |
| Octal | 347 | 321 | 301 | 0 | 12 | 20 | 11 | 31 | 54 | 123 |
| Binary | 11100111 | 11010001 | 11000001 | 0 | 1010 | 10000 | 1001 | 11001 | 101100 | 1010011 |
Color Harmonies of #E7D1C1
Complementary color
Monochromatic Colors of #E7D1C1
Black with #E7D1C1
Text Example
Text Example
White with #E7D1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D1C1; }
p { color: rgb(231,209,193); }
H1.HeaderClassName
{
color: #E7D1C1;
}
.AnyTagClassName
{
color: #E7D1C1;
}
</style>
background-color css
<style>
a { background-color: #E7D1C1; }
a { background-color: rgb(231,209,193); }
div.DivClassName
{
background-color: #E7D1C1;
}
.BgClassName
{
background-color: #E7D1C1;
}
</style>
border-color css
<style>
span { border-color: #E7D1C1; }
span { border-color: rgb(231,209,193); }
td.TdClassName
{
border-color: #E7D1C1;
}
.TagClassName
{
border-color: #E7D1C1;
}
</style>