Shades of Blossom #D3ADB7
Tints of Blossom #D3ADB7
RGB
CMYK
RGB Variations
Color information
#D3ADB7 (or 0xD3ADB7) is known color: Blossom. HEX triplet: D3, AD and B7. RGB value is (211,173,183). Sum of RGB (Red+Green+Blue) = 211+173+183=567 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.21% from 567); Green value is 173 (67.97% from 255 or 30.51% from 567); Blue value is 183 (71.88% from 255 or 32.28% from 567); Max value from RGB is 211 - color contains mainly: red. Hex color #D3ADB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D3ADB7 is #2C5248. Grayscale: #B9B9B9. Windows color (decimal): -2904649 or 12037587. OLE color: 12037587.
HSL color Cylindrical-coordinate representation of color #D3ADB7: hue angle of 344.21º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3ADB7 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 173 | 183 | - |
| CMYK | 0 | 0.18 | 0.13 | 0.17 |
| HSL | 344.21º | 0.3% | 0.75% | - |
| HSV(B) | 344.21º | 0.18% | 0.83% | - |
| XYZ | 50.35 | 47.15 | 51.25 | - |
| YUV | 185.5 | 126.59 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 173 | 183 | 0 | 0.18 | 0.13 | 0.17 | 344.21 | 0.3 | 0.75 |
| Hex | D3 | AD | B7 | 0 | 12 | D | 11 | 158 | 1E | 4B |
| Octal | 323 | 255 | 267 | 0 | 22 | 15 | 21 | 530 | 36 | 113 |
| Binary | 11010011 | 10101101 | 10110111 | 0 | 10010 | 1101 | 10001 | 101011000 | 11110 | 1001011 |
Color Harmonies of #D3ADB7
Complementary color
Monochromatic Colors of #D3ADB7
Black with #D3ADB7
Text Example
Text Example
White with #D3ADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ADB7; }
p { color: rgb(211,173,183); }
H1.HeaderClassName
{
color: #D3ADB7;
}
.AnyTagClassName
{
color: #D3ADB7;
}
</style>
background-color css
<style>
a { background-color: #D3ADB7; }
a { background-color: rgb(211,173,183); }
div.DivClassName
{
background-color: #D3ADB7;
}
.BgClassName
{
background-color: #D3ADB7;
}
</style>
border-color css
<style>
span { border-color: #D3ADB7; }
span { border-color: rgb(211,173,183); }
td.TdClassName
{
border-color: #D3ADB7;
}
.TagClassName
{
border-color: #D3ADB7;
}
</style>