Shades of Blossom #EBB8BD
Tints of Blossom #EBB8BD
RGB
CMYK
RGB Variations
Color information
#EBB8BD (or 0xEBB8BD) is known color: Blossom. HEX triplet: EB, B8 and BD. RGB value is (235,184,189). Sum of RGB (Red+Green+Blue) = 235+184+189=608 (80% of max value = 765). Red value is 235 (92.19% from 255 or 38.65% from 608); Green value is 184 (72.27% from 255 or 30.26% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 235 - color contains mainly: red. Hex color #EBB8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EBB8BD is #144742. Grayscale: #C7C7C7. Windows color (decimal): -1328963 or 12433643. OLE color: 12433643.
HSL color Cylindrical-coordinate representation of color #EBB8BD: hue angle of 354.12º degrees, saturation: 0.56, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBB8BD is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 184 | 189 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.08 |
| HSL | 354.12º | 0.56% | 0.82% | - |
| HSV(B) | 354.12º | 0.22% | 0.92% | - |
| XYZ | 60.59 | 55.62 | 55.69 | - |
| YUV | 199.82 | 121.9 | 153.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 184 | 189 | 0 | 0.22 | 0.20 | 0.08 | 354.12 | 0.56 | 0.82 |
| Hex | EB | B8 | BD | 0 | 16 | 14 | 8 | 162 | 38 | 52 |
| Octal | 353 | 270 | 275 | 0 | 26 | 24 | 10 | 542 | 70 | 122 |
| Binary | 11101011 | 10111000 | 10111101 | 0 | 10110 | 10100 | 1000 | 101100010 | 111000 | 1010010 |
Color Harmonies of #EBB8BD
Complementary color
Monochromatic Colors of #EBB8BD
Black with #EBB8BD
Text Example
Text Example
White with #EBB8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBB8BD; }
p { color: rgb(235,184,189); }
H1.HeaderClassName
{
color: #EBB8BD;
}
.AnyTagClassName
{
color: #EBB8BD;
}
</style>
background-color css
<style>
a { background-color: #EBB8BD; }
a { background-color: rgb(235,184,189); }
div.DivClassName
{
background-color: #EBB8BD;
}
.BgClassName
{
background-color: #EBB8BD;
}
</style>
border-color css
<style>
span { border-color: #EBB8BD; }
span { border-color: rgb(235,184,189); }
td.TdClassName
{
border-color: #EBB8BD;
}
.TagClassName
{
border-color: #EBB8BD;
}
</style>