Shades of Pearl Bush #E7D4C5
Tints of Pearl Bush #E7D4C5
RGB
CMYK
RGB Variations
Color information
#E7D4C5 (or 0xE7D4C5) is known color: Pearl Bush. HEX triplet: E7, D4 and C5. RGB value is (231,212,197). Sum of RGB (Red+Green+Blue) = 231+212+197=640 (84% of max value = 765). Red value is 231 (90.62% from 255 or 36.09% from 640); Green value is 212 (83.20% from 255 or 33.12% from 640); Blue value is 197 (77.34% from 255 or 30.78% from 640); Max value from RGB is 231 - color contains mainly: red. Hex color #E7D4C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E7D4C5 is #182B3A. Grayscale: #D8D8D8. Windows color (decimal): -1583931 or 12965095. OLE color: 12965095.
HSL color Cylindrical-coordinate representation of color #E7D4C5: hue angle of 26.47º degrees, saturation: 0.41, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #E7D4C5 is Cyan = 0, Magento = 0.08, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 212 | 197 | - |
CMYK | 0 | 0.08 | 0.15 | 0.09 |
HSL | 26.47º | 0.41% | 0.84% | - |
HSV(B) | 26.47º | 0.15% | 0.91% | - |
XYZ | 66.58 | 68.11 | 62.46 | - |
YUV | 215.97 | 117.29 | 138.72 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 212 | 197 | 0 | 0.08 | 0.15 | 0.09 | 26.47 | 0.41 | 0.84 |
Hex | E7 | D4 | C5 | 0 | 8 | F | 9 | 1A | 29 | 54 |
Octal | 347 | 324 | 305 | 0 | 10 | 17 | 11 | 32 | 51 | 124 |
Binary | 11100111 | 11010100 | 11000101 | 0 | 1000 | 1111 | 1001 | 11010 | 101001 | 1010100 |
Color Harmonies of #E7D4C5
Complementary color
Monochromatic Colors of #E7D4C5
Black with #E7D4C5
Text Example
Text Example
White with #E7D4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E7D4C5; }
p { color: rgb(231,212,197); }
H1.HeaderClassName
{
color: #E7D4C5;
}
.AnyTagClassName
{
color: #E7D4C5;
}
</style>
background-color css
<style>
a { background-color: #E7D4C5; }
a { background-color: rgb(231,212,197); }
div.DivClassName
{
background-color: #E7D4C5;
}
.BgClassName
{
background-color: #E7D4C5;
}
</style>
border-color css
<style>
span { border-color: #E7D4C5; }
span { border-color: rgb(231,212,197); }
td.TdClassName
{
border-color: #E7D4C5;
}
.TagClassName
{
border-color: #E7D4C5;
}
</style>