Shades of Pearl Bush #E1CCBD
Tints of Pearl Bush #E1CCBD
RGB
CMYK
RGB Variations
Color information
#E1CCBD (or 0xE1CCBD) is known color: Pearl Bush. HEX triplet: E1, CC and BD. RGB value is (225,204,189). Sum of RGB (Red+Green+Blue) = 225+204+189=618 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.41% from 618); Green value is 204 (80.08% from 255 or 33.01% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCBD is #1E3342. Grayscale: #D0D0D0. Windows color (decimal): -1979203 or 12438753. OLE color: 12438753.
HSL color Cylindrical-coordinate representation of color #E1CCBD: hue angle of 25º degrees, saturation: 0.38, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #E1CCBD is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 204 | 189 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.12 |
| HSL | 25º | 0.38% | 0.81% | - |
| HSV(B) | 25º | 0.16% | 0.88% | - |
| XYZ | 61.83 | 62.87 | 57.02 | - |
| YUV | 208.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 189 | 0 | 0.09 | 0.16 | 0.12 | 25 | 0.38 | 0.81 |
| Hex | E1 | CC | BD | 0 | 9 | 10 | C | 19 | 26 | 51 |
| Octal | 341 | 314 | 275 | 0 | 11 | 20 | 14 | 31 | 46 | 121 |
| Binary | 11100001 | 11001100 | 10111101 | 0 | 1001 | 10000 | 1100 | 11001 | 100110 | 1010001 |
Color Harmonies of #E1CCBD
Complementary color
Monochromatic Colors of #E1CCBD
Black with #E1CCBD
Text Example
Text Example
White with #E1CCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CCBD; }
p { color: rgb(225,204,189); }
H1.HeaderClassName
{
color: #E1CCBD;
}
.AnyTagClassName
{
color: #E1CCBD;
}
</style>
background-color css
<style>
a { background-color: #E1CCBD; }
a { background-color: rgb(225,204,189); }
div.DivClassName
{
background-color: #E1CCBD;
}
.BgClassName
{
background-color: #E1CCBD;
}
</style>
border-color css
<style>
span { border-color: #E1CCBD; }
span { border-color: rgb(225,204,189); }
td.TdClassName
{
border-color: #E1CCBD;
}
.TagClassName
{
border-color: #E1CCBD;
}
</style>