Shades of Beauty Bush #EBBDB7
Tints of Beauty Bush #EBBDB7
RGB
CMYK
RGB Variations
Color information
#EBBDB7 (or 0xEBBDB7) is known color: Beauty Bush. HEX triplet: EB, BD and B7. RGB value is (235,189,183). Sum of RGB (Red+Green+Blue) = 235+189+183=607 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.71% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 183 (71.88% from 255 or 30.15% from 607); Max value from RGB is 235 - color contains mainly: red. Hex color #EBBDB7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBBDB7 is #144248. Grayscale: #CACACA. Windows color (decimal): -1327689 or 12041707. OLE color: 12041707.
HSL color Cylindrical-coordinate representation of color #EBBDB7: hue angle of 6.92º degrees, saturation: 0.57, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBBDB7 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 189 | 183 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.08 |
| HSL | 6.92º | 0.57% | 0.82% | - |
| HSV(B) | 6.92º | 0.22% | 0.92% | - |
| XYZ | 61.01 | 57.48 | 52.68 | - |
| YUV | 202.07 | 117.24 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 189 | 183 | 0 | 0.20 | 0.22 | 0.08 | 6.92 | 0.57 | 0.82 |
| Hex | EB | BD | B7 | 0 | 14 | 16 | 8 | 7 | 39 | 52 |
| Octal | 353 | 275 | 267 | 0 | 24 | 26 | 10 | 7 | 71 | 122 |
| Binary | 11101011 | 10111101 | 10110111 | 0 | 10100 | 10110 | 1000 | 111 | 111001 | 1010010 |
Color Harmonies of #EBBDB7
Complementary color
Monochromatic Colors of #EBBDB7
Black with #EBBDB7
Text Example
Text Example
White with #EBBDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBBDB7; }
p { color: rgb(235,189,183); }
H1.HeaderClassName
{
color: #EBBDB7;
}
.AnyTagClassName
{
color: #EBBDB7;
}
</style>
background-color css
<style>
a { background-color: #EBBDB7; }
a { background-color: rgb(235,189,183); }
div.DivClassName
{
background-color: #EBBDB7;
}
.BgClassName
{
background-color: #EBBDB7;
}
</style>
border-color css
<style>
span { border-color: #EBBDB7; }
span { border-color: rgb(235,189,183); }
td.TdClassName
{
border-color: #EBBDB7;
}
.TagClassName
{
border-color: #EBBDB7;
}
</style>