Shades of Blossom #D6B0B7
Tints of Blossom #D6B0B7
RGB
CMYK
RGB Variations
Color information
#D6B0B7 (or 0xD6B0B7) is known color: Blossom. HEX triplet: D6, B0 and B7. RGB value is (214,176,183). Sum of RGB (Red+Green+Blue) = 214+176+183=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 183 (71.88% from 255 or 31.94% from 573); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B0B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6B0B7 is #294F48. Grayscale: #BCBCBC. Windows color (decimal): -2707273 or 12038358. OLE color: 12038358.
HSL color Cylindrical-coordinate representation of color #D6B0B7: hue angle of 348.95º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D6B0B7 is Cyan = 0, Magento = 0.18, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 176 | 183 | - |
| CMYK | 0 | 0.18 | 0.14 | 0.16 |
| HSL | 348.95º | 0.32% | 0.76% | - |
| HSV(B) | 348.95º | 0.18% | 0.84% | - |
| XYZ | 51.8 | 48.77 | 51.48 | - |
| YUV | 188.16 | 125.09 | 146.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 176 | 183 | 0 | 0.18 | 0.14 | 0.16 | 348.95 | 0.32 | 0.76 |
| Hex | D6 | B0 | B7 | 0 | 12 | E | 10 | 15D | 20 | 4C |
| Octal | 326 | 260 | 267 | 0 | 22 | 16 | 20 | 535 | 40 | 114 |
| Binary | 11010110 | 10110000 | 10110111 | 0 | 10010 | 1110 | 10000 | 101011101 | 100000 | 1001100 |
Color Harmonies of #D6B0B7
Complementary color
Monochromatic Colors of #D6B0B7
Black with #D6B0B7
Text Example
Text Example
White with #D6B0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B0B7; }
p { color: rgb(214,176,183); }
H1.HeaderClassName
{
color: #D6B0B7;
}
.AnyTagClassName
{
color: #D6B0B7;
}
</style>
background-color css
<style>
a { background-color: #D6B0B7; }
a { background-color: rgb(214,176,183); }
div.DivClassName
{
background-color: #D6B0B7;
}
.BgClassName
{
background-color: #D6B0B7;
}
</style>
border-color css
<style>
span { border-color: #D6B0B7; }
span { border-color: rgb(214,176,183); }
td.TdClassName
{
border-color: #D6B0B7;
}
.TagClassName
{
border-color: #D6B0B7;
}
</style>