Shades of Blossom #D7ACB4
Tints of Blossom #D7ACB4
RGB
CMYK
RGB Variations
Color information
#D7ACB4 (or 0xD7ACB4) is known color: Blossom. HEX triplet: D7, AC and B4. RGB value is (215,172,180). Sum of RGB (Red+Green+Blue) = 215+172+180=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 172 (67.58% from 255 or 30.34% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ACB4 is #28534B. Grayscale: #B9B9B9. Windows color (decimal): -2642764 or 11840727. OLE color: 11840727.
HSL color Cylindrical-coordinate representation of color #D7ACB4: hue angle of 348.84º 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 #D7ACB4 is Cyan = 0, Magento = 0.2, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 172 | 180 | - |
| CMYK | 0 | 0.2 | 0.16 | 0.16 |
| HSL | 348.84º | 0.35% | 0.76% | - |
| HSV(B) | 348.84º | 0.2% | 0.84% | - |
| XYZ | 51.02 | 47.25 | 49.61 | - |
| YUV | 185.77 | 124.75 | 148.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 172 | 180 | 0 | 0.2 | 0.16 | 0.16 | 348.84 | 0.35 | 0.76 |
| Hex | D7 | AC | B4 | 0 | 14 | 10 | 10 | 15D | 23 | 4C |
| Octal | 327 | 254 | 264 | 0 | 24 | 20 | 20 | 535 | 43 | 114 |
| Binary | 11010111 | 10101100 | 10110100 | 0 | 10100 | 10000 | 10000 | 101011101 | 100011 | 1001100 |
Color Harmonies of #D7ACB4
Complementary color
Monochromatic Colors of #D7ACB4
Black with #D7ACB4
Text Example
Text Example
White with #D7ACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ACB4; }
p { color: rgb(215,172,180); }
H1.HeaderClassName
{
color: #D7ACB4;
}
.AnyTagClassName
{
color: #D7ACB4;
}
</style>
background-color css
<style>
a { background-color: #D7ACB4; }
a { background-color: rgb(215,172,180); }
div.DivClassName
{
background-color: #D7ACB4;
}
.BgClassName
{
background-color: #D7ACB4;
}
</style>
border-color css
<style>
span { border-color: #D7ACB4; }
span { border-color: rgb(215,172,180); }
td.TdClassName
{
border-color: #D7ACB4;
}
.TagClassName
{
border-color: #D7ACB4;
}
</style>