Shades of Blossom #ECB8BE
Tints of Blossom #ECB8BE
RGB
CMYK
RGB Variations
Color information
#ECB8BE (or 0xECB8BE) is known color: Blossom. HEX triplet: EC, B8 and BE. RGB value is (236,184,190). Sum of RGB (Red+Green+Blue) = 236+184+190=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 184 (72.27% from 255 or 30.16% from 610); Blue value is 190 (74.61% from 255 or 31.15% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECB8BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECB8BE is #134741. Grayscale: #C8C8C8. Windows color (decimal): -1263426 or 12499180. OLE color: 12499180.
HSL color Cylindrical-coordinate representation of color #ECB8BE: hue angle of 353.08º 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 #ECB8BE is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 236 | 184 | 190 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.07 |
| HSL | 353.08º | 0.58% | 0.82% | - |
| HSV(B) | 353.08º | 0.22% | 0.93% | - |
| XYZ | 61.03 | 55.83 | 56.28 | - |
| YUV | 200.23 | 122.23 | 153.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 236 | 184 | 190 | 0 | 0.22 | 0.19 | 0.07 | 353.08 | 0.58 | 0.82 |
| Hex | EC | B8 | BE | 0 | 16 | 13 | 7 | 161 | 3A | 52 |
| Octal | 354 | 270 | 276 | 0 | 26 | 23 | 7 | 541 | 72 | 122 |
| Binary | 11101100 | 10111000 | 10111110 | 0 | 10110 | 10011 | 111 | 101100001 | 111010 | 1010010 |
Color Harmonies of #ECB8BE
Complementary color
Monochromatic Colors of #ECB8BE
Black with #ECB8BE
Text Example
Text Example
White with #ECB8BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ECB8BE; }
p { color: rgb(236,184,190); }
H1.HeaderClassName
{
color: #ECB8BE;
}
.AnyTagClassName
{
color: #ECB8BE;
}
</style>
background-color css
<style>
a { background-color: #ECB8BE; }
a { background-color: rgb(236,184,190); }
div.DivClassName
{
background-color: #ECB8BE;
}
.BgClassName
{
background-color: #ECB8BE;
}
</style>
border-color css
<style>
span { border-color: #ECB8BE; }
span { border-color: rgb(236,184,190); }
td.TdClassName
{
border-color: #ECB8BE;
}
.TagClassName
{
border-color: #ECB8BE;
}
</style>