Shades of Blossom #ECB3B9
Tints of Blossom #ECB3B9
RGB
CMYK
RGB Variations
Color information
#ECB3B9 (or 0xECB3B9) is known color: Blossom. HEX triplet: EC, B3 and B9. RGB value is (236,179,185). Sum of RGB (Red+Green+Blue) = 236+179+185=600 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.33% from 600); Green value is 179 (70.31% from 255 or 29.83% from 600); Blue value is 185 (72.66% from 255 or 30.83% from 600); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB3B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB3B9 is #134C46. Grayscale: #C4C4C4. Windows color (decimal): -1264711 or 12170220. OLE color: 12170220.
HSL color Cylindrical-coordinate representation of color #ECB3B9: hue angle of 353.68º 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 #ECB3B9 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 179 | 185 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.07 |
| HSL | 353.68º | 0.6% | 0.81% | - |
| HSV(B) | 353.68º | 0.24% | 0.93% | - |
| XYZ | 59.47 | 53.58 | 53.11 | - |
| YUV | 196.73 | 121.38 | 156.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 179 | 185 | 0 | 0.24 | 0.22 | 0.07 | 353.68 | 0.6 | 0.81 |
| Hex | EC | B3 | B9 | 0 | 18 | 16 | 7 | 162 | 3C | 51 |
| Octal | 354 | 263 | 271 | 0 | 30 | 26 | 7 | 542 | 74 | 121 |
| Binary | 11101100 | 10110011 | 10111001 | 0 | 11000 | 10110 | 111 | 101100010 | 111100 | 1010001 |
Color Harmonies of #ECB3B9
Complementary color
Monochromatic Colors of #ECB3B9
Black with #ECB3B9
Text Example
Text Example
White with #ECB3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB3B9; }
p { color: rgb(236,179,185); }
H1.HeaderClassName
{
color: #ECB3B9;
}
.AnyTagClassName
{
color: #ECB3B9;
}
</style>
background-color css
<style>
a { background-color: #ECB3B9; }
a { background-color: rgb(236,179,185); }
div.DivClassName
{
background-color: #ECB3B9;
}
.BgClassName
{
background-color: #ECB3B9;
}
</style>
border-color css
<style>
span { border-color: #ECB3B9; }
span { border-color: rgb(236,179,185); }
td.TdClassName
{
border-color: #ECB3B9;
}
.TagClassName
{
border-color: #ECB3B9;
}
</style>