Shades of Pearl Bush #E6CEBD
Tints of Pearl Bush #E6CEBD
RGB
CMYK
RGB Variations
Color information
#E6CEBD (or 0xE6CEBD) is known color: Pearl Bush. HEX triplet: E6, CE and BD. RGB value is (230,206,189). Sum of RGB (Red+Green+Blue) = 230+206+189=625 (82% of max value = 765). Red value is 230 (90.23% from 255 or 36.8% from 625); Green value is 206 (80.86% from 255 or 32.96% from 625); Blue value is 189 (74.22% from 255 or 30.24% from 625); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CEBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CEBD is #193142. Grayscale: #D3D3D3. Windows color (decimal): -1651011 or 12439270. OLE color: 12439270.
HSL color Cylindrical-coordinate representation of color #E6CEBD: hue angle of 24.88º 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 #E6CEBD is Cyan = 0, Magento = 0.10, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 206 | 189 | - |
| CMYK | 0 | 0.10 | 0.18 | 0.10 |
| HSL | 24.88º | 0.45% | 0.82% | - |
| HSV(B) | 24.88º | 0.18% | 0.9% | - |
| XYZ | 63.89 | 64.64 | 57.25 | - |
| YUV | 211.24 | 115.45 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 206 | 189 | 0 | 0.10 | 0.18 | 0.10 | 24.88 | 0.45 | 0.82 |
| Hex | E6 | CE | BD | 0 | A | 12 | A | 19 | 2D | 52 |
| Octal | 346 | 316 | 275 | 0 | 12 | 22 | 12 | 31 | 55 | 122 |
| Binary | 11100110 | 11001110 | 10111101 | 0 | 1010 | 10010 | 1010 | 11001 | 101101 | 1010010 |
Color Harmonies of #E6CEBD
Complementary color
Monochromatic Colors of #E6CEBD
Black with #E6CEBD
Text Example
Text Example
White with #E6CEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6CEBD; }
p { color: rgb(230,206,189); }
H1.HeaderClassName
{
color: #E6CEBD;
}
.AnyTagClassName
{
color: #E6CEBD;
}
</style>
background-color css
<style>
a { background-color: #E6CEBD; }
a { background-color: rgb(230,206,189); }
div.DivClassName
{
background-color: #E6CEBD;
}
.BgClassName
{
background-color: #E6CEBD;
}
</style>
border-color css
<style>
span { border-color: #E6CEBD; }
span { border-color: rgb(230,206,189); }
td.TdClassName
{
border-color: #E6CEBD;
}
.TagClassName
{
border-color: #E6CEBD;
}
</style>