Shades of Beauty Bush #ECBDB2
Tints of Beauty Bush #ECBDB2
RGB
CMYK
RGB Variations
Color information
#ECBDB2 (or 0xECBDB2) is known color: Beauty Bush. HEX triplet: EC, BD and B2. RGB value is (236,189,178). Sum of RGB (Red+Green+Blue) = 236+189+178=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 189 (74.22% from 255 or 31.34% from 603); Blue value is 178 (69.92% from 255 or 29.52% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #ECBDB2 is #13424D. Grayscale: #C9C9C9. Windows color (decimal): -1262158 or 11714028. OLE color: 11714028.
HSL color Cylindrical-coordinate representation of color #ECBDB2: hue angle of 11.38º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECBDB2 is Cyan = 0, Magento = 0.20, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 189 | 178 | - |
| CMYK | 0 | 0.20 | 0.25 | 0.07 |
| HSL | 11.38º | 0.6% | 0.81% | - |
| HSV(B) | 11.38º | 0.25% | 0.93% | - |
| XYZ | 60.83 | 57.44 | 50 | - |
| YUV | 201.8 | 114.57 | 152.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 189 | 178 | 0 | 0.20 | 0.25 | 0.07 | 11.38 | 0.6 | 0.81 |
| Hex | EC | BD | B2 | 0 | 14 | 19 | 7 | B | 3C | 51 |
| Octal | 354 | 275 | 262 | 0 | 24 | 31 | 7 | 13 | 74 | 121 |
| Binary | 11101100 | 10111101 | 10110010 | 0 | 10100 | 11001 | 111 | 1011 | 111100 | 1010001 |
Color Harmonies of #ECBDB2
Complementary color
Monochromatic Colors of #ECBDB2
Black with #ECBDB2
Text Example
Text Example
White with #ECBDB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECBDB2; }
p { color: rgb(236,189,178); }
H1.HeaderClassName
{
color: #ECBDB2;
}
.AnyTagClassName
{
color: #ECBDB2;
}
</style>
background-color css
<style>
a { background-color: #ECBDB2; }
a { background-color: rgb(236,189,178); }
div.DivClassName
{
background-color: #ECBDB2;
}
.BgClassName
{
background-color: #ECBDB2;
}
</style>
border-color css
<style>
span { border-color: #ECBDB2; }
span { border-color: rgb(236,189,178); }
td.TdClassName
{
border-color: #ECBDB2;
}
.TagClassName
{
border-color: #ECBDB2;
}
</style>