Shades of Beauty Bush #EDBDB5
Tints of Beauty Bush #EDBDB5
RGB
CMYK
RGB Variations
Color information
#EDBDB5 (or 0xEDBDB5) is known color: Beauty Bush. HEX triplet: ED, BD and B5. RGB value is (237,189,181). Sum of RGB (Red+Green+Blue) = 237+189+181=607 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.04% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 181 (71.09% from 255 or 29.82% from 607); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDB5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDB5 is #12424A. Grayscale: #CACACA. Windows color (decimal): -1196619 or 11910637. OLE color: 11910637.
HSL color Cylindrical-coordinate representation of color #EDBDB5: hue angle of 8.57º degrees, saturation: 0.61, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EDBDB5 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 189 | 181 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.07 |
| HSL | 8.57º | 0.61% | 0.82% | - |
| HSV(B) | 8.57º | 0.24% | 0.93% | - |
| XYZ | 61.46 | 57.74 | 51.62 | - |
| YUV | 202.44 | 115.9 | 152.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 181 | 0 | 0.20 | 0.24 | 0.07 | 8.57 | 0.61 | 0.82 |
| Hex | ED | BD | B5 | 0 | 14 | 18 | 7 | 9 | 3D | 52 |
| Octal | 355 | 275 | 265 | 0 | 24 | 30 | 7 | 11 | 75 | 122 |
| Binary | 11101101 | 10111101 | 10110101 | 0 | 10100 | 11000 | 111 | 1001 | 111101 | 1010010 |
Color Harmonies of #EDBDB5
Complementary color
Monochromatic Colors of #EDBDB5
Black with #EDBDB5
Text Example
Text Example
White with #EDBDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBDB5; }
p { color: rgb(237,189,181); }
H1.HeaderClassName
{
color: #EDBDB5;
}
.AnyTagClassName
{
color: #EDBDB5;
}
</style>
background-color css
<style>
a { background-color: #EDBDB5; }
a { background-color: rgb(237,189,181); }
div.DivClassName
{
background-color: #EDBDB5;
}
.BgClassName
{
background-color: #EDBDB5;
}
</style>
border-color css
<style>
span { border-color: #EDBDB5; }
span { border-color: rgb(237,189,181); }
td.TdClassName
{
border-color: #EDBDB5;
}
.TagClassName
{
border-color: #EDBDB5;
}
</style>