Shades of Blossom #D9A6B3
Tints of Blossom #D9A6B3
RGB
CMYK
RGB Variations
Color information
#D9A6B3 (or 0xD9A6B3) is known color: Blossom. HEX triplet: D9, A6 and B3. RGB value is (217,166,179). Sum of RGB (Red+Green+Blue) = 217+166+179=562 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.61% from 562); Green value is 166 (65.23% from 255 or 29.54% from 562); Blue value is 179 (70.31% from 255 or 31.85% from 562); Max value from RGB is 217 - color contains mainly: red. Hex color #D9A6B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9A6B3 is #26594C. Grayscale: #B6B6B6. Windows color (decimal): -2513229 or 11773657. OLE color: 11773657.
HSL color Cylindrical-coordinate representation of color #D9A6B3: hue angle of 344.71º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9A6B3 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 166 | 179 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.15 |
| HSL | 344.71º | 0.4% | 0.75% | - |
| HSV(B) | 344.71º | 0.24% | 0.85% | - |
| XYZ | 50.39 | 45.28 | 48.73 | - |
| YUV | 182.73 | 125.9 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 166 | 179 | 0 | 0.24 | 0.18 | 0.15 | 344.71 | 0.4 | 0.75 |
| Hex | D9 | A6 | B3 | 0 | 18 | 12 | F | 159 | 28 | 4B |
| Octal | 331 | 246 | 263 | 0 | 30 | 22 | 17 | 531 | 50 | 113 |
| Binary | 11011001 | 10100110 | 10110011 | 0 | 11000 | 10010 | 1111 | 101011001 | 101000 | 1001011 |
Color Harmonies of #D9A6B3
Complementary color
Monochromatic Colors of #D9A6B3
Black with #D9A6B3
Text Example
Text Example
White with #D9A6B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9A6B3; }
p { color: rgb(217,166,179); }
H1.HeaderClassName
{
color: #D9A6B3;
}
.AnyTagClassName
{
color: #D9A6B3;
}
</style>
background-color css
<style>
a { background-color: #D9A6B3; }
a { background-color: rgb(217,166,179); }
div.DivClassName
{
background-color: #D9A6B3;
}
.BgClassName
{
background-color: #D9A6B3;
}
</style>
border-color css
<style>
span { border-color: #D9A6B3; }
span { border-color: rgb(217,166,179); }
td.TdClassName
{
border-color: #D9A6B3;
}
.TagClassName
{
border-color: #D9A6B3;
}
</style>