Shades of Pearl Bush #E6D0BD
Tints of Pearl Bush #E6D0BD
RGB
CMYK
RGB Variations
Color information
#E6D0BD (or 0xE6D0BD) is known color: Pearl Bush. HEX triplet: E6, D0 and BD. RGB value is (230,208,189). Sum of RGB (Red+Green+Blue) = 230+208+189=627 (83% of max value = 765). Red value is 230 (90.23% from 255 or 36.68% from 627); Green value is 208 (81.64% from 255 or 33.17% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 230 - color contains mainly: red. Hex color #E6D0BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6D0BD is #192F42. Grayscale: #D4D4D4. Windows color (decimal): -1650499 or 12439782. OLE color: 12439782.
HSL color Cylindrical-coordinate representation of color #E6D0BD: hue angle of 27.8º degrees, saturation: 0.45, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E6D0BD is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 208 | 189 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.10 |
| HSL | 27.8º | 0.45% | 0.82% | - |
| HSV(B) | 27.8º | 0.18% | 0.9% | - |
| XYZ | 64.37 | 65.61 | 57.42 | - |
| YUV | 212.41 | 114.79 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 208 | 189 | 0 | 0.10 | 0.18 | 0.10 | 27.8 | 0.45 | 0.82 |
| Hex | E6 | D0 | BD | 0 | A | 12 | A | 1C | 2D | 52 |
| Octal | 346 | 320 | 275 | 0 | 12 | 22 | 12 | 34 | 55 | 122 |
| Binary | 11100110 | 11010000 | 10111101 | 0 | 1010 | 10010 | 1010 | 11100 | 101101 | 1010010 |
Color Harmonies of #E6D0BD
Complementary color
Monochromatic Colors of #E6D0BD
Black with #E6D0BD
Text Example
Text Example
White with #E6D0BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6D0BD; }
p { color: rgb(230,208,189); }
H1.HeaderClassName
{
color: #E6D0BD;
}
.AnyTagClassName
{
color: #E6D0BD;
}
</style>
background-color css
<style>
a { background-color: #E6D0BD; }
a { background-color: rgb(230,208,189); }
div.DivClassName
{
background-color: #E6D0BD;
}
.BgClassName
{
background-color: #E6D0BD;
}
</style>
border-color css
<style>
span { border-color: #E6D0BD; }
span { border-color: rgb(230,208,189); }
td.TdClassName
{
border-color: #E6D0BD;
}
.TagClassName
{
border-color: #E6D0BD;
}
</style>