Shades of Blossom #ECB5BA
Tints of Blossom #ECB5BA
RGB
CMYK
RGB Variations
Color information
#ECB5BA (or 0xECB5BA) is known color: Blossom. HEX triplet: EC, B5 and BA. RGB value is (236,181,186). Sum of RGB (Red+Green+Blue) = 236+181+186=603 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.14% from 603); Green value is 181 (71.09% from 255 or 30.02% from 603); Blue value is 186 (73.05% from 255 or 30.85% from 603); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5BA is #134A45. Grayscale: #C6C6C6. Windows color (decimal): -1264198 or 12236268. OLE color: 12236268.
HSL color Cylindrical-coordinate representation of color #ECB5BA: hue angle of 354.55º 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 #ECB5BA is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 186 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.07 |
| HSL | 354.55º | 0.59% | 0.82% | - |
| HSV(B) | 354.55º | 0.23% | 0.93% | - |
| XYZ | 59.98 | 54.43 | 53.8 | - |
| YUV | 198.02 | 121.22 | 155.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 186 | 0 | 0.23 | 0.21 | 0.07 | 354.55 | 0.59 | 0.82 |
| Hex | EC | B5 | BA | 0 | 17 | 15 | 7 | 163 | 3B | 52 |
| Octal | 354 | 265 | 272 | 0 | 27 | 25 | 7 | 543 | 73 | 122 |
| Binary | 11101100 | 10110101 | 10111010 | 0 | 10111 | 10101 | 111 | 101100011 | 111011 | 1010010 |
Color Harmonies of #ECB5BA
Complementary color
Monochromatic Colors of #ECB5BA
Black with #ECB5BA
Text Example
Text Example
White with #ECB5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB5BA; }
p { color: rgb(236,181,186); }
H1.HeaderClassName
{
color: #ECB5BA;
}
.AnyTagClassName
{
color: #ECB5BA;
}
</style>
background-color css
<style>
a { background-color: #ECB5BA; }
a { background-color: rgb(236,181,186); }
div.DivClassName
{
background-color: #ECB5BA;
}
.BgClassName
{
background-color: #ECB5BA;
}
</style>
border-color css
<style>
span { border-color: #ECB5BA; }
span { border-color: rgb(236,181,186); }
td.TdClassName
{
border-color: #ECB5BA;
}
.TagClassName
{
border-color: #ECB5BA;
}
</style>