Shades of Blossom #EBADB6
Tints of Blossom #EBADB6
RGB
CMYK
RGB Variations
Color information
#EBADB6 (or 0xEBADB6) is known color: Blossom. HEX triplet: EB, AD and B6. RGB value is (235,173,182). Sum of RGB (Red+Green+Blue) = 235+173+182=590 (78% of max value = 765). Red value is 235 (92.19% from 255 or 39.83% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 182 (71.48% from 255 or 30.85% from 590); Max value from RGB is 235 - color contains mainly: red. Hex color #EBADB6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EBADB6 is #145249. Grayscale: #C0C0C0. Windows color (decimal): -1331786 or 11972075. OLE color: 11972075.
HSL color Cylindrical-coordinate representation of color #EBADB6: hue angle of 351.29º 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 #EBADB6 is Cyan = 0, Magento = 0.26, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 173 | 182 | - |
| CMYK | 0 | 0.26 | 0.23 | 0.08 |
| HSL | 351.29º | 0.61% | 0.8% | - |
| HSV(B) | 351.29º | 0.26% | 0.92% | - |
| XYZ | 57.65 | 50.93 | 51.05 | - |
| YUV | 192.56 | 122.04 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 173 | 182 | 0 | 0.26 | 0.23 | 0.08 | 351.29 | 0.61 | 0.8 |
| Hex | EB | AD | B6 | 0 | 1A | 17 | 8 | 15F | 3D | 50 |
| Octal | 353 | 255 | 266 | 0 | 32 | 27 | 10 | 537 | 75 | 120 |
| Binary | 11101011 | 10101101 | 10110110 | 0 | 11010 | 10111 | 1000 | 101011111 | 111101 | 1010000 |
Color Harmonies of #EBADB6
Complementary color
Monochromatic Colors of #EBADB6
Black with #EBADB6
Text Example
Text Example
White with #EBADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EBADB6; }
p { color: rgb(235,173,182); }
H1.HeaderClassName
{
color: #EBADB6;
}
.AnyTagClassName
{
color: #EBADB6;
}
</style>
background-color css
<style>
a { background-color: #EBADB6; }
a { background-color: rgb(235,173,182); }
div.DivClassName
{
background-color: #EBADB6;
}
.BgClassName
{
background-color: #EBADB6;
}
</style>
border-color css
<style>
span { border-color: #EBADB6; }
span { border-color: rgb(235,173,182); }
td.TdClassName
{
border-color: #EBADB6;
}
.TagClassName
{
border-color: #EBADB6;
}
</style>