Shades of Blossom #D9B5BB
Tints of Blossom #D9B5BB
RGB
CMYK
RGB Variations
Color information
#D9B5BB (or 0xD9B5BB) is known color: Blossom. HEX triplet: D9, B5 and BB. RGB value is (217,181,187). Sum of RGB (Red+Green+Blue) = 217+181+187=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 181 (71.09% from 255 or 30.94% from 585); Blue value is 187 (73.44% from 255 or 31.97% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B5BB is #264A44. Grayscale: #C0C0C0. Windows color (decimal): -2509381 or 12301785. OLE color: 12301785.
HSL color Cylindrical-coordinate representation of color #D9B5BB: hue angle of 350º degrees, saturation: 0.32, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D9B5BB is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 181 | 187 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.15 |
| HSL | 350º | 0.32% | 0.78% | - |
| HSV(B) | 350º | 0.17% | 0.85% | - |
| XYZ | 54.11 | 51.39 | 54.08 | - |
| YUV | 192.45 | 124.93 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 181 | 187 | 0 | 0.17 | 0.14 | 0.15 | 350 | 0.32 | 0.78 |
| Hex | D9 | B5 | BB | 0 | 11 | E | F | 15E | 20 | 4E |
| Octal | 331 | 265 | 273 | 0 | 21 | 16 | 17 | 536 | 40 | 116 |
| Binary | 11011001 | 10110101 | 10111011 | 0 | 10001 | 1110 | 1111 | 101011110 | 100000 | 1001110 |
Color Harmonies of #D9B5BB
Complementary color
Monochromatic Colors of #D9B5BB
Black with #D9B5BB
Text Example
Text Example
White with #D9B5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B5BB; }
p { color: rgb(217,181,187); }
H1.HeaderClassName
{
color: #D9B5BB;
}
.AnyTagClassName
{
color: #D9B5BB;
}
</style>
background-color css
<style>
a { background-color: #D9B5BB; }
a { background-color: rgb(217,181,187); }
div.DivClassName
{
background-color: #D9B5BB;
}
.BgClassName
{
background-color: #D9B5BB;
}
</style>
border-color css
<style>
span { border-color: #D9B5BB; }
span { border-color: rgb(217,181,187); }
td.TdClassName
{
border-color: #D9B5BB;
}
.TagClassName
{
border-color: #D9B5BB;
}
</style>