Shades of Pearl Bush #E1D6CA
Tints of Pearl Bush #E1D6CA
RGB
CMYK
RGB Variations
Color information
#E1D6CA (or 0xE1D6CA) is known color: Pearl Bush. HEX triplet: E1, D6 and CA. RGB value is (225,214,202). Sum of RGB (Red+Green+Blue) = 225+214+202=641 (84% of max value = 765). Red value is 225 (88.28% from 255 or 35.10% from 641); Green value is 214 (83.98% from 255 or 33.39% from 641); Blue value is 202 (79.30% from 255 or 31.51% from 641); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D6CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D6CA is #1E2935. Grayscale: #D7D7D7. Windows color (decimal): -1976630 or 13293281. OLE color: 13293281.
HSL color Cylindrical-coordinate representation of color #E1D6CA: hue angle of 31.3º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E1D6CA is Cyan = 0, Magento = 0.05, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 214 | 202 | - |
| CMYK | 0 | 0.05 | 0.10 | 0.12 |
| HSL | 31.3º | 0.28% | 0.84% | - |
| HSV(B) | 31.3º | 0.1% | 0.88% | - |
| XYZ | 65.76 | 68.36 | 65.61 | - |
| YUV | 215.92 | 120.14 | 134.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 214 | 202 | 0 | 0.05 | 0.10 | 0.12 | 31.3 | 0.28 | 0.84 |
| Hex | E1 | D6 | CA | 0 | 5 | A | C | 1F | 1C | 54 |
| Octal | 341 | 326 | 312 | 0 | 5 | 12 | 14 | 37 | 34 | 124 |
| Binary | 11100001 | 11010110 | 11001010 | 0 | 101 | 1010 | 1100 | 11111 | 11100 | 1010100 |
Color Harmonies of #E1D6CA
Complementary color
Monochromatic Colors of #E1D6CA
Black with #E1D6CA
Text Example
Text Example
White with #E1D6CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D6CA; }
p { color: rgb(225,214,202); }
H1.HeaderClassName
{
color: #E1D6CA;
}
.AnyTagClassName
{
color: #E1D6CA;
}
</style>
background-color css
<style>
a { background-color: #E1D6CA; }
a { background-color: rgb(225,214,202); }
div.DivClassName
{
background-color: #E1D6CA;
}
.BgClassName
{
background-color: #E1D6CA;
}
</style>
border-color css
<style>
span { border-color: #E1D6CA; }
span { border-color: rgb(225,214,202); }
td.TdClassName
{
border-color: #E1D6CA;
}
.TagClassName
{
border-color: #E1D6CA;
}
</style>