Shades of Blossom #E6BABD
Tints of Blossom #E6BABD
RGB
CMYK
RGB Variations
Color information
#E6BABD (or 0xE6BABD) is known color: Blossom. HEX triplet: E6, BA and BD. RGB value is (230,186,189). Sum of RGB (Red+Green+Blue) = 230+186+189=605 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.02% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 230 - color contains mainly: red. Hex color #E6BABD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6BABD is #194542. Grayscale: #C7C7C7. Windows color (decimal): -1656131 or 12434150. OLE color: 12434150.
HSL color Cylindrical-coordinate representation of color #E6BABD: hue angle of 355.91º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #E6BABD is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 186 | 189 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.10 |
| HSL | 355.91º | 0.47% | 0.82% | - |
| HSV(B) | 355.91º | 0.19% | 0.9% | - |
| XYZ | 59.38 | 55.61 | 55.75 | - |
| YUV | 199.5 | 122.08 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 186 | 189 | 0 | 0.19 | 0.18 | 0.10 | 355.91 | 0.47 | 0.82 |
| Hex | E6 | BA | BD | 0 | 13 | 12 | A | 164 | 2F | 52 |
| Octal | 346 | 272 | 275 | 0 | 23 | 22 | 12 | 544 | 57 | 122 |
| Binary | 11100110 | 10111010 | 10111101 | 0 | 10011 | 10010 | 1010 | 101100100 | 101111 | 1010010 |
Color Harmonies of #E6BABD
Complementary color
Monochromatic Colors of #E6BABD
Black with #E6BABD
Text Example
Text Example
White with #E6BABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6BABD; }
p { color: rgb(230,186,189); }
H1.HeaderClassName
{
color: #E6BABD;
}
.AnyTagClassName
{
color: #E6BABD;
}
</style>
background-color css
<style>
a { background-color: #E6BABD; }
a { background-color: rgb(230,186,189); }
div.DivClassName
{
background-color: #E6BABD;
}
.BgClassName
{
background-color: #E6BABD;
}
</style>
border-color css
<style>
span { border-color: #E6BABD; }
span { border-color: rgb(230,186,189); }
td.TdClassName
{
border-color: #E6BABD;
}
.TagClassName
{
border-color: #E6BABD;
}
</style>