Shades of Blossom #D1AAB6
Tints of Blossom #D1AAB6
RGB
CMYK
RGB Variations
Color information
#D1AAB6 (or 0xD1AAB6) is known color: Blossom. HEX triplet: D1, AA and B6. RGB value is (209,170,182). Sum of RGB (Red+Green+Blue) = 209+170+182=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 170 (66.80% from 255 or 30.30% from 561); Blue value is 182 (71.48% from 255 or 32.44% from 561); Max value from RGB is 209 - color contains mainly: red. Hex color #D1AAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1AAB6 is #2E5549. Grayscale: #B7B7B7. Windows color (decimal): -3036490 or 11971281. OLE color: 11971281.
HSL color Cylindrical-coordinate representation of color #D1AAB6: hue angle of 341.54º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1AAB6 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 170 | 182 | - |
| CMYK | 0 | 0.19 | 0.13 | 0.18 |
| HSL | 341.54º | 0.3% | 0.74% | - |
| HSV(B) | 341.54º | 0.19% | 0.82% | - |
| XYZ | 49.11 | 45.68 | 50.48 | - |
| YUV | 183.03 | 127.42 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 170 | 182 | 0 | 0.19 | 0.13 | 0.18 | 341.54 | 0.3 | 0.74 |
| Hex | D1 | AA | B6 | 0 | 13 | D | 12 | 156 | 1E | 4A |
| Octal | 321 | 252 | 266 | 0 | 23 | 15 | 22 | 526 | 36 | 112 |
| Binary | 11010001 | 10101010 | 10110110 | 0 | 10011 | 1101 | 10010 | 101010110 | 11110 | 1001010 |
Color Harmonies of #D1AAB6
Complementary color
Monochromatic Colors of #D1AAB6
Black with #D1AAB6
Text Example
Text Example
White with #D1AAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1AAB6; }
p { color: rgb(209,170,182); }
H1.HeaderClassName
{
color: #D1AAB6;
}
.AnyTagClassName
{
color: #D1AAB6;
}
</style>
background-color css
<style>
a { background-color: #D1AAB6; }
a { background-color: rgb(209,170,182); }
div.DivClassName
{
background-color: #D1AAB6;
}
.BgClassName
{
background-color: #D1AAB6;
}
</style>
border-color css
<style>
span { border-color: #D1AAB6; }
span { border-color: rgb(209,170,182); }
td.TdClassName
{
border-color: #D1AAB6;
}
.TagClassName
{
border-color: #D1AAB6;
}
</style>