Shades of Blossom #EBADB9
Tints of Blossom #EBADB9
RGB
CMYK
RGB Variations
Color information
#EBADB9 (or 0xEBADB9) is known color: Blossom. HEX triplet: EB, AD and B9. RGB value is (235,173,185). Sum of RGB (Red+Green+Blue) = 235+173+185=593 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.63% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 185 (72.66% from 255 or 31.20% from 593); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADB9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADB9 is #145246. Grayscale: #C0C0C0. Windows color (decimal): -1331783 or 12168683. OLE color: 12168683.
HSL color Cylindrical-coordinate representation of color #EBADB9: hue angle of 348.39º 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 #EBADB9 is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
RGB | 235 | 173 | 185 | - |
CMYK | 0 | 0.26 | 0.21 | 0.08 |
HSL | 348.39º | 0.61% | 0.8% | - |
HSV(B) | 348.39º | 0.26% | 0.92% | - |
XYZ | 57.96 | 51.05 | 52.7 | - |
YUV | 192.91 | 123.54 | 158.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 235 | 173 | 185 | 0 | 0.26 | 0.21 | 0.08 | 348.39 | 0.61 | 0.8 |
Hex | EB | AD | B9 | 0 | 1A | 15 | 8 | 15C | 3D | 50 |
Octal | 353 | 255 | 271 | 0 | 32 | 25 | 10 | 534 | 75 | 120 |
Binary | 11101011 | 10101101 | 10111001 | 0 | 11010 | 10101 | 1000 | 101011100 | 111101 | 1010000 |
Color Harmonies of #EBADB9
Complementary color
Monochromatic Colors of #EBADB9
Black with #EBADB9
Text Example
Text Example
White with #EBADB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBADB9; }
p { color: rgb(235,173,185); }
H1.HeaderClassName
{
color: #EBADB9;
}
.AnyTagClassName
{
color: #EBADB9;
}
</style>
background-color css
<style>
a { background-color: #EBADB9; }
a { background-color: rgb(235,173,185); }
div.DivClassName
{
background-color: #EBADB9;
}
.BgClassName
{
background-color: #EBADB9;
}
</style>
border-color css
<style>
span { border-color: #EBADB9; }
span { border-color: rgb(235,173,185); }
td.TdClassName
{
border-color: #EBADB9;
}
.TagClassName
{
border-color: #EBADB9;
}
</style>