Shades of Beauty Bush #ECBDB6
Tints of Beauty Bush #ECBDB6
RGB
CMYK
RGB Variations
Color information
#ECBDB6 (or 0xECBDB6) is known color: Beauty Bush. HEX triplet: EC, BD and B6. RGB value is (236,189,182). Sum of RGB (Red+Green+Blue) = 236+189+182=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 189 (74.22% from 255 or 31.14% from 607); Blue value is 182 (71.48% from 255 or 29.98% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDB6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBDB6 is #134249. Grayscale: #CACACA. Windows color (decimal): -1262154 or 11976172. OLE color: 11976172.
HSL color Cylindrical-coordinate representation of color #ECBDB6: hue angle of 7.78º degrees, saturation: 0.59, 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 #ECBDB6 is Cyan = 0, Magento = 0.20, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
RGB | 236 | 189 | 182 | - |
CMYK | 0 | 0.20 | 0.23 | 0.07 |
HSL | 7.78º | 0.59% | 0.82% | - |
HSV(B) | 7.78º | 0.23% | 0.93% | - |
XYZ | 61.23 | 57.61 | 52.15 | - |
YUV | 202.26 | 116.57 | 152.07 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 236 | 189 | 182 | 0 | 0.20 | 0.23 | 0.07 | 7.78 | 0.59 | 0.82 |
Hex | EC | BD | B6 | 0 | 14 | 17 | 7 | 8 | 3B | 52 |
Octal | 354 | 275 | 266 | 0 | 24 | 27 | 7 | 10 | 73 | 122 |
Binary | 11101100 | 10111101 | 10110110 | 0 | 10100 | 10111 | 111 | 1000 | 111011 | 1010010 |
Color Harmonies of #ECBDB6
Complementary color
Monochromatic Colors of #ECBDB6
Black with #ECBDB6
Text Example
Text Example
White with #ECBDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBDB6; }
p { color: rgb(236,189,182); }
H1.HeaderClassName
{
color: #ECBDB6;
}
.AnyTagClassName
{
color: #ECBDB6;
}
</style>
background-color css
<style>
a { background-color: #ECBDB6; }
a { background-color: rgb(236,189,182); }
div.DivClassName
{
background-color: #ECBDB6;
}
.BgClassName
{
background-color: #ECBDB6;
}
</style>
border-color css
<style>
span { border-color: #ECBDB6; }
span { border-color: rgb(236,189,182); }
td.TdClassName
{
border-color: #ECBDB6;
}
.TagClassName
{
border-color: #ECBDB6;
}
</style>