Shades of Beauty Bush #EDBDB3
Tints of Beauty Bush #EDBDB3
RGB
CMYK
RGB Variations
Color information
#EDBDB3 (or 0xEDBDB3) is known color: Beauty Bush. HEX triplet: ED, BD and B3. RGB value is (237,189,179). Sum of RGB (Red+Green+Blue) = 237+189+179=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 179 (70.31% from 255 or 29.59% from 605); Max value from RGB is 237 - color contains mainly: red. Hex color #EDBDB3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EDBDB3 is #12424C. Grayscale: #CACACA. Windows color (decimal): -1196621 or 11779565. OLE color: 11779565.
HSL color Cylindrical-coordinate representation of color #EDBDB3: hue angle of 10.34º degrees, saturation: 0.62, 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 #EDBDB3 is Cyan = 0, Magento = 0.20, Yellow = 0.24 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 237 | 189 | 179 | - |
| CMYK | 0 | 0.20 | 0.24 | 0.07 |
| HSL | 10.34º | 0.62% | 0.82% | - |
| HSV(B) | 10.34º | 0.24% | 0.93% | - |
| XYZ | 61.26 | 57.65 | 50.55 | - |
| YUV | 202.21 | 114.9 | 152.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 237 | 189 | 179 | 0 | 0.20 | 0.24 | 0.07 | 10.34 | 0.62 | 0.82 |
| Hex | ED | BD | B3 | 0 | 14 | 18 | 7 | A | 3E | 52 |
| Octal | 355 | 275 | 263 | 0 | 24 | 30 | 7 | 12 | 76 | 122 |
| Binary | 11101101 | 10111101 | 10110011 | 0 | 10100 | 11000 | 111 | 1010 | 111110 | 1010010 |
Color Harmonies of #EDBDB3
Complementary color
Monochromatic Colors of #EDBDB3
Black with #EDBDB3
Text Example
Text Example
White with #EDBDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EDBDB3; }
p { color: rgb(237,189,179); }
H1.HeaderClassName
{
color: #EDBDB3;
}
.AnyTagClassName
{
color: #EDBDB3;
}
</style>
background-color css
<style>
a { background-color: #EDBDB3; }
a { background-color: rgb(237,189,179); }
div.DivClassName
{
background-color: #EDBDB3;
}
.BgClassName
{
background-color: #EDBDB3;
}
</style>
border-color css
<style>
span { border-color: #EDBDB3; }
span { border-color: rgb(237,189,179); }
td.TdClassName
{
border-color: #EDBDB3;
}
.TagClassName
{
border-color: #EDBDB3;
}
</style>