Shades of Blossom #ECB2BC
Tints of Blossom #ECB2BC
RGB
CMYK
RGB Variations
Color information
#ECB2BC (or 0xECB2BC) is known color: Blossom. HEX triplet: EC, B2 and BC. RGB value is (236,178,188). Sum of RGB (Red+Green+Blue) = 236+178+188=602 (79% of max value = 765). Red value is 236 (92.58% from 255 or 39.20% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB2BC is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECB2BC is #134D43. Grayscale: #C4C4C4. Windows color (decimal): -1264964 or 12366572. OLE color: 12366572.
HSL color Cylindrical-coordinate representation of color #ECB2BC: hue angle of 349.66º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ECB2BC is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 178 | 188 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.07 |
| HSL | 349.66º | 0.6% | 0.81% | - |
| HSV(B) | 349.66º | 0.25% | 0.93% | - |
| XYZ | 59.59 | 53.3 | 54.73 | - |
| YUV | 196.48 | 123.22 | 156.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 178 | 188 | 0 | 0.25 | 0.20 | 0.07 | 349.66 | 0.6 | 0.81 |
| Hex | EC | B2 | BC | 0 | 19 | 14 | 7 | 15E | 3C | 51 |
| Octal | 354 | 262 | 274 | 0 | 31 | 24 | 7 | 536 | 74 | 121 |
| Binary | 11101100 | 10110010 | 10111100 | 0 | 11001 | 10100 | 111 | 101011110 | 111100 | 1010001 |
Color Harmonies of #ECB2BC
Complementary color
Monochromatic Colors of #ECB2BC
Black with #ECB2BC
Text Example
Text Example
White with #ECB2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB2BC; }
p { color: rgb(236,178,188); }
H1.HeaderClassName
{
color: #ECB2BC;
}
.AnyTagClassName
{
color: #ECB2BC;
}
</style>
background-color css
<style>
a { background-color: #ECB2BC; }
a { background-color: rgb(236,178,188); }
div.DivClassName
{
background-color: #ECB2BC;
}
.BgClassName
{
background-color: #ECB2BC;
}
</style>
border-color css
<style>
span { border-color: #ECB2BC; }
span { border-color: rgb(236,178,188); }
td.TdClassName
{
border-color: #ECB2BC;
}
.TagClassName
{
border-color: #ECB2BC;
}
</style>