Shades of Blossom #ECB5BB
Tints of Blossom #ECB5BB
RGB
CMYK
RGB Variations
Color information
#ECB5BB (or 0xECB5BB) is known color: Blossom. HEX triplet: EC, B5 and BB. RGB value is (236,181,187). Sum of RGB (Red+Green+Blue) = 236+181+187=604 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.07% from 604); Green value is 181 (71.09% from 255 or 29.97% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5BB is #134A44. Grayscale: #C6C6C6. Windows color (decimal): -1264197 or 12301804. OLE color: 12301804.
HSL color Cylindrical-coordinate representation of color #ECB5BB: hue angle of 353.45º 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 #ECB5BB is Cyan = 0, Magento = 0.23, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 187 | - |
| CMYK | 0 | 0.23 | 0.21 | 0.07 |
| HSL | 353.45º | 0.59% | 0.82% | - |
| HSV(B) | 353.45º | 0.23% | 0.93% | - |
| XYZ | 60.09 | 54.47 | 54.36 | - |
| YUV | 198.13 | 121.72 | 155.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 187 | 0 | 0.23 | 0.21 | 0.07 | 353.45 | 0.59 | 0.82 |
| Hex | EC | B5 | BB | 0 | 17 | 15 | 7 | 161 | 3B | 52 |
| Octal | 354 | 265 | 273 | 0 | 27 | 25 | 7 | 541 | 73 | 122 |
| Binary | 11101100 | 10110101 | 10111011 | 0 | 10111 | 10101 | 111 | 101100001 | 111011 | 1010010 |
Color Harmonies of #ECB5BB
Complementary color
Monochromatic Colors of #ECB5BB
Black with #ECB5BB
Text Example
Text Example
White with #ECB5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB5BB; }
p { color: rgb(236,181,187); }
H1.HeaderClassName
{
color: #ECB5BB;
}
.AnyTagClassName
{
color: #ECB5BB;
}
</style>
background-color css
<style>
a { background-color: #ECB5BB; }
a { background-color: rgb(236,181,187); }
div.DivClassName
{
background-color: #ECB5BB;
}
.BgClassName
{
background-color: #ECB5BB;
}
</style>
border-color css
<style>
span { border-color: #ECB5BB; }
span { border-color: rgb(236,181,187); }
td.TdClassName
{
border-color: #ECB5BB;
}
.TagClassName
{
border-color: #ECB5BB;
}
</style>