Shades of Blossom #ECB7BC
Tints of Blossom #ECB7BC
RGB
CMYK
RGB Variations
Color information
#ECB7BC (or 0xECB7BC) is known color: Blossom. HEX triplet: EC, B7 and BC. RGB value is (236,183,188). Sum of RGB (Red+Green+Blue) = 236+183+188=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 183 (71.88% from 255 or 30.15% from 607); Blue value is 188 (73.83% from 255 or 30.97% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB7BC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB7BC is #134843. Grayscale: #C7C7C7. Windows color (decimal): -1263684 or 12367852. OLE color: 12367852.
HSL color Cylindrical-coordinate representation of color #ECB7BC: hue angle of 354.34º degrees, saturation: 0.58, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ECB7BC is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 188 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.07 |
| HSL | 354.34º | 0.58% | 0.82% | - |
| HSV(B) | 354.34º | 0.22% | 0.93% | - |
| XYZ | 60.6 | 55.33 | 55.06 | - |
| YUV | 199.42 | 121.56 | 154.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 188 | 0 | 0.22 | 0.20 | 0.07 | 354.34 | 0.58 | 0.82 |
| Hex | EC | B7 | BC | 0 | 16 | 14 | 7 | 162 | 3A | 52 |
| Octal | 354 | 267 | 274 | 0 | 26 | 24 | 7 | 542 | 72 | 122 |
| Binary | 11101100 | 10110111 | 10111100 | 0 | 10110 | 10100 | 111 | 101100010 | 111010 | 1010010 |
Color Harmonies of #ECB7BC
Complementary color
Monochromatic Colors of #ECB7BC
Black with #ECB7BC
Text Example
Text Example
White with #ECB7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB7BC; }
p { color: rgb(236,183,188); }
H1.HeaderClassName
{
color: #ECB7BC;
}
.AnyTagClassName
{
color: #ECB7BC;
}
</style>
background-color css
<style>
a { background-color: #ECB7BC; }
a { background-color: rgb(236,183,188); }
div.DivClassName
{
background-color: #ECB7BC;
}
.BgClassName
{
background-color: #ECB7BC;
}
</style>
border-color css
<style>
span { border-color: #ECB7BC; }
span { border-color: rgb(236,183,188); }
td.TdClassName
{
border-color: #ECB7BC;
}
.TagClassName
{
border-color: #ECB7BC;
}
</style>