Shades of Blossom #ECB5BC
Tints of Blossom #ECB5BC
RGB
CMYK
RGB Variations
Color information
#ECB5BC (or 0xECB5BC) is known color: Blossom. HEX triplet: EC, B5 and BC. RGB value is (236,181,188). Sum of RGB (Red+Green+Blue) = 236+181+188=605 (80% of max value = 765). Red value is 236 (92.58% from 255 or 39.01% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5BC is #134A43. Grayscale: #C6C6C6. Windows color (decimal): -1264196 or 12367340. OLE color: 12367340.
HSL color Cylindrical-coordinate representation of color #ECB5BC: hue angle of 352.36º 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 #ECB5BC is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 188 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.07 |
| HSL | 352.36º | 0.59% | 0.82% | - |
| HSV(B) | 352.36º | 0.23% | 0.93% | - |
| XYZ | 60.19 | 54.51 | 54.93 | - |
| YUV | 198.24 | 122.22 | 154.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 188 | 0 | 0.23 | 0.20 | 0.07 | 352.36 | 0.59 | 0.82 |
| Hex | EC | B5 | BC | 0 | 17 | 14 | 7 | 160 | 3B | 52 |
| Octal | 354 | 265 | 274 | 0 | 27 | 24 | 7 | 540 | 73 | 122 |
| Binary | 11101100 | 10110101 | 10111100 | 0 | 10111 | 10100 | 111 | 101100000 | 111011 | 1010010 |
Color Harmonies of #ECB5BC
Complementary color
Monochromatic Colors of #ECB5BC
Black with #ECB5BC
Text Example
Text Example
White with #ECB5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB5BC; }
p { color: rgb(236,181,188); }
H1.HeaderClassName
{
color: #ECB5BC;
}
.AnyTagClassName
{
color: #ECB5BC;
}
</style>
background-color css
<style>
a { background-color: #ECB5BC; }
a { background-color: rgb(236,181,188); }
div.DivClassName
{
background-color: #ECB5BC;
}
.BgClassName
{
background-color: #ECB5BC;
}
</style>
border-color css
<style>
span { border-color: #ECB5BC; }
span { border-color: rgb(236,181,188); }
td.TdClassName
{
border-color: #ECB5BC;
}
.TagClassName
{
border-color: #ECB5BC;
}
</style>