Shades of Blossom #D7AAB5
Tints of Blossom #D7AAB5
RGB
CMYK
RGB Variations
Color information
#D7AAB5 (or 0xD7AAB5) is known color: Blossom. HEX triplet: D7, AA and B5. RGB value is (215,170,181). Sum of RGB (Red+Green+Blue) = 215+170+181=566 (74% of max value = 765). Red value is 215 (84.38% from 255 or 37.99% from 566); Green value is 170 (66.80% from 255 or 30.04% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 215 - color contains mainly: red. Hex color #D7AAB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7AAB5 is #28554A. Grayscale: #B8B8B8. Windows color (decimal): -2643275 or 11905751. OLE color: 11905751.
HSL color Cylindrical-coordinate representation of color #D7AAB5: hue angle of 345.33º 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 #D7AAB5 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 170 | 181 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.16 |
| HSL | 345.33º | 0.36% | 0.75% | - |
| HSV(B) | 345.33º | 0.21% | 0.84% | - |
| XYZ | 50.74 | 46.53 | 50.02 | - |
| YUV | 184.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 170 | 181 | 0 | 0.21 | 0.16 | 0.16 | 345.33 | 0.36 | 0.75 |
| Hex | D7 | AA | B5 | 0 | 15 | 10 | 10 | 159 | 24 | 4B |
| Octal | 327 | 252 | 265 | 0 | 25 | 20 | 20 | 531 | 44 | 113 |
| Binary | 11010111 | 10101010 | 10110101 | 0 | 10101 | 10000 | 10000 | 101011001 | 100100 | 1001011 |
Color Harmonies of #D7AAB5
Complementary color
Monochromatic Colors of #D7AAB5
Black with #D7AAB5
Text Example
Text Example
White with #D7AAB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7AAB5; }
p { color: rgb(215,170,181); }
H1.HeaderClassName
{
color: #D7AAB5;
}
.AnyTagClassName
{
color: #D7AAB5;
}
</style>
background-color css
<style>
a { background-color: #D7AAB5; }
a { background-color: rgb(215,170,181); }
div.DivClassName
{
background-color: #D7AAB5;
}
.BgClassName
{
background-color: #D7AAB5;
}
</style>
border-color css
<style>
span { border-color: #D7AAB5; }
span { border-color: rgb(215,170,181); }
td.TdClassName
{
border-color: #D7AAB5;
}
.TagClassName
{
border-color: #D7AAB5;
}
</style>