Shades of Pearl Bush #E1CEBE
Tints of Pearl Bush #E1CEBE
RGB
CMYK
RGB Variations
Color information
#E1CEBE (or 0xE1CEBE) is known color: Pearl Bush. HEX triplet: E1, CE and BE. RGB value is (225,206,190). Sum of RGB (Red+Green+Blue) = 225+206+190=621 (82% of max value = 765). Red value is 225 (88.28% from 255 or 36.23% from 621); Green value is 206 (80.86% from 255 or 33.17% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CEBE is #1E3141. Grayscale: #D1D1D1. Windows color (decimal): -1978690 or 12504801. OLE color: 12504801.
HSL color Cylindrical-coordinate representation of color #E1CEBE: hue angle of 27.43º degrees, saturation: 0.37, 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 #E1CEBE is Cyan = 0, Magento = 0.08, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 206 | 190 | - |
| CMYK | 0 | 0.08 | 0.16 | 0.12 |
| HSL | 27.43º | 0.37% | 0.81% | - |
| HSV(B) | 27.43º | 0.16% | 0.88% | - |
| XYZ | 62.42 | 63.87 | 57.75 | - |
| YUV | 209.86 | 116.79 | 138.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 206 | 190 | 0 | 0.08 | 0.16 | 0.12 | 27.43 | 0.37 | 0.81 |
| Hex | E1 | CE | BE | 0 | 8 | 10 | C | 1B | 25 | 51 |
| Octal | 341 | 316 | 276 | 0 | 10 | 20 | 14 | 33 | 45 | 121 |
| Binary | 11100001 | 11001110 | 10111110 | 0 | 1000 | 10000 | 1100 | 11011 | 100101 | 1010001 |
Color Harmonies of #E1CEBE
Complementary color
Monochromatic Colors of #E1CEBE
Black with #E1CEBE
Text Example
Text Example
White with #E1CEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E1CEBE; }
p { color: rgb(225,206,190); }
H1.HeaderClassName
{
color: #E1CEBE;
}
.AnyTagClassName
{
color: #E1CEBE;
}
</style>
background-color css
<style>
a { background-color: #E1CEBE; }
a { background-color: rgb(225,206,190); }
div.DivClassName
{
background-color: #E1CEBE;
}
.BgClassName
{
background-color: #E1CEBE;
}
</style>
border-color css
<style>
span { border-color: #E1CEBE; }
span { border-color: rgb(225,206,190); }
td.TdClassName
{
border-color: #E1CEBE;
}
.TagClassName
{
border-color: #E1CEBE;
}
</style>