Shades of Blossom #D3A7B1
Tints of Blossom #D3A7B1
RGB
CMYK
RGB Variations
Color information
#D3A7B1 (or 0xD3A7B1) is known color: Blossom. HEX triplet: D3, A7 and B1. RGB value is (211,167,177). Sum of RGB (Red+Green+Blue) = 211+167+177=555 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.02% from 555); Green value is 167 (65.62% from 255 or 30.09% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 211 - color contains mainly: red. Hex color #D3A7B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D3A7B1 is #2C584E. Grayscale: #B5B5B5. Windows color (decimal): -2906191 or 11642835. OLE color: 11642835.
HSL color Cylindrical-coordinate representation of color #D3A7B1: hue angle of 346.36º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D3A7B1 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 167 | 177 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.17 |
| HSL | 346.36º | 0.33% | 0.74% | - |
| HSV(B) | 346.36º | 0.21% | 0.83% | - |
| XYZ | 48.62 | 44.66 | 47.65 | - |
| YUV | 181.3 | 125.58 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 167 | 177 | 0 | 0.21 | 0.16 | 0.17 | 346.36 | 0.33 | 0.74 |
| Hex | D3 | A7 | B1 | 0 | 15 | 10 | 11 | 15A | 21 | 4A |
| Octal | 323 | 247 | 261 | 0 | 25 | 20 | 21 | 532 | 41 | 112 |
| Binary | 11010011 | 10100111 | 10110001 | 0 | 10101 | 10000 | 10001 | 101011010 | 100001 | 1001010 |
Color Harmonies of #D3A7B1
Complementary color
Monochromatic Colors of #D3A7B1
Black with #D3A7B1
Text Example
Text Example
White with #D3A7B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3A7B1; }
p { color: rgb(211,167,177); }
H1.HeaderClassName
{
color: #D3A7B1;
}
.AnyTagClassName
{
color: #D3A7B1;
}
</style>
background-color css
<style>
a { background-color: #D3A7B1; }
a { background-color: rgb(211,167,177); }
div.DivClassName
{
background-color: #D3A7B1;
}
.BgClassName
{
background-color: #D3A7B1;
}
</style>
border-color css
<style>
span { border-color: #D3A7B1; }
span { border-color: rgb(211,167,177); }
td.TdClassName
{
border-color: #D3A7B1;
}
.TagClassName
{
border-color: #D3A7B1;
}
</style>