Shades of Blossom #D9AAB3
Tints of Blossom #D9AAB3
RGB
CMYK
RGB Variations
Color information
#D9AAB3 (or 0xD9AAB3) is known color: Blossom. HEX triplet: D9, AA and B3. RGB value is (217,170,179). Sum of RGB (Red+Green+Blue) = 217+170+179=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 179 (70.31% from 255 or 31.63% from 566); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9AAB3 is #26554C. Grayscale: #B9B9B9. Windows color (decimal): -2512205 or 11774681. OLE color: 11774681.
HSL color Cylindrical-coordinate representation of color #D9AAB3: hue angle of 348.51º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D9AAB3 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 170 | 179 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.15 |
| HSL | 348.51º | 0.38% | 0.76% | - |
| HSV(B) | 348.51º | 0.22% | 0.85% | - |
| XYZ | 51.13 | 46.76 | 48.98 | - |
| YUV | 185.08 | 124.57 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 170 | 179 | 0 | 0.22 | 0.18 | 0.15 | 348.51 | 0.38 | 0.76 |
| Hex | D9 | AA | B3 | 0 | 16 | 12 | F | 15D | 26 | 4C |
| Octal | 331 | 252 | 263 | 0 | 26 | 22 | 17 | 535 | 46 | 114 |
| Binary | 11011001 | 10101010 | 10110011 | 0 | 10110 | 10010 | 1111 | 101011101 | 100110 | 1001100 |
Color Harmonies of #D9AAB3
Complementary color
Monochromatic Colors of #D9AAB3
Black with #D9AAB3
Text Example
Text Example
White with #D9AAB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AAB3; }
p { color: rgb(217,170,179); }
H1.HeaderClassName
{
color: #D9AAB3;
}
.AnyTagClassName
{
color: #D9AAB3;
}
</style>
background-color css
<style>
a { background-color: #D9AAB3; }
a { background-color: rgb(217,170,179); }
div.DivClassName
{
background-color: #D9AAB3;
}
.BgClassName
{
background-color: #D9AAB3;
}
</style>
border-color css
<style>
span { border-color: #D9AAB3; }
span { border-color: rgb(217,170,179); }
td.TdClassName
{
border-color: #D9AAB3;
}
.TagClassName
{
border-color: #D9AAB3;
}
</style>