Shades of Blossom #E9BCBD
Tints of Blossom #E9BCBD
RGB
CMYK
RGB Variations
Color information
#E9BCBD (or 0xE9BCBD) is known color: Blossom. HEX triplet: E9, BC and BD. RGB value is (233,188,189). Sum of RGB (Red+Green+Blue) = 233+188+189=610 (80% of max value = 765). Red value is 233 (91.41% from 255 or 38.20% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 189 (74.22% from 255 or 30.98% from 610); Max value from RGB is 233 - color contains mainly: red. Hex color #E9BCBD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E9BCBD is #164342. Grayscale: #C9C9C9. Windows color (decimal): -1459011 or 12434665. OLE color: 12434665.
HSL color Cylindrical-coordinate representation of color #E9BCBD: hue angle of 358.67º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E9BCBD is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 188 | 189 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.09 |
| HSL | 358.67º | 0.51% | 0.83% | - |
| HSV(B) | 358.67º | 0.19% | 0.91% | - |
| XYZ | 60.77 | 56.96 | 55.94 | - |
| YUV | 201.57 | 120.91 | 150.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 188 | 189 | 0 | 0.19 | 0.19 | 0.09 | 358.67 | 0.51 | 0.83 |
| Hex | E9 | BC | BD | 0 | 13 | 13 | 9 | 167 | 33 | 53 |
| Octal | 351 | 274 | 275 | 0 | 23 | 23 | 11 | 547 | 63 | 123 |
| Binary | 11101001 | 10111100 | 10111101 | 0 | 10011 | 10011 | 1001 | 101100111 | 110011 | 1010011 |
Color Harmonies of #E9BCBD
Complementary color
Monochromatic Colors of #E9BCBD
Black with #E9BCBD
Text Example
Text Example
White with #E9BCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E9BCBD; }
p { color: rgb(233,188,189); }
H1.HeaderClassName
{
color: #E9BCBD;
}
.AnyTagClassName
{
color: #E9BCBD;
}
</style>
background-color css
<style>
a { background-color: #E9BCBD; }
a { background-color: rgb(233,188,189); }
div.DivClassName
{
background-color: #E9BCBD;
}
.BgClassName
{
background-color: #E9BCBD;
}
</style>
border-color css
<style>
span { border-color: #E9BCBD; }
span { border-color: rgb(233,188,189); }
td.TdClassName
{
border-color: #E9BCBD;
}
.TagClassName
{
border-color: #E9BCBD;
}
</style>