Shades of Blossom #D0ACB6
Tints of Blossom #D0ACB6
RGB
CMYK
RGB Variations
Color information
#D0ACB6 (or 0xD0ACB6) is known color: Blossom. HEX triplet: D0, AC and B6. RGB value is (208,172,182). Sum of RGB (Red+Green+Blue) = 208+172+182=562 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.01% from 562); Green value is 172 (67.58% from 255 or 30.60% from 562); Blue value is 182 (71.48% from 255 or 32.38% from 562); Max value from RGB is 208 - color contains mainly: red. Hex color #D0ACB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D0ACB6 is #2F5349. Grayscale: #B7B7B7. Windows color (decimal): -3101514 or 11971792. OLE color: 11971792.
HSL color Cylindrical-coordinate representation of color #D0ACB6: hue angle of 343.33º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0ACB6 is Cyan = 0, Magento = 0.17, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 172 | 182 | - |
| CMYK | 0 | 0.17 | 0.12 | 0.18 |
| HSL | 343.33º | 0.28% | 0.75% | - |
| HSV(B) | 343.33º | 0.17% | 0.82% | - |
| XYZ | 49.21 | 46.29 | 50.6 | - |
| YUV | 183.9 | 126.93 | 145.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 172 | 182 | 0 | 0.17 | 0.12 | 0.18 | 343.33 | 0.28 | 0.75 |
| Hex | D0 | AC | B6 | 0 | 11 | C | 12 | 157 | 1C | 4B |
| Octal | 320 | 254 | 266 | 0 | 21 | 14 | 22 | 527 | 34 | 113 |
| Binary | 11010000 | 10101100 | 10110110 | 0 | 10001 | 1100 | 10010 | 101010111 | 11100 | 1001011 |
Color Harmonies of #D0ACB6
Complementary color
Monochromatic Colors of #D0ACB6
Black with #D0ACB6
Text Example
Text Example
White with #D0ACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0ACB6; }
p { color: rgb(208,172,182); }
H1.HeaderClassName
{
color: #D0ACB6;
}
.AnyTagClassName
{
color: #D0ACB6;
}
</style>
background-color css
<style>
a { background-color: #D0ACB6; }
a { background-color: rgb(208,172,182); }
div.DivClassName
{
background-color: #D0ACB6;
}
.BgClassName
{
background-color: #D0ACB6;
}
</style>
border-color css
<style>
span { border-color: #D0ACB6; }
span { border-color: rgb(208,172,182); }
td.TdClassName
{
border-color: #D0ACB6;
}
.TagClassName
{
border-color: #D0ACB6;
}
</style>