Shades of Blossom #D7A7B1
Tints of Blossom #D7A7B1
RGB
CMYK
RGB Variations
Color information
#D7A7B1 (or 0xD7A7B1) is known color: Blossom. HEX triplet: D7, A7 and B1. RGB value is (215,167,177). Sum of RGB (Red+Green+Blue) = 215+167+177=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 177 (69.53% from 255 or 31.66% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D7A7B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D7A7B1 is #28584E. Grayscale: #B6B6B6. Windows color (decimal): -2644047 or 11642839. OLE color: 11642839.
HSL color Cylindrical-coordinate representation of color #D7A7B1: hue angle of 347.5º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D7A7B1 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 167 | 177 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.16 |
| HSL | 347.5º | 0.38% | 0.75% | - |
| HSV(B) | 347.5º | 0.22% | 0.84% | - |
| XYZ | 49.78 | 45.26 | 47.71 | - |
| YUV | 182.49 | 124.9 | 151.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 167 | 177 | 0 | 0.22 | 0.18 | 0.16 | 347.5 | 0.38 | 0.75 |
| Hex | D7 | A7 | B1 | 0 | 16 | 12 | 10 | 15C | 26 | 4B |
| Octal | 327 | 247 | 261 | 0 | 26 | 22 | 20 | 534 | 46 | 113 |
| Binary | 11010111 | 10100111 | 10110001 | 0 | 10110 | 10010 | 10000 | 101011100 | 100110 | 1001011 |
Color Harmonies of #D7A7B1
Complementary color
Monochromatic Colors of #D7A7B1
Black with #D7A7B1
Text Example
Text Example
White with #D7A7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7A7B1; }
p { color: rgb(215,167,177); }
H1.HeaderClassName
{
color: #D7A7B1;
}
.AnyTagClassName
{
color: #D7A7B1;
}
</style>
background-color css
<style>
a { background-color: #D7A7B1; }
a { background-color: rgb(215,167,177); }
div.DivClassName
{
background-color: #D7A7B1;
}
.BgClassName
{
background-color: #D7A7B1;
}
</style>
border-color css
<style>
span { border-color: #D7A7B1; }
span { border-color: rgb(215,167,177); }
td.TdClassName
{
border-color: #D7A7B1;
}
.TagClassName
{
border-color: #D7A7B1;
}
</style>