Shades of Blossom #D6B1B9
Tints of Blossom #D6B1B9
RGB
CMYK
RGB Variations
Color information
#D6B1B9 (or 0xD6B1B9) is known color: Blossom. HEX triplet: D6, B1 and B9. RGB value is (214,177,185). Sum of RGB (Red+Green+Blue) = 214+177+185=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 177 (69.53% from 255 or 30.73% from 576); Blue value is 185 (72.66% from 255 or 32.12% from 576); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B1B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B1B9 is #294E46. Grayscale: #BCBCBC. Windows color (decimal): -2707015 or 12169686. OLE color: 12169686.
HSL color Cylindrical-coordinate representation of color #D6B1B9: hue angle of 347.03º degrees, saturation: 0.31, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D6B1B9 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 177 | 185 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.16 |
| HSL | 347.03º | 0.31% | 0.77% | - |
| HSV(B) | 347.03º | 0.17% | 0.84% | - |
| XYZ | 52.21 | 49.24 | 52.65 | - |
| YUV | 188.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 177 | 185 | 0 | 0.17 | 0.14 | 0.16 | 347.03 | 0.31 | 0.77 |
| Hex | D6 | B1 | B9 | 0 | 11 | E | 10 | 15B | 1F | 4D |
| Octal | 326 | 261 | 271 | 0 | 21 | 16 | 20 | 533 | 37 | 115 |
| Binary | 11010110 | 10110001 | 10111001 | 0 | 10001 | 1110 | 10000 | 101011011 | 11111 | 1001101 |
Color Harmonies of #D6B1B9
Complementary color
Monochromatic Colors of #D6B1B9
Black with #D6B1B9
Text Example
Text Example
White with #D6B1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B1B9; }
p { color: rgb(214,177,185); }
H1.HeaderClassName
{
color: #D6B1B9;
}
.AnyTagClassName
{
color: #D6B1B9;
}
</style>
background-color css
<style>
a { background-color: #D6B1B9; }
a { background-color: rgb(214,177,185); }
div.DivClassName
{
background-color: #D6B1B9;
}
.BgClassName
{
background-color: #D6B1B9;
}
</style>
border-color css
<style>
span { border-color: #D6B1B9; }
span { border-color: rgb(214,177,185); }
td.TdClassName
{
border-color: #D6B1B9;
}
.TagClassName
{
border-color: #D6B1B9;
}
</style>