Shades of Blossom #D7ADB5
Tints of Blossom #D7ADB5
RGB
CMYK
RGB Variations
Color information
#D7ADB5 (or 0xD7ADB5) is known color: Blossom. HEX triplet: D7, AD and B5. RGB value is (215,173,181). Sum of RGB (Red+Green+Blue) = 215+173+181=569 (75% of max value = 765). Red value is 215 (84.38% from 255 or 37.79% from 569); Green value is 173 (67.97% from 255 or 30.40% from 569); Blue value is 181 (71.09% from 255 or 31.81% from 569); Max value from RGB is 215 - color contains mainly: red. Hex color #D7ADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D7ADB5 is #28524A. Grayscale: #BABABA. Windows color (decimal): -2642507 or 11906519. OLE color: 11906519.
HSL color Cylindrical-coordinate representation of color #D7ADB5: hue angle of 348.57º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7ADB5 is Cyan = 0, Magento = 0.20, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 173 | 181 | - |
| CMYK | 0 | 0.20 | 0.16 | 0.16 |
| HSL | 348.57º | 0.34% | 0.76% | - |
| HSV(B) | 348.57º | 0.2% | 0.84% | - |
| XYZ | 51.31 | 47.67 | 50.21 | - |
| YUV | 186.47 | 124.91 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 173 | 181 | 0 | 0.20 | 0.16 | 0.16 | 348.57 | 0.34 | 0.76 |
| Hex | D7 | AD | B5 | 0 | 14 | 10 | 10 | 15D | 22 | 4C |
| Octal | 327 | 255 | 265 | 0 | 24 | 20 | 20 | 535 | 42 | 114 |
| Binary | 11010111 | 10101101 | 10110101 | 0 | 10100 | 10000 | 10000 | 101011101 | 100010 | 1001100 |
Color Harmonies of #D7ADB5
Complementary color
Monochromatic Colors of #D7ADB5
Black with #D7ADB5
Text Example
Text Example
White with #D7ADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7ADB5; }
p { color: rgb(215,173,181); }
H1.HeaderClassName
{
color: #D7ADB5;
}
.AnyTagClassName
{
color: #D7ADB5;
}
</style>
background-color css
<style>
a { background-color: #D7ADB5; }
a { background-color: rgb(215,173,181); }
div.DivClassName
{
background-color: #D7ADB5;
}
.BgClassName
{
background-color: #D7ADB5;
}
</style>
border-color css
<style>
span { border-color: #D7ADB5; }
span { border-color: rgb(215,173,181); }
td.TdClassName
{
border-color: #D7ADB5;
}
.TagClassName
{
border-color: #D7ADB5;
}
</style>