Shades of Blossom #D9ACB4
Tints of Blossom #D9ACB4
RGB
CMYK
RGB Variations
Color information
#D9ACB4 (or 0xD9ACB4) is known color: Blossom. HEX triplet: D9, AC and B4. RGB value is (217,172,180). Sum of RGB (Red+Green+Blue) = 217+172+180=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 180 (70.70% from 255 or 31.63% from 569); Max value from RGB is 217 - color contains mainly: red. Hex color #D9ACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9ACB4 is #26534B. Grayscale: #BABABA. Windows color (decimal): -2511692 or 11840729. OLE color: 11840729.
HSL color Cylindrical-coordinate representation of color #D9ACB4: hue angle of 349.33º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9ACB4 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 172 | 180 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.15 |
| HSL | 349.33º | 0.37% | 0.76% | - |
| HSV(B) | 349.33º | 0.21% | 0.85% | - |
| XYZ | 51.61 | 47.55 | 49.64 | - |
| YUV | 186.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 172 | 180 | 0 | 0.21 | 0.17 | 0.15 | 349.33 | 0.37 | 0.76 |
| Hex | D9 | AC | B4 | 0 | 15 | 11 | F | 15D | 25 | 4C |
| Octal | 331 | 254 | 264 | 0 | 25 | 21 | 17 | 535 | 45 | 114 |
| Binary | 11011001 | 10101100 | 10110100 | 0 | 10101 | 10001 | 1111 | 101011101 | 100101 | 1001100 |
Color Harmonies of #D9ACB4
Complementary color
Monochromatic Colors of #D9ACB4
Black with #D9ACB4
Text Example
Text Example
White with #D9ACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9ACB4; }
p { color: rgb(217,172,180); }
H1.HeaderClassName
{
color: #D9ACB4;
}
.AnyTagClassName
{
color: #D9ACB4;
}
</style>
background-color css
<style>
a { background-color: #D9ACB4; }
a { background-color: rgb(217,172,180); }
div.DivClassName
{
background-color: #D9ACB4;
}
.BgClassName
{
background-color: #D9ACB4;
}
</style>
border-color css
<style>
span { border-color: #D9ACB4; }
span { border-color: rgb(217,172,180); }
td.TdClassName
{
border-color: #D9ACB4;
}
.TagClassName
{
border-color: #D9ACB4;
}
</style>