Shades of Pearl Bush #E4CDBD
Tints of Pearl Bush #E4CDBD
RGB
CMYK
RGB Variations
Color information
#E4CDBD (or 0xE4CDBD) is known color: Pearl Bush. HEX triplet: E4, CD and BD. RGB value is (228,205,189). Sum of RGB (Red+Green+Blue) = 228+205+189=622 (82% of max value = 765). Red value is 228 (89.45% from 255 or 36.66% from 622); Green value is 205 (80.47% from 255 or 32.96% from 622); Blue value is 189 (74.22% from 255 or 30.39% from 622); Max value from RGB is 228 - color contains mainly: red. Hex color #E4CDBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E4CDBD is #1B3242. Grayscale: #D2D2D2. Windows color (decimal): -1782339 or 12439012. OLE color: 12439012.
HSL color Cylindrical-coordinate representation of color #E4CDBD: hue angle of 24.62º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #E4CDBD is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 205 | 189 | - |
| CMYK | 0 | 0.10 | 0.17 | 0.11 |
| HSL | 24.62º | 0.42% | 0.82% | - |
| HSV(B) | 24.62º | 0.17% | 0.89% | - |
| XYZ | 63.01 | 63.83 | 57.14 | - |
| YUV | 210.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 205 | 189 | 0 | 0.10 | 0.17 | 0.11 | 24.62 | 0.42 | 0.82 |
| Hex | E4 | CD | BD | 0 | A | 11 | B | 19 | 2A | 52 |
| Octal | 344 | 315 | 275 | 0 | 12 | 21 | 13 | 31 | 52 | 122 |
| Binary | 11100100 | 11001101 | 10111101 | 0 | 1010 | 10001 | 1011 | 11001 | 101010 | 1010010 |
Color Harmonies of #E4CDBD
Complementary color
Monochromatic Colors of #E4CDBD
Black with #E4CDBD
Text Example
Text Example
White with #E4CDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E4CDBD; }
p { color: rgb(228,205,189); }
H1.HeaderClassName
{
color: #E4CDBD;
}
.AnyTagClassName
{
color: #E4CDBD;
}
</style>
background-color css
<style>
a { background-color: #E4CDBD; }
a { background-color: rgb(228,205,189); }
div.DivClassName
{
background-color: #E4CDBD;
}
.BgClassName
{
background-color: #E4CDBD;
}
</style>
border-color css
<style>
span { border-color: #E4CDBD; }
span { border-color: rgb(228,205,189); }
td.TdClassName
{
border-color: #E4CDBD;
}
.TagClassName
{
border-color: #E4CDBD;
}
</style>