Shades of Beauty Bush #ECC4BF
Tints of Beauty Bush #ECC4BF
RGB
CMYK
RGB Variations
Color information
#ECC4BF (or 0xECC4BF) is known color: Beauty Bush. HEX triplet: EC, C4 and BF. RGB value is (236,196,191). Sum of RGB (Red+Green+Blue) = 236+196+191=623 (82% of max value = 765). Red value is 236 (92.58% from 255 or 37.88% from 623); Green value is 196 (76.95% from 255 or 31.46% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC4BF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC4BF is #133B40. Grayscale: #CFCFCF. Windows color (decimal): -1260353 or 12567788. OLE color: 12567788.
HSL color Cylindrical-coordinate representation of color #ECC4BF: hue angle of 6.67º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ECC4BF is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 196 | 191 | - |
| CMYK | 0 | 0.17 | 0.19 | 0.07 |
| HSL | 6.67º | 0.54% | 0.84% | - |
| HSV(B) | 6.67º | 0.19% | 0.93% | - |
| XYZ | 63.74 | 61.07 | 57.72 | - |
| YUV | 207.39 | 118.75 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 196 | 191 | 0 | 0.17 | 0.19 | 0.07 | 6.67 | 0.54 | 0.84 |
| Hex | EC | C4 | BF | 0 | 11 | 13 | 7 | 7 | 36 | 54 |
| Octal | 354 | 304 | 277 | 0 | 21 | 23 | 7 | 7 | 66 | 124 |
| Binary | 11101100 | 11000100 | 10111111 | 0 | 10001 | 10011 | 111 | 111 | 110110 | 1010100 |
Color Harmonies of #ECC4BF
Complementary color
Monochromatic Colors of #ECC4BF
Black with #ECC4BF
Text Example
Text Example
White with #ECC4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECC4BF; }
p { color: rgb(236,196,191); }
H1.HeaderClassName
{
color: #ECC4BF;
}
.AnyTagClassName
{
color: #ECC4BF;
}
</style>
background-color css
<style>
a { background-color: #ECC4BF; }
a { background-color: rgb(236,196,191); }
div.DivClassName
{
background-color: #ECC4BF;
}
.BgClassName
{
background-color: #ECC4BF;
}
</style>
border-color css
<style>
span { border-color: #ECC4BF; }
span { border-color: rgb(236,196,191); }
td.TdClassName
{
border-color: #ECC4BF;
}
.TagClassName
{
border-color: #ECC4BF;
}
</style>