Shades of Blossom #ECB5BD
Tints of Blossom #ECB5BD
RGB
CMYK
RGB Variations
Color information
#ECB5BD (or 0xECB5BD) is known color: Blossom. HEX triplet: EC, B5 and BD. RGB value is (236,181,189). Sum of RGB (Red+Green+Blue) = 236+181+189=606 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.94% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB5BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB5BD is #134A42. Grayscale: #C6C6C6. Windows color (decimal): -1264195 or 12432876. OLE color: 12432876.
HSL color Cylindrical-coordinate representation of color #ECB5BD: hue angle of 351.27º degrees, saturation: 0.59, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ECB5BD is Cyan = 0, Magento = 0.23, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 181 | 189 | - |
| CMYK | 0 | 0.23 | 0.20 | 0.07 |
| HSL | 351.27º | 0.59% | 0.82% | - |
| HSV(B) | 351.27º | 0.23% | 0.93% | - |
| XYZ | 60.3 | 54.55 | 55.5 | - |
| YUV | 198.36 | 122.72 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 181 | 189 | 0 | 0.23 | 0.20 | 0.07 | 351.27 | 0.59 | 0.82 |
| Hex | EC | B5 | BD | 0 | 17 | 14 | 7 | 15F | 3B | 52 |
| Octal | 354 | 265 | 275 | 0 | 27 | 24 | 7 | 537 | 73 | 122 |
| Binary | 11101100 | 10110101 | 10111101 | 0 | 10111 | 10100 | 111 | 101011111 | 111011 | 1010010 |
Color Harmonies of #ECB5BD
Complementary color
Monochromatic Colors of #ECB5BD
Black with #ECB5BD
Text Example
Text Example
White with #ECB5BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB5BD; }
p { color: rgb(236,181,189); }
H1.HeaderClassName
{
color: #ECB5BD;
}
.AnyTagClassName
{
color: #ECB5BD;
}
</style>
background-color css
<style>
a { background-color: #ECB5BD; }
a { background-color: rgb(236,181,189); }
div.DivClassName
{
background-color: #ECB5BD;
}
.BgClassName
{
background-color: #ECB5BD;
}
</style>
border-color css
<style>
span { border-color: #ECB5BD; }
span { border-color: rgb(236,181,189); }
td.TdClassName
{
border-color: #ECB5BD;
}
.TagClassName
{
border-color: #ECB5BD;
}
</style>