Shades of Blossom #D8AAB6
Tints of Blossom #D8AAB6
RGB
CMYK
RGB Variations
Color information
#D8AAB6 (or 0xD8AAB6) is known color: Blossom. HEX triplet: D8, AA and B6. RGB value is (216,170,182). Sum of RGB (Red+Green+Blue) = 216+170+182=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 170 (66.80% from 255 or 29.93% from 568); Blue value is 182 (71.48% from 255 or 32.04% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D8AAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D8AAB6 is #275549. Grayscale: #B9B9B9. Windows color (decimal): -2577738 or 11971288. OLE color: 11971288.
HSL color Cylindrical-coordinate representation of color #D8AAB6: hue angle of 344.35º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D8AAB6 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 170 | 182 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.15 |
| HSL | 344.35º | 0.37% | 0.76% | - |
| HSV(B) | 344.35º | 0.21% | 0.85% | - |
| XYZ | 51.14 | 46.73 | 50.58 | - |
| YUV | 185.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 170 | 182 | 0 | 0.21 | 0.16 | 0.15 | 344.35 | 0.37 | 0.76 |
| Hex | D8 | AA | B6 | 0 | 15 | 10 | F | 158 | 25 | 4C |
| Octal | 330 | 252 | 266 | 0 | 25 | 20 | 17 | 530 | 45 | 114 |
| Binary | 11011000 | 10101010 | 10110110 | 0 | 10101 | 10000 | 1111 | 101011000 | 100101 | 1001100 |
Color Harmonies of #D8AAB6
Complementary color
Monochromatic Colors of #D8AAB6
Black with #D8AAB6
Text Example
Text Example
White with #D8AAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AAB6; }
p { color: rgb(216,170,182); }
H1.HeaderClassName
{
color: #D8AAB6;
}
.AnyTagClassName
{
color: #D8AAB6;
}
</style>
background-color css
<style>
a { background-color: #D8AAB6; }
a { background-color: rgb(216,170,182); }
div.DivClassName
{
background-color: #D8AAB6;
}
.BgClassName
{
background-color: #D8AAB6;
}
</style>
border-color css
<style>
span { border-color: #D8AAB6; }
span { border-color: rgb(216,170,182); }
td.TdClassName
{
border-color: #D8AAB6;
}
.TagClassName
{
border-color: #D8AAB6;
}
</style>