Shades of Pearl Bush #E1CCBC
Tints of Pearl Bush #E1CCBC
RGB
CMYK
RGB Variations
Color information
#E1CCBC (or 0xE1CCBC) is known color: Pearl Bush. HEX triplet: E1, CC and BC. RGB value is (225,204,188). Sum of RGB (Red+Green+Blue) = 225+204+188=617 (81% of max value = 765). Red value is 225 (88.28% from 255 or 36.47% from 617); Green value is 204 (80.08% from 255 or 33.06% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CCBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CCBC is #1E3343. Grayscale: #D0D0D0. Windows color (decimal): -1979204 or 12373217. OLE color: 12373217.
HSL color Cylindrical-coordinate representation of color #E1CCBC: hue angle of 25.95º 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 #E1CCBC is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 204 | 188 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.12 |
| HSL | 25.95º | 0.38% | 0.81% | - |
| HSV(B) | 25.95º | 0.16% | 0.88% | - |
| XYZ | 61.72 | 62.82 | 56.45 | - |
| YUV | 208.46 | 116.46 | 139.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 204 | 188 | 0 | 0.09 | 0.16 | 0.12 | 25.95 | 0.38 | 0.81 |
| Hex | E1 | CC | BC | 0 | 9 | 10 | C | 1A | 26 | 51 |
| Octal | 341 | 314 | 274 | 0 | 11 | 20 | 14 | 32 | 46 | 121 |
| Binary | 11100001 | 11001100 | 10111100 | 0 | 1001 | 10000 | 1100 | 11010 | 100110 | 1010001 |
Color Harmonies of #E1CCBC
Complementary color
Monochromatic Colors of #E1CCBC
Black with #E1CCBC
Text Example
Text Example
White with #E1CCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CCBC; }
p { color: rgb(225,204,188); }
H1.HeaderClassName
{
color: #E1CCBC;
}
.AnyTagClassName
{
color: #E1CCBC;
}
</style>
background-color css
<style>
a { background-color: #E1CCBC; }
a { background-color: rgb(225,204,188); }
div.DivClassName
{
background-color: #E1CCBC;
}
.BgClassName
{
background-color: #E1CCBC;
}
</style>
border-color css
<style>
span { border-color: #E1CCBC; }
span { border-color: rgb(225,204,188); }
td.TdClassName
{
border-color: #E1CCBC;
}
.TagClassName
{
border-color: #E1CCBC;
}
</style>