Shades of Pearl Bush #E3D6CB
Tints of Pearl Bush #E3D6CB
RGB
CMYK
RGB Variations
Color information
#E3D6CB (or 0xE3D6CB) is known color: Pearl Bush. HEX triplet: E3, D6 and CB. RGB value is (227,214,203). Sum of RGB (Red+Green+Blue) = 227+214+203=644 (85% of max value = 765). Red value is 227 (89.06% from 255 or 35.25% from 644); Green value is 214 (83.98% from 255 or 33.23% from 644); Blue value is 203 (79.69% from 255 or 31.52% from 644); Max value from RGB is 227 - color contains mainly: red. Hex color #E3D6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3D6CB is #1C2934. Grayscale: #D8D8D8. Windows color (decimal): -1845557 or 13358819. OLE color: 13358819.
HSL color Cylindrical-coordinate representation of color #E3D6CB: hue angle of 27.5º degrees, saturation: 0.3, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E3D6CB is Cyan = 0, Magento = 0.06, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 214 | 203 | - |
| CMYK | 0 | 0.06 | 0.11 | 0.11 |
| HSL | 27.5º | 0.3% | 0.84% | - |
| HSV(B) | 27.5º | 0.11% | 0.89% | - |
| XYZ | 66.5 | 68.74 | 66.26 | - |
| YUV | 216.63 | 120.31 | 135.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 214 | 203 | 0 | 0.06 | 0.11 | 0.11 | 27.5 | 0.3 | 0.84 |
| Hex | E3 | D6 | CB | 0 | 6 | B | B | 1C | 1E | 54 |
| Octal | 343 | 326 | 313 | 0 | 6 | 13 | 13 | 34 | 36 | 124 |
| Binary | 11100011 | 11010110 | 11001011 | 0 | 110 | 1011 | 1011 | 11100 | 11110 | 1010100 |
Color Harmonies of #E3D6CB
Complementary color
Monochromatic Colors of #E3D6CB
Black with #E3D6CB
Text Example
Text Example
White with #E3D6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3D6CB; }
p { color: rgb(227,214,203); }
H1.HeaderClassName
{
color: #E3D6CB;
}
.AnyTagClassName
{
color: #E3D6CB;
}
</style>
background-color css
<style>
a { background-color: #E3D6CB; }
a { background-color: rgb(227,214,203); }
div.DivClassName
{
background-color: #E3D6CB;
}
.BgClassName
{
background-color: #E3D6CB;
}
</style>
border-color css
<style>
span { border-color: #E3D6CB; }
span { border-color: rgb(227,214,203); }
td.TdClassName
{
border-color: #E3D6CB;
}
.TagClassName
{
border-color: #E3D6CB;
}
</style>