Shades of Blossom #D6ACB7
Tints of Blossom #D6ACB7
RGB
CMYK
RGB Variations
Color information
#D6ACB7 (or 0xD6ACB7) is known color: Blossom. HEX triplet: D6, AC and B7. RGB value is (214,172,183). Sum of RGB (Red+Green+Blue) = 214+172+183=569 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.61% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 183 (71.88% from 255 or 32.16% from 569); Max value from RGB is 214 - color contains mainly: red. Hex color #D6ACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D6ACB7 is #295348. Grayscale: #B9B9B9. Windows color (decimal): -2708297 or 12037334. OLE color: 12037334.
HSL color Cylindrical-coordinate representation of color #D6ACB7: hue angle of 344.29º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6ACB7 is Cyan = 0, Magento = 0.20, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 172 | 183 | - |
| CMYK | 0 | 0.20 | 0.14 | 0.16 |
| HSL | 344.29º | 0.34% | 0.76% | - |
| HSV(B) | 344.29º | 0.2% | 0.84% | - |
| XYZ | 51.03 | 47.22 | 51.22 | - |
| YUV | 185.81 | 126.41 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 172 | 183 | 0 | 0.20 | 0.14 | 0.16 | 344.29 | 0.34 | 0.76 |
| Hex | D6 | AC | B7 | 0 | 14 | E | 10 | 158 | 22 | 4C |
| Octal | 326 | 254 | 267 | 0 | 24 | 16 | 20 | 530 | 42 | 114 |
| Binary | 11010110 | 10101100 | 10110111 | 0 | 10100 | 1110 | 10000 | 101011000 | 100010 | 1001100 |
Color Harmonies of #D6ACB7
Complementary color
Monochromatic Colors of #D6ACB7
Black with #D6ACB7
Text Example
Text Example
White with #D6ACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6ACB7; }
p { color: rgb(214,172,183); }
H1.HeaderClassName
{
color: #D6ACB7;
}
.AnyTagClassName
{
color: #D6ACB7;
}
</style>
background-color css
<style>
a { background-color: #D6ACB7; }
a { background-color: rgb(214,172,183); }
div.DivClassName
{
background-color: #D6ACB7;
}
.BgClassName
{
background-color: #D6ACB7;
}
</style>
border-color css
<style>
span { border-color: #D6ACB7; }
span { border-color: rgb(214,172,183); }
td.TdClassName
{
border-color: #D6ACB7;
}
.TagClassName
{
border-color: #D6ACB7;
}
</style>