Shades of Blossom #ECACB5
Tints of Blossom #ECACB5
RGB
CMYK
RGB Variations
Color information
#ECACB5 (or 0xECACB5) is known color: Blossom. HEX triplet: EC, AC and B5. RGB value is (236,172,181). Sum of RGB (Red+Green+Blue) = 236+172+181=589 (78% of max value = 765). Red value is 236 (92.58% from 255 or 40.07% from 589); Green value is 172 (67.58% from 255 or 29.20% from 589); Blue value is 181 (71.09% from 255 or 30.73% from 589); Max value from RGB is 236 - color contains mainly: red. Hex color #ECACB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #ECACB5 is #13534A. Grayscale: #C0C0C0. Windows color (decimal): -1266507 or 11906284. OLE color: 11906284.
HSL color Cylindrical-coordinate representation of color #ECACB5: hue angle of 351.56º degrees, saturation: 0.63, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ECACB5 is Cyan = 0, Magento = 0.27, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 172 | 181 | - |
| CMYK | 0 | 0.27 | 0.23 | 0.07 |
| HSL | 351.56º | 0.63% | 0.8% | - |
| HSV(B) | 351.56º | 0.27% | 0.93% | - |
| XYZ | 57.69 | 50.67 | 50.46 | - |
| YUV | 192.16 | 121.7 | 159.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 172 | 181 | 0 | 0.27 | 0.23 | 0.07 | 351.56 | 0.63 | 0.8 |
| Hex | EC | AC | B5 | 0 | 1B | 17 | 7 | 160 | 3F | 50 |
| Octal | 354 | 254 | 265 | 0 | 33 | 27 | 7 | 540 | 77 | 120 |
| Binary | 11101100 | 10101100 | 10110101 | 0 | 11011 | 10111 | 111 | 101100000 | 111111 | 1010000 |
Color Harmonies of #ECACB5
Complementary color
Monochromatic Colors of #ECACB5
Black with #ECACB5
Text Example
Text Example
White with #ECACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECACB5; }
p { color: rgb(236,172,181); }
H1.HeaderClassName
{
color: #ECACB5;
}
.AnyTagClassName
{
color: #ECACB5;
}
</style>
background-color css
<style>
a { background-color: #ECACB5; }
a { background-color: rgb(236,172,181); }
div.DivClassName
{
background-color: #ECACB5;
}
.BgClassName
{
background-color: #ECACB5;
}
</style>
border-color css
<style>
span { border-color: #ECACB5; }
span { border-color: rgb(236,172,181); }
td.TdClassName
{
border-color: #ECACB5;
}
.TagClassName
{
border-color: #ECACB5;
}
</style>