Shades of Blossom #EBADB7
Tints of Blossom #EBADB7
RGB
CMYK
RGB Variations
Color information
#EBADB7 (or 0xEBADB7) is known color: Blossom. HEX triplet: EB, AD and B7. RGB value is (235,173,183). Sum of RGB (Red+Green+Blue) = 235+173+183=591 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.76% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 183 (71.88% from 255 or 30.96% from 591); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADB7 is #145248. Grayscale: #C0C0C0. Windows color (decimal): -1331785 or 12037611. OLE color: 12037611.
HSL color Cylindrical-coordinate representation of color #EBADB7: hue angle of 350.32º degrees, saturation: 0.61, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #EBADB7 is Cyan = 0, Magento = 0.26, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 173 | 183 | - |
| CMYK | 0 | 0.26 | 0.22 | 0.08 |
| HSL | 350.32º | 0.61% | 0.8% | - |
| HSV(B) | 350.32º | 0.26% | 0.92% | - |
| XYZ | 57.75 | 50.97 | 51.59 | - |
| YUV | 192.68 | 122.54 | 158.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 173 | 183 | 0 | 0.26 | 0.22 | 0.08 | 350.32 | 0.61 | 0.8 |
| Hex | EB | AD | B7 | 0 | 1A | 16 | 8 | 15E | 3D | 50 |
| Octal | 353 | 255 | 267 | 0 | 32 | 26 | 10 | 536 | 75 | 120 |
| Binary | 11101011 | 10101101 | 10110111 | 0 | 11010 | 10110 | 1000 | 101011110 | 111101 | 1010000 |
Color Harmonies of #EBADB7
Complementary color
Monochromatic Colors of #EBADB7
Black with #EBADB7
Text Example
Text Example
White with #EBADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBADB7; }
p { color: rgb(235,173,183); }
H1.HeaderClassName
{
color: #EBADB7;
}
.AnyTagClassName
{
color: #EBADB7;
}
</style>
background-color css
<style>
a { background-color: #EBADB7; }
a { background-color: rgb(235,173,183); }
div.DivClassName
{
background-color: #EBADB7;
}
.BgClassName
{
background-color: #EBADB7;
}
</style>
border-color css
<style>
span { border-color: #EBADB7; }
span { border-color: rgb(235,173,183); }
td.TdClassName
{
border-color: #EBADB7;
}
.TagClassName
{
border-color: #EBADB7;
}
</style>