Shades of Blossom #E6B9BE
Tints of Blossom #E6B9BE
RGB
CMYK
RGB Variations
Color information
#E6B9BE (or 0xE6B9BE) is known color: Blossom. HEX triplet: E6, B9 and BE. RGB value is (230,185,190). Sum of RGB (Red+Green+Blue) = 230+185+190=605 (80% of max value = 765). Red value is 230 (90.23% from 255 or 38.02% from 605); Green value is 185 (72.66% from 255 or 30.58% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B9BE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B9BE is #194641. Grayscale: #C7C7C7. Windows color (decimal): -1656386 or 12499430. OLE color: 12499430.
HSL color Cylindrical-coordinate representation of color #E6B9BE: hue angle of 353.33º degrees, saturation: 0.47, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #E6B9BE is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 185 | 190 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.10 |
| HSL | 353.33º | 0.47% | 0.81% | - |
| HSV(B) | 353.33º | 0.2% | 0.9% | - |
| XYZ | 59.28 | 55.24 | 56.25 | - |
| YUV | 199.03 | 122.91 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 185 | 190 | 0 | 0.20 | 0.17 | 0.10 | 353.33 | 0.47 | 0.81 |
| Hex | E6 | B9 | BE | 0 | 14 | 11 | A | 161 | 2F | 51 |
| Octal | 346 | 271 | 276 | 0 | 24 | 21 | 12 | 541 | 57 | 121 |
| Binary | 11100110 | 10111001 | 10111110 | 0 | 10100 | 10001 | 1010 | 101100001 | 101111 | 1010001 |
Color Harmonies of #E6B9BE
Complementary color
Monochromatic Colors of #E6B9BE
Black with #E6B9BE
Text Example
Text Example
White with #E6B9BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B9BE; }
p { color: rgb(230,185,190); }
H1.HeaderClassName
{
color: #E6B9BE;
}
.AnyTagClassName
{
color: #E6B9BE;
}
</style>
background-color css
<style>
a { background-color: #E6B9BE; }
a { background-color: rgb(230,185,190); }
div.DivClassName
{
background-color: #E6B9BE;
}
.BgClassName
{
background-color: #E6B9BE;
}
</style>
border-color css
<style>
span { border-color: #E6B9BE; }
span { border-color: rgb(230,185,190); }
td.TdClassName
{
border-color: #E6B9BE;
}
.TagClassName
{
border-color: #E6B9BE;
}
</style>