Shades of Blossom #E3BABD
Tints of Blossom #E3BABD
RGB
CMYK
RGB Variations
Color information
#E3BABD (or 0xE3BABD) is known color: Blossom. HEX triplet: E3, BA and BD. RGB value is (227,186,189). Sum of RGB (Red+Green+Blue) = 227+186+189=602 (79% of max value = 765). Red value is 227 (89.06% from 255 or 37.71% from 602); Green value is 186 (73.05% from 255 or 30.90% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 227 - color contains mainly: red. Hex color #E3BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E3BABD is #1C4542. Grayscale: #C6C6C6. Windows color (decimal): -1852739 or 12434147. OLE color: 12434147.
HSL color Cylindrical-coordinate representation of color #E3BABD: hue angle of 355.61º degrees, saturation: 0.42, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #E3BABD is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 186 | 189 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.11 |
| HSL | 355.61º | 0.42% | 0.81% | - |
| HSV(B) | 355.61º | 0.18% | 0.89% | - |
| XYZ | 58.42 | 55.12 | 55.7 | - |
| YUV | 198.6 | 122.58 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 186 | 189 | 0 | 0.18 | 0.17 | 0.11 | 355.61 | 0.42 | 0.81 |
| Hex | E3 | BA | BD | 0 | 12 | 11 | B | 164 | 2A | 51 |
| Octal | 343 | 272 | 275 | 0 | 22 | 21 | 13 | 544 | 52 | 121 |
| Binary | 11100011 | 10111010 | 10111101 | 0 | 10010 | 10001 | 1011 | 101100100 | 101010 | 1010001 |
Color Harmonies of #E3BABD
Complementary color
Monochromatic Colors of #E3BABD
Black with #E3BABD
Text Example
Text Example
White with #E3BABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E3BABD; }
p { color: rgb(227,186,189); }
H1.HeaderClassName
{
color: #E3BABD;
}
.AnyTagClassName
{
color: #E3BABD;
}
</style>
background-color css
<style>
a { background-color: #E3BABD; }
a { background-color: rgb(227,186,189); }
div.DivClassName
{
background-color: #E3BABD;
}
.BgClassName
{
background-color: #E3BABD;
}
</style>
border-color css
<style>
span { border-color: #E3BABD; }
span { border-color: rgb(227,186,189); }
td.TdClassName
{
border-color: #E3BABD;
}
.TagClassName
{
border-color: #E3BABD;
}
</style>