Shades of Blossom #D9B0B6
Tints of Blossom #D9B0B6
RGB
CMYK
RGB Variations
Color information
#D9B0B6 (or 0xD9B0B6) is known color: Blossom. HEX triplet: D9, B0 and B6. RGB value is (217,176,182). Sum of RGB (Red+Green+Blue) = 217+176+182=575 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.74% from 575); Green value is 176 (69.14% from 255 or 30.61% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B0B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B0B6 is #264F49. Grayscale: #BCBCBC. Windows color (decimal): -2510666 or 11972825. OLE color: 11972825.
HSL color Cylindrical-coordinate representation of color #D9B0B6: hue angle of 351.22º degrees, saturation: 0.35, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9B0B6 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 176 | 182 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.15 |
| HSL | 351.22º | 0.35% | 0.77% | - |
| HSV(B) | 351.22º | 0.19% | 0.85% | - |
| XYZ | 52.58 | 49.18 | 50.98 | - |
| YUV | 188.94 | 124.08 | 148.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 176 | 182 | 0 | 0.19 | 0.16 | 0.15 | 351.22 | 0.35 | 0.77 |
| Hex | D9 | B0 | B6 | 0 | 13 | 10 | F | 15F | 23 | 4D |
| Octal | 331 | 260 | 266 | 0 | 23 | 20 | 17 | 537 | 43 | 115 |
| Binary | 11011001 | 10110000 | 10110110 | 0 | 10011 | 10000 | 1111 | 101011111 | 100011 | 1001101 |
Color Harmonies of #D9B0B6
Complementary color
Monochromatic Colors of #D9B0B6
Black with #D9B0B6
Text Example
Text Example
White with #D9B0B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B0B6; }
p { color: rgb(217,176,182); }
H1.HeaderClassName
{
color: #D9B0B6;
}
.AnyTagClassName
{
color: #D9B0B6;
}
</style>
background-color css
<style>
a { background-color: #D9B0B6; }
a { background-color: rgb(217,176,182); }
div.DivClassName
{
background-color: #D9B0B6;
}
.BgClassName
{
background-color: #D9B0B6;
}
</style>
border-color css
<style>
span { border-color: #D9B0B6; }
span { border-color: rgb(217,176,182); }
td.TdClassName
{
border-color: #D9B0B6;
}
.TagClassName
{
border-color: #D9B0B6;
}
</style>