Shades of Beauty Bush #EDBDBD
Tints of Beauty Bush #EDBDBD
RGB
CMYK
RGB Variations
Color information
#EDBDBD (or 0xEDBDBD) is known color: Beauty Bush. HEX triplet: ED, BD and BD. RGB value is (237,189,189). Sum of RGB (Red+Green+Blue) = 237+189+189=615 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.54% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 189 (74.22% from 255 or 30.73% from 615); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDBD is #124242. Grayscale: #CBCBCB. Windows color (decimal): -1196611 or 12434925. OLE color: 12434925.
HSL color Cylindrical-coordinate representation of color #EDBDBD: hue angle of 0º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #EDBDBD is Cyan = 0, Magento = 0.20, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
RGB | 237 | 189 | 189 | - |
CMYK | 0 | 0.20 | 0.20 | 0.07 |
HSL | 0º | 0.57% | 0.84% | - |
HSV(B) | 0º | 0.2% | 0.93% | - |
XYZ | 62.31 | 58.07 | 56.07 | - |
YUV | 203.35 | 119.9 | 152 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 237 | 189 | 189 | 0 | 0.20 | 0.20 | 0.07 | 0 | 0.57 | 0.84 |
Hex | ED | BD | BD | 0 | 14 | 14 | 7 | 0 | 39 | 54 |
Octal | 355 | 275 | 275 | 0 | 24 | 24 | 7 | 0 | 71 | 124 |
Binary | 11101101 | 10111101 | 10111101 | 0 | 10100 | 10100 | 111 | 0 | 111001 | 1010100 |
Color Harmonies of #EDBDBD
Complementary color
Monochromatic Colors of #EDBDBD
Black with #EDBDBD
Text Example
Text Example
White with #EDBDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBDBD; }
p { color: rgb(237,189,189); }
H1.HeaderClassName
{
color: #EDBDBD;
}
.AnyTagClassName
{
color: #EDBDBD;
}
</style>
background-color css
<style>
a { background-color: #EDBDBD; }
a { background-color: rgb(237,189,189); }
div.DivClassName
{
background-color: #EDBDBD;
}
.BgClassName
{
background-color: #EDBDBD;
}
</style>
border-color css
<style>
span { border-color: #EDBDBD; }
span { border-color: rgb(237,189,189); }
td.TdClassName
{
border-color: #EDBDBD;
}
.TagClassName
{
border-color: #EDBDBD;
}
</style>