Shades of Blossom #DBADB7
Tints of Blossom #DBADB7
RGB
CMYK
RGB Variations
Color information
#DBADB7 (or 0xDBADB7) is known color: Blossom. HEX triplet: DB, AD and B7. RGB value is (219,173,183). Sum of RGB (Red+Green+Blue) = 219+173+183=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 183 (71.88% from 255 or 31.83% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADB7 is #245248. Grayscale: #BBBBBB. Windows color (decimal): -2380361 or 12037595. OLE color: 12037595.
HSL color Cylindrical-coordinate representation of color #DBADB7: hue angle of 346.96º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBADB7 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 183 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.14 |
| HSL | 346.96º | 0.39% | 0.77% | - |
| HSV(B) | 346.96º | 0.21% | 0.86% | - |
| XYZ | 52.7 | 48.37 | 51.36 | - |
| YUV | 187.89 | 125.24 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 183 | 0 | 0.21 | 0.16 | 0.14 | 346.96 | 0.39 | 0.77 |
| Hex | DB | AD | B7 | 0 | 15 | 10 | E | 15B | 27 | 4D |
| Octal | 333 | 255 | 267 | 0 | 25 | 20 | 16 | 533 | 47 | 115 |
| Binary | 11011011 | 10101101 | 10110111 | 0 | 10101 | 10000 | 1110 | 101011011 | 100111 | 1001101 |
Color Harmonies of #DBADB7
Complementary color
Monochromatic Colors of #DBADB7
Black with #DBADB7
Text Example
Text Example
White with #DBADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADB7; }
p { color: rgb(219,173,183); }
H1.HeaderClassName
{
color: #DBADB7;
}
.AnyTagClassName
{
color: #DBADB7;
}
</style>
background-color css
<style>
a { background-color: #DBADB7; }
a { background-color: rgb(219,173,183); }
div.DivClassName
{
background-color: #DBADB7;
}
.BgClassName
{
background-color: #DBADB7;
}
</style>
border-color css
<style>
span { border-color: #DBADB7; }
span { border-color: rgb(219,173,183); }
td.TdClassName
{
border-color: #DBADB7;
}
.TagClassName
{
border-color: #DBADB7;
}
</style>