Shades of Blossom #D8B5BB
Tints of Blossom #D8B5BB
RGB
CMYK
RGB Variations
Color information
#D8B5BB (or 0xD8B5BB) is known color: Blossom. HEX triplet: D8, B5 and BB. RGB value is (216,181,187). Sum of RGB (Red+Green+Blue) = 216+181+187=584 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.99% from 584); Green value is 181 (71.09% from 255 or 30.99% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 216 - color contains mainly: red. Hex color #D8B5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8B5BB is #274A44. Grayscale: #C0C0C0. Windows color (decimal): -2574917 or 12301784. OLE color: 12301784.
HSL color Cylindrical-coordinate representation of color #D8B5BB: hue angle of 349.71º degrees, saturation: 0.31, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D8B5BB is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 181 | 187 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.15 |
| HSL | 349.71º | 0.31% | 0.78% | - |
| HSV(B) | 349.71º | 0.16% | 0.85% | - |
| XYZ | 53.81 | 51.23 | 54.07 | - |
| YUV | 192.15 | 125.1 | 145.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 181 | 187 | 0 | 0.16 | 0.13 | 0.15 | 349.71 | 0.31 | 0.78 |
| Hex | D8 | B5 | BB | 0 | 10 | D | F | 15E | 1F | 4E |
| Octal | 330 | 265 | 273 | 0 | 20 | 15 | 17 | 536 | 37 | 116 |
| Binary | 11011000 | 10110101 | 10111011 | 0 | 10000 | 1101 | 1111 | 101011110 | 11111 | 1001110 |
Color Harmonies of #D8B5BB
Complementary color
Monochromatic Colors of #D8B5BB
Black with #D8B5BB
Text Example
Text Example
White with #D8B5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8B5BB; }
p { color: rgb(216,181,187); }
H1.HeaderClassName
{
color: #D8B5BB;
}
.AnyTagClassName
{
color: #D8B5BB;
}
</style>
background-color css
<style>
a { background-color: #D8B5BB; }
a { background-color: rgb(216,181,187); }
div.DivClassName
{
background-color: #D8B5BB;
}
.BgClassName
{
background-color: #D8B5BB;
}
</style>
border-color css
<style>
span { border-color: #D8B5BB; }
span { border-color: rgb(216,181,187); }
td.TdClassName
{
border-color: #D8B5BB;
}
.TagClassName
{
border-color: #D8B5BB;
}
</style>