Shades of Beauty Bush #EDBDB6
Tints of Beauty Bush #EDBDB6
RGB
CMYK
RGB Variations
Color information
#EDBDB6 (or 0xEDBDB6) is known color: Beauty Bush. HEX triplet: ED, BD and B6. RGB value is (237,189,182). Sum of RGB (Red+Green+Blue) = 237+189+182=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 189 (74.22% from 255 or 31.09% from 608); Blue value is 182 (71.48% from 255 or 29.93% from 608); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDB6 is #124249. Grayscale: #CACACA. Windows color (decimal): -1196618 or 11976173. OLE color: 11976173.
HSL color Cylindrical-coordinate representation of color #EDBDB6: hue angle of 7.64º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #EDBDB6 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 189 | 182 | - |
| CMYK | 0 | 0.20 | 0.23 | 0.07 |
| HSL | 7.64º | 0.6% | 0.82% | - |
| HSV(B) | 7.64º | 0.23% | 0.93% | - |
| XYZ | 61.57 | 57.78 | 52.16 | - |
| YUV | 202.55 | 116.4 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 182 | 0 | 0.20 | 0.23 | 0.07 | 7.64 | 0.6 | 0.82 |
| Hex | ED | BD | B6 | 0 | 14 | 17 | 7 | 8 | 3C | 52 |
| Octal | 355 | 275 | 266 | 0 | 24 | 27 | 7 | 10 | 74 | 122 |
| Binary | 11101101 | 10111101 | 10110110 | 0 | 10100 | 10111 | 111 | 1000 | 111100 | 1010010 |
Color Harmonies of #EDBDB6
Complementary color
Monochromatic Colors of #EDBDB6
Black with #EDBDB6
Text Example
Text Example
White with #EDBDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBDB6; }
p { color: rgb(237,189,182); }
H1.HeaderClassName
{
color: #EDBDB6;
}
.AnyTagClassName
{
color: #EDBDB6;
}
</style>
background-color css
<style>
a { background-color: #EDBDB6; }
a { background-color: rgb(237,189,182); }
div.DivClassName
{
background-color: #EDBDB6;
}
.BgClassName
{
background-color: #EDBDB6;
}
</style>
border-color css
<style>
span { border-color: #EDBDB6; }
span { border-color: rgb(237,189,182); }
td.TdClassName
{
border-color: #EDBDB6;
}
.TagClassName
{
border-color: #EDBDB6;
}
</style>