Shades of Blossom #EBACB9
Tints of Blossom #EBACB9
RGB
CMYK
RGB Variations
Color information
#EBACB9 (or 0xEBACB9) is known color: Blossom. HEX triplet: EB, AC and B9. RGB value is (235,172,185). Sum of RGB (Red+Green+Blue) = 235+172+185=592 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.70% from 592); Green value is 172 (67.58% from 255 or 29.05% from 592); Blue value is 185 (72.66% from 255 or 31.25% from 592); Max value from RGB is 235 - color contains mainly: red. Hex color #EBACB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBACB9 is #145346. Grayscale: #C0C0C0. Windows color (decimal): -1332039 or 12168427. OLE color: 12168427.
HSL color Cylindrical-coordinate representation of color #EBACB9: hue angle of 347.62º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EBACB9 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 172 | 185 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.08 |
| HSL | 347.62º | 0.61% | 0.8% | - |
| HSV(B) | 347.62º | 0.27% | 0.92% | - |
| XYZ | 57.77 | 50.67 | 52.63 | - |
| YUV | 192.32 | 123.87 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 172 | 185 | 0 | 0.27 | 0.21 | 0.08 | 347.62 | 0.61 | 0.8 |
| Hex | EB | AC | B9 | 0 | 1B | 15 | 8 | 15C | 3D | 50 |
| Octal | 353 | 254 | 271 | 0 | 33 | 25 | 10 | 534 | 75 | 120 |
| Binary | 11101011 | 10101100 | 10111001 | 0 | 11011 | 10101 | 1000 | 101011100 | 111101 | 1010000 |
Color Harmonies of #EBACB9
Complementary color
Monochromatic Colors of #EBACB9
Black with #EBACB9
Text Example
Text Example
White with #EBACB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBACB9; }
p { color: rgb(235,172,185); }
H1.HeaderClassName
{
color: #EBACB9;
}
.AnyTagClassName
{
color: #EBACB9;
}
</style>
background-color css
<style>
a { background-color: #EBACB9; }
a { background-color: rgb(235,172,185); }
div.DivClassName
{
background-color: #EBACB9;
}
.BgClassName
{
background-color: #EBACB9;
}
</style>
border-color css
<style>
span { border-color: #EBACB9; }
span { border-color: rgb(235,172,185); }
td.TdClassName
{
border-color: #EBACB9;
}
.TagClassName
{
border-color: #EBACB9;
}
</style>