Shades of Blossom #D9B4BB
Tints of Blossom #D9B4BB
RGB
CMYK
RGB Variations
Color information
#D9B4BB (or 0xD9B4BB) is known color: Blossom. HEX triplet: D9, B4 and BB. RGB value is (217,180,187). Sum of RGB (Red+Green+Blue) = 217+180+187=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 180 (70.70% from 255 or 30.82% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B4BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9B4BB is #264B44. Grayscale: #BFBFBF. Windows color (decimal): -2509637 or 12301529. OLE color: 12301529.
HSL color Cylindrical-coordinate representation of color #D9B4BB: hue angle of 348.65º degrees, saturation: 0.33, 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 #D9B4BB is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 180 | 187 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.15 |
| HSL | 348.65º | 0.33% | 0.78% | - |
| HSV(B) | 348.65º | 0.17% | 0.85% | - |
| XYZ | 53.91 | 50.98 | 54.01 | - |
| YUV | 191.86 | 125.26 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 180 | 187 | 0 | 0.17 | 0.14 | 0.15 | 348.65 | 0.33 | 0.78 |
| Hex | D9 | B4 | BB | 0 | 11 | E | F | 15D | 21 | 4E |
| Octal | 331 | 264 | 273 | 0 | 21 | 16 | 17 | 535 | 41 | 116 |
| Binary | 11011001 | 10110100 | 10111011 | 0 | 10001 | 1110 | 1111 | 101011101 | 100001 | 1001110 |
Color Harmonies of #D9B4BB
Complementary color
Monochromatic Colors of #D9B4BB
Black with #D9B4BB
Text Example
Text Example
White with #D9B4BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B4BB; }
p { color: rgb(217,180,187); }
H1.HeaderClassName
{
color: #D9B4BB;
}
.AnyTagClassName
{
color: #D9B4BB;
}
</style>
background-color css
<style>
a { background-color: #D9B4BB; }
a { background-color: rgb(217,180,187); }
div.DivClassName
{
background-color: #D9B4BB;
}
.BgClassName
{
background-color: #D9B4BB;
}
</style>
border-color css
<style>
span { border-color: #D9B4BB; }
span { border-color: rgb(217,180,187); }
td.TdClassName
{
border-color: #D9B4BB;
}
.TagClassName
{
border-color: #D9B4BB;
}
</style>