Shades of Beauty Bush #EDBFBD
Tints of Beauty Bush #EDBFBD
RGB
CMYK
RGB Variations
Color information
#EDBFBD (or 0xEDBFBD) is known color: Beauty Bush. HEX triplet: ED, BF and BD. RGB value is (237,191,189). Sum of RGB (Red+Green+Blue) = 237+191+189=617 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.41% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 189 (74.22% from 255 or 30.63% from 617); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBFBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBFBD is #124042. Grayscale: #CCCCCC. Windows color (decimal): -1196099 or 12435437. OLE color: 12435437.
HSL color Cylindrical-coordinate representation of color #EDBFBD: hue angle of 2.5º 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 #EDBFBD is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 191 | 189 | - |
| CMYK | 0 | 0.19 | 0.20 | 0.07 |
| HSL | 2.5º | 0.57% | 0.84% | - |
| HSV(B) | 2.5º | 0.2% | 0.93% | - |
| XYZ | 62.74 | 58.94 | 56.21 | - |
| YUV | 204.53 | 119.24 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 191 | 189 | 0 | 0.19 | 0.20 | 0.07 | 2.5 | 0.57 | 0.84 |
| Hex | ED | BF | BD | 0 | 13 | 14 | 7 | 2 | 39 | 54 |
| Octal | 355 | 277 | 275 | 0 | 23 | 24 | 7 | 2 | 71 | 124 |
| Binary | 11101101 | 10111111 | 10111101 | 0 | 10011 | 10100 | 111 | 10 | 111001 | 1010100 |
Color Harmonies of #EDBFBD
Complementary color
Monochromatic Colors of #EDBFBD
Black with #EDBFBD
Text Example
Text Example
White with #EDBFBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBFBD; }
p { color: rgb(237,191,189); }
H1.HeaderClassName
{
color: #EDBFBD;
}
.AnyTagClassName
{
color: #EDBFBD;
}
</style>
background-color css
<style>
a { background-color: #EDBFBD; }
a { background-color: rgb(237,191,189); }
div.DivClassName
{
background-color: #EDBFBD;
}
.BgClassName
{
background-color: #EDBFBD;
}
</style>
border-color css
<style>
span { border-color: #EDBFBD; }
span { border-color: rgb(237,191,189); }
td.TdClassName
{
border-color: #EDBFBD;
}
.TagClassName
{
border-color: #EDBFBD;
}
</style>