Shades of Blossom #E6B8BD
Tints of Blossom #E6B8BD
RGB
CMYK
RGB Variations
Color information
#E6B8BD (or 0xE6B8BD) is known color: Blossom. HEX triplet: E6, B8 and BD. RGB value is (230,184,189). Sum of RGB (Red+Green+Blue) = 230+184+189=603 (79% of max value = 765). Red value is 230 (90.23% from 255 or 38.14% from 603); Green value is 184 (72.27% from 255 or 30.51% from 603); Blue value is 189 (74.22% from 255 or 31.34% from 603); Max value from RGB is 230 - color contains mainly: red. Hex color #E6B8BD is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6B8BD is #194742. Grayscale: #C6C6C6. Windows color (decimal): -1656643 or 12433638. OLE color: 12433638.
HSL color Cylindrical-coordinate representation of color #E6B8BD: hue angle of 353.48º degrees, saturation: 0.48, 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 #E6B8BD is Cyan = 0, Magento = 0.2, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 184 | 189 | - |
| CMYK | 0 | 0.2 | 0.18 | 0.10 |
| HSL | 353.48º | 0.48% | 0.81% | - |
| HSV(B) | 353.48º | 0.2% | 0.9% | - |
| XYZ | 58.96 | 54.78 | 55.61 | - |
| YUV | 198.32 | 122.74 | 150.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 184 | 189 | 0 | 0.2 | 0.18 | 0.10 | 353.48 | 0.48 | 0.81 |
| Hex | E6 | B8 | BD | 0 | 14 | 12 | A | 161 | 30 | 51 |
| Octal | 346 | 270 | 275 | 0 | 24 | 22 | 12 | 541 | 60 | 121 |
| Binary | 11100110 | 10111000 | 10111101 | 0 | 10100 | 10010 | 1010 | 101100001 | 110000 | 1010001 |
Color Harmonies of #E6B8BD
Complementary color
Monochromatic Colors of #E6B8BD
Black with #E6B8BD
Text Example
Text Example
White with #E6B8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E6B8BD; }
p { color: rgb(230,184,189); }
H1.HeaderClassName
{
color: #E6B8BD;
}
.AnyTagClassName
{
color: #E6B8BD;
}
</style>
background-color css
<style>
a { background-color: #E6B8BD; }
a { background-color: rgb(230,184,189); }
div.DivClassName
{
background-color: #E6B8BD;
}
.BgClassName
{
background-color: #E6B8BD;
}
</style>
border-color css
<style>
span { border-color: #E6B8BD; }
span { border-color: rgb(230,184,189); }
td.TdClassName
{
border-color: #E6B8BD;
}
.TagClassName
{
border-color: #E6B8BD;
}
</style>