Shades of Blossom #D9AAB2
Tints of Blossom #D9AAB2
RGB
CMYK
RGB Variations
Color information
#D9AAB2 (or 0xD9AAB2) is known color: Blossom. HEX triplet: D9, AA and B2. RGB value is (217,170,178). Sum of RGB (Red+Green+Blue) = 217+170+178=565 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.41% from 565); Green value is 170 (66.80% from 255 or 30.09% from 565); Blue value is 178 (69.92% from 255 or 31.50% from 565); Max value from RGB is 217 - color contains mainly: red. Hex color #D9AAB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D9AAB2 is #26554D. Grayscale: #B8B8B8. Windows color (decimal): -2512206 or 11709145. OLE color: 11709145.
HSL color Cylindrical-coordinate representation of color #D9AAB2: hue angle of 349.79º 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 #D9AAB2 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 170 | 178 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.15 |
| HSL | 349.79º | 0.38% | 0.76% | - |
| HSV(B) | 349.79º | 0.22% | 0.85% | - |
| XYZ | 51.03 | 46.72 | 48.45 | - |
| YUV | 184.97 | 124.07 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 170 | 178 | 0 | 0.22 | 0.18 | 0.15 | 349.79 | 0.38 | 0.76 |
| Hex | D9 | AA | B2 | 0 | 16 | 12 | F | 15E | 26 | 4C |
| Octal | 331 | 252 | 262 | 0 | 26 | 22 | 17 | 536 | 46 | 114 |
| Binary | 11011001 | 10101010 | 10110010 | 0 | 10110 | 10010 | 1111 | 101011110 | 100110 | 1001100 |
Color Harmonies of #D9AAB2
Complementary color
Monochromatic Colors of #D9AAB2
Black with #D9AAB2
Text Example
Text Example
White with #D9AAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9AAB2; }
p { color: rgb(217,170,178); }
H1.HeaderClassName
{
color: #D9AAB2;
}
.AnyTagClassName
{
color: #D9AAB2;
}
</style>
background-color css
<style>
a { background-color: #D9AAB2; }
a { background-color: rgb(217,170,178); }
div.DivClassName
{
background-color: #D9AAB2;
}
.BgClassName
{
background-color: #D9AAB2;
}
</style>
border-color css
<style>
span { border-color: #D9AAB2; }
span { border-color: rgb(217,170,178); }
td.TdClassName
{
border-color: #D9AAB2;
}
.TagClassName
{
border-color: #D9AAB2;
}
</style>