Shades of Pearl Bush #E1D3C2
Tints of Pearl Bush #E1D3C2
RGB
CMYK
RGB Variations
Color information
#E1D3C2 (or 0xE1D3C2) is known color: Pearl Bush. HEX triplet: E1, D3 and C2. RGB value is (225,211,194). Sum of RGB (Red+Green+Blue) = 225+211+194=630 (83% of max value = 765). Red value is 225 (88.28% from 255 or 35.71% from 630); Green value is 211 (82.81% from 255 or 33.49% from 630); Blue value is 194 (76.17% from 255 or 30.79% from 630); Max value from RGB is 225 - color contains mainly: red. Hex color #E1D3C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1D3C2 is #1E2C3D. Grayscale: #D5D5D5. Windows color (decimal): -1977406 or 12768225. OLE color: 12768225.
HSL color Cylindrical-coordinate representation of color #E1D3C2: hue angle of 32.9º degrees, saturation: 0.34, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #E1D3C2 is Cyan = 0, Magento = 0.06, Yellow = 0.14 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 211 | 194 | - |
| CMYK | 0 | 0.06 | 0.14 | 0.12 |
| HSL | 32.9º | 0.34% | 0.82% | - |
| HSV(B) | 32.9º | 0.14% | 0.88% | - |
| XYZ | 64.08 | 66.49 | 60.5 | - |
| YUV | 213.25 | 117.14 | 136.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 211 | 194 | 0 | 0.06 | 0.14 | 0.12 | 32.9 | 0.34 | 0.82 |
| Hex | E1 | D3 | C2 | 0 | 6 | E | C | 21 | 22 | 52 |
| Octal | 341 | 323 | 302 | 0 | 6 | 16 | 14 | 41 | 42 | 122 |
| Binary | 11100001 | 11010011 | 11000010 | 0 | 110 | 1110 | 1100 | 100001 | 100010 | 1010010 |
Color Harmonies of #E1D3C2
Complementary color
Monochromatic Colors of #E1D3C2
Black with #E1D3C2
Text Example
Text Example
White with #E1D3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1D3C2; }
p { color: rgb(225,211,194); }
H1.HeaderClassName
{
color: #E1D3C2;
}
.AnyTagClassName
{
color: #E1D3C2;
}
</style>
background-color css
<style>
a { background-color: #E1D3C2; }
a { background-color: rgb(225,211,194); }
div.DivClassName
{
background-color: #E1D3C2;
}
.BgClassName
{
background-color: #E1D3C2;
}
</style>
border-color css
<style>
span { border-color: #E1D3C2; }
span { border-color: rgb(225,211,194); }
td.TdClassName
{
border-color: #E1D3C2;
}
.TagClassName
{
border-color: #E1D3C2;
}
</style>