Shades of Blossom #ECB7BB
Tints of Blossom #ECB7BB
RGB
CMYK
RGB Variations
Color information
#ECB7BB (or 0xECB7BB) is known color: Blossom. HEX triplet: EC, B7 and BB. RGB value is (236,183,187). Sum of RGB (Red+Green+Blue) = 236+183+187=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 183 (71.88% from 255 or 30.20% from 606); Blue value is 187 (73.44% from 255 or 30.86% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB7BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB7BB is #134844. Grayscale: #C7C7C7. Windows color (decimal): -1263685 or 12302316. OLE color: 12302316.
HSL color Cylindrical-coordinate representation of color #ECB7BB: hue angle of 355.47º 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 #ECB7BB is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 183 | 187 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.07 |
| HSL | 355.47º | 0.58% | 0.82% | - |
| HSV(B) | 355.47º | 0.22% | 0.93% | - |
| XYZ | 60.5 | 55.29 | 54.5 | - |
| YUV | 199.3 | 121.06 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 183 | 187 | 0 | 0.22 | 0.21 | 0.07 | 355.47 | 0.58 | 0.82 |
| Hex | EC | B7 | BB | 0 | 16 | 15 | 7 | 163 | 3A | 52 |
| Octal | 354 | 267 | 273 | 0 | 26 | 25 | 7 | 543 | 72 | 122 |
| Binary | 11101100 | 10110111 | 10111011 | 0 | 10110 | 10101 | 111 | 101100011 | 111010 | 1010010 |
Color Harmonies of #ECB7BB
Complementary color
Monochromatic Colors of #ECB7BB
Black with #ECB7BB
Text Example
Text Example
White with #ECB7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB7BB; }
p { color: rgb(236,183,187); }
H1.HeaderClassName
{
color: #ECB7BB;
}
.AnyTagClassName
{
color: #ECB7BB;
}
</style>
background-color css
<style>
a { background-color: #ECB7BB; }
a { background-color: rgb(236,183,187); }
div.DivClassName
{
background-color: #ECB7BB;
}
.BgClassName
{
background-color: #ECB7BB;
}
</style>
border-color css
<style>
span { border-color: #ECB7BB; }
span { border-color: rgb(236,183,187); }
td.TdClassName
{
border-color: #ECB7BB;
}
.TagClassName
{
border-color: #ECB7BB;
}
</style>