Shades of Blossom #D7AAB6
Tints of Blossom #D7AAB6
RGB
CMYK
RGB Variations
Color information
#D7AAB6 (or 0xD7AAB6) is known color: Blossom. HEX triplet: D7, AA and B6. RGB value is (215,170,182). Sum of RGB (Red+Green+Blue) = 215+170+182=567 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.92% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 182 (71.48% from 255 or 32.10% from 567); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AAB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AAB6 is #285549. Grayscale: #B8B8B8. Windows color (decimal): -2643274 or 11971287. OLE color: 11971287.
HSL color Cylindrical-coordinate representation of color #D7AAB6: hue angle of 344º degrees, saturation: 0.36, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D7AAB6 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 170 | 182 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.16 |
| HSL | 344º | 0.36% | 0.75% | - |
| HSV(B) | 344º | 0.21% | 0.84% | - |
| XYZ | 50.84 | 46.57 | 50.57 | - |
| YUV | 184.82 | 126.41 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 170 | 182 | 0 | 0.21 | 0.15 | 0.16 | 344 | 0.36 | 0.75 |
| Hex | D7 | AA | B6 | 0 | 15 | F | 10 | 158 | 24 | 4B |
| Octal | 327 | 252 | 266 | 0 | 25 | 17 | 20 | 530 | 44 | 113 |
| Binary | 11010111 | 10101010 | 10110110 | 0 | 10101 | 1111 | 10000 | 101011000 | 100100 | 1001011 |
Color Harmonies of #D7AAB6
Complementary color
Monochromatic Colors of #D7AAB6
Black with #D7AAB6
Text Example
Text Example
White with #D7AAB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AAB6; }
p { color: rgb(215,170,182); }
H1.HeaderClassName
{
color: #D7AAB6;
}
.AnyTagClassName
{
color: #D7AAB6;
}
</style>
background-color css
<style>
a { background-color: #D7AAB6; }
a { background-color: rgb(215,170,182); }
div.DivClassName
{
background-color: #D7AAB6;
}
.BgClassName
{
background-color: #D7AAB6;
}
</style>
border-color css
<style>
span { border-color: #D7AAB6; }
span { border-color: rgb(215,170,182); }
td.TdClassName
{
border-color: #D7AAB6;
}
.TagClassName
{
border-color: #D7AAB6;
}
</style>