Shades of Blossom #D9AFB6
Tints of Blossom #D9AFB6
RGB
CMYK
RGB Variations
Color information
#D9AFB6 (or 0xD9AFB6) is known color: Blossom. HEX triplet: D9, AF and B6. RGB value is (217,175,182). Sum of RGB (Red+Green+Blue) = 217+175+182=574 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.80% from 574); Green value is 175 (68.75% from 255 or 30.49% from 574); Blue value is 182 (71.48% from 255 or 31.71% from 574); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AFB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AFB6 is #265049. Grayscale: #BCBCBC. Windows color (decimal): -2510922 or 11972569. OLE color: 11972569.
HSL color Cylindrical-coordinate representation of color #D9AFB6: hue angle of 350º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D9AFB6 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 175 | 182 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.15 |
| HSL | 350º | 0.36% | 0.77% | - |
| HSV(B) | 350º | 0.19% | 0.85% | - |
| XYZ | 52.39 | 48.79 | 50.91 | - |
| YUV | 188.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 175 | 182 | 0 | 0.19 | 0.16 | 0.15 | 350 | 0.36 | 0.77 |
| Hex | D9 | AF | B6 | 0 | 13 | 10 | F | 15E | 24 | 4D |
| Octal | 331 | 257 | 266 | 0 | 23 | 20 | 17 | 536 | 44 | 115 |
| Binary | 11011001 | 10101111 | 10110110 | 0 | 10011 | 10000 | 1111 | 101011110 | 100100 | 1001101 |
Color Harmonies of #D9AFB6
Complementary color
Monochromatic Colors of #D9AFB6
Black with #D9AFB6
Text Example
Text Example
White with #D9AFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AFB6; }
p { color: rgb(217,175,182); }
H1.HeaderClassName
{
color: #D9AFB6;
}
.AnyTagClassName
{
color: #D9AFB6;
}
</style>
background-color css
<style>
a { background-color: #D9AFB6; }
a { background-color: rgb(217,175,182); }
div.DivClassName
{
background-color: #D9AFB6;
}
.BgClassName
{
background-color: #D9AFB6;
}
</style>
border-color css
<style>
span { border-color: #D9AFB6; }
span { border-color: rgb(217,175,182); }
td.TdClassName
{
border-color: #D9AFB6;
}
.TagClassName
{
border-color: #D9AFB6;
}
</style>