Shades of Blossom #D7ACB6
Tints of Blossom #D7ACB6
RGB
CMYK
RGB Variations
Color information
#D7ACB6 (or 0xD7ACB6) is known color: Blossom. HEX triplet: D7, AC and B6. RGB value is (215,172,182). Sum of RGB (Red+Green+Blue) = 215+172+182=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 182 (71.48% from 255 or 31.99% from 569); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ACB6 is #285349. Grayscale: #BABABA. Windows color (decimal): -2642762 or 11971799. OLE color: 11971799.
HSL color Cylindrical-coordinate representation of color #D7ACB6: hue angle of 346.05º degrees, saturation: 0.35, 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 #D7ACB6 is Cyan = 0, Magento = 0.2, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 172 | 182 | - |
| CMYK | 0 | 0.2 | 0.15 | 0.16 |
| HSL | 346.05º | 0.35% | 0.76% | - |
| HSV(B) | 346.05º | 0.2% | 0.84% | - |
| XYZ | 51.22 | 47.33 | 50.69 | - |
| YUV | 186 | 125.75 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 172 | 182 | 0 | 0.2 | 0.15 | 0.16 | 346.05 | 0.35 | 0.76 |
| Hex | D7 | AC | B6 | 0 | 14 | F | 10 | 15A | 23 | 4C |
| Octal | 327 | 254 | 266 | 0 | 24 | 17 | 20 | 532 | 43 | 114 |
| Binary | 11010111 | 10101100 | 10110110 | 0 | 10100 | 1111 | 10000 | 101011010 | 100011 | 1001100 |
Color Harmonies of #D7ACB6
Complementary color
Monochromatic Colors of #D7ACB6
Black with #D7ACB6
Text Example
Text Example
White with #D7ACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ACB6; }
p { color: rgb(215,172,182); }
H1.HeaderClassName
{
color: #D7ACB6;
}
.AnyTagClassName
{
color: #D7ACB6;
}
</style>
background-color css
<style>
a { background-color: #D7ACB6; }
a { background-color: rgb(215,172,182); }
div.DivClassName
{
background-color: #D7ACB6;
}
.BgClassName
{
background-color: #D7ACB6;
}
</style>
border-color css
<style>
span { border-color: #D7ACB6; }
span { border-color: rgb(215,172,182); }
td.TdClassName
{
border-color: #D7ACB6;
}
.TagClassName
{
border-color: #D7ACB6;
}
</style>