Shades of Blossom #ECB3BA
Tints of Blossom #ECB3BA
RGB
CMYK
RGB Variations
Color information
#ECB3BA (or 0xECB3BA) is known color: Blossom. HEX triplet: EC, B3 and BA. RGB value is (236,179,186). Sum of RGB (Red+Green+Blue) = 236+179+186=601 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.27% from 601); Green value is 179 (70.31% from 255 or 29.78% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB3BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB3BA is #134C45. Grayscale: #C4C4C4. Windows color (decimal): -1264710 or 12235756. OLE color: 12235756.
HSL color Cylindrical-coordinate representation of color #ECB3BA: hue angle of 352.63º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #ECB3BA is Cyan = 0, Magento = 0.24, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 186 | - |
| CMYK | 0 | 0.24 | 0.21 | 0.07 |
| HSL | 352.63º | 0.6% | 0.81% | - |
| HSV(B) | 352.63º | 0.24% | 0.93% | - |
| XYZ | 59.58 | 53.62 | 53.66 | - |
| YUV | 196.84 | 121.88 | 155.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 186 | 0 | 0.24 | 0.21 | 0.07 | 352.63 | 0.6 | 0.81 |
| Hex | EC | B3 | BA | 0 | 18 | 15 | 7 | 161 | 3C | 51 |
| Octal | 354 | 263 | 272 | 0 | 30 | 25 | 7 | 541 | 74 | 121 |
| Binary | 11101100 | 10110011 | 10111010 | 0 | 11000 | 10101 | 111 | 101100001 | 111100 | 1010001 |
Color Harmonies of #ECB3BA
Complementary color
Monochromatic Colors of #ECB3BA
Black with #ECB3BA
Text Example
Text Example
White with #ECB3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB3BA; }
p { color: rgb(236,179,186); }
H1.HeaderClassName
{
color: #ECB3BA;
}
.AnyTagClassName
{
color: #ECB3BA;
}
</style>
background-color css
<style>
a { background-color: #ECB3BA; }
a { background-color: rgb(236,179,186); }
div.DivClassName
{
background-color: #ECB3BA;
}
.BgClassName
{
background-color: #ECB3BA;
}
</style>
border-color css
<style>
span { border-color: #ECB3BA; }
span { border-color: rgb(236,179,186); }
td.TdClassName
{
border-color: #ECB3BA;
}
.TagClassName
{
border-color: #ECB3BA;
}
</style>