Shades of Blossom #D8B3BA
Tints of Blossom #D8B3BA
RGB
CMYK
RGB Variations
Color information
#D8B3BA (or 0xD8B3BA) is known color: Blossom. HEX triplet: D8, B3 and BA. RGB value is (216,179,186). Sum of RGB (Red+Green+Blue) = 216+179+186=581 (76% of max value = 765). Red value is 216 (84.77% from 255 or 37.18% from 581); Green value is 179 (70.31% from 255 or 30.81% from 581); Blue value is 186 (73.05% from 255 or 32.01% from 581); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B3BA is #274C45. Grayscale: #BEBEBE. Windows color (decimal): -2575430 or 12235736. OLE color: 12235736.
HSL color Cylindrical-coordinate representation of color #D8B3BA: hue angle of 348.65º degrees, saturation: 0.32, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D8B3BA is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 179 | 186 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.15 |
| HSL | 348.65º | 0.32% | 0.77% | - |
| HSV(B) | 348.65º | 0.17% | 0.85% | - |
| XYZ | 53.3 | 50.38 | 53.37 | - |
| YUV | 190.86 | 125.26 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 179 | 186 | 0 | 0.17 | 0.14 | 0.15 | 348.65 | 0.32 | 0.77 |
| Hex | D8 | B3 | BA | 0 | 11 | E | F | 15D | 20 | 4D |
| Octal | 330 | 263 | 272 | 0 | 21 | 16 | 17 | 535 | 40 | 115 |
| Binary | 11011000 | 10110011 | 10111010 | 0 | 10001 | 1110 | 1111 | 101011101 | 100000 | 1001101 |
Color Harmonies of #D8B3BA
Complementary color
Monochromatic Colors of #D8B3BA
Black with #D8B3BA
Text Example
Text Example
White with #D8B3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B3BA; }
p { color: rgb(216,179,186); }
H1.HeaderClassName
{
color: #D8B3BA;
}
.AnyTagClassName
{
color: #D8B3BA;
}
</style>
background-color css
<style>
a { background-color: #D8B3BA; }
a { background-color: rgb(216,179,186); }
div.DivClassName
{
background-color: #D8B3BA;
}
.BgClassName
{
background-color: #D8B3BA;
}
</style>
border-color css
<style>
span { border-color: #D8B3BA; }
span { border-color: rgb(216,179,186); }
td.TdClassName
{
border-color: #D8B3BA;
}
.TagClassName
{
border-color: #D8B3BA;
}
</style>