Shades of Blossom #ECB8BB
Tints of Blossom #ECB8BB
RGB
CMYK
RGB Variations
Color information
#ECB8BB (or 0xECB8BB) is known color: Blossom. HEX triplet: EC, B8 and BB. RGB value is (236,184,187). Sum of RGB (Red+Green+Blue) = 236+184+187=607 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.88% from 607); Green value is 184 (72.27% from 255 or 30.31% from 607); Blue value is 187 (73.44% from 255 or 30.81% from 607); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB8BB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB8BB is #134744. Grayscale: #C7C7C7. Windows color (decimal): -1263429 or 12302572. OLE color: 12302572.
HSL color Cylindrical-coordinate representation of color #ECB8BB: hue angle of 356.54º 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 #ECB8BB is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 187 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.07 |
| HSL | 356.54º | 0.58% | 0.82% | - |
| HSV(B) | 356.54º | 0.22% | 0.93% | - |
| XYZ | 60.7 | 55.7 | 54.57 | - |
| YUV | 199.89 | 120.73 | 153.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 187 | 0 | 0.22 | 0.21 | 0.07 | 356.54 | 0.58 | 0.82 |
| Hex | EC | B8 | BB | 0 | 16 | 15 | 7 | 165 | 3A | 52 |
| Octal | 354 | 270 | 273 | 0 | 26 | 25 | 7 | 545 | 72 | 122 |
| Binary | 11101100 | 10111000 | 10111011 | 0 | 10110 | 10101 | 111 | 101100101 | 111010 | 1010010 |
Color Harmonies of #ECB8BB
Complementary color
Monochromatic Colors of #ECB8BB
Black with #ECB8BB
Text Example
Text Example
White with #ECB8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB8BB; }
p { color: rgb(236,184,187); }
H1.HeaderClassName
{
color: #ECB8BB;
}
.AnyTagClassName
{
color: #ECB8BB;
}
</style>
background-color css
<style>
a { background-color: #ECB8BB; }
a { background-color: rgb(236,184,187); }
div.DivClassName
{
background-color: #ECB8BB;
}
.BgClassName
{
background-color: #ECB8BB;
}
</style>
border-color css
<style>
span { border-color: #ECB8BB; }
span { border-color: rgb(236,184,187); }
td.TdClassName
{
border-color: #ECB8BB;
}
.TagClassName
{
border-color: #ECB8BB;
}
</style>