Shades of Blossom #DBADB8
Tints of Blossom #DBADB8
RGB
CMYK
RGB Variations
Color information
#DBADB8 (or 0xDBADB8) is known color: Blossom. HEX triplet: DB, AD and B8. RGB value is (219,173,184). Sum of RGB (Red+Green+Blue) = 219+173+184=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 173 (67.97% from 255 or 30.03% from 576); Blue value is 184 (72.27% from 255 or 31.94% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBADB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBADB8 is #245247. Grayscale: #BCBCBC. Windows color (decimal): -2380360 or 12103131. OLE color: 12103131.
HSL color Cylindrical-coordinate representation of color #DBADB8: hue angle of 345.65º 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 #DBADB8 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 173 | 184 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.14 |
| HSL | 345.65º | 0.39% | 0.77% | - |
| HSV(B) | 345.65º | 0.21% | 0.86% | - |
| XYZ | 52.81 | 48.41 | 51.91 | - |
| YUV | 188.01 | 125.74 | 150.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 173 | 184 | 0 | 0.21 | 0.16 | 0.14 | 345.65 | 0.39 | 0.77 |
| Hex | DB | AD | B8 | 0 | 15 | 10 | E | 15A | 27 | 4D |
| Octal | 333 | 255 | 270 | 0 | 25 | 20 | 16 | 532 | 47 | 115 |
| Binary | 11011011 | 10101101 | 10111000 | 0 | 10101 | 10000 | 1110 | 101011010 | 100111 | 1001101 |
Color Harmonies of #DBADB8
Complementary color
Monochromatic Colors of #DBADB8
Black with #DBADB8
Text Example
Text Example
White with #DBADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBADB8; }
p { color: rgb(219,173,184); }
H1.HeaderClassName
{
color: #DBADB8;
}
.AnyTagClassName
{
color: #DBADB8;
}
</style>
background-color css
<style>
a { background-color: #DBADB8; }
a { background-color: rgb(219,173,184); }
div.DivClassName
{
background-color: #DBADB8;
}
.BgClassName
{
background-color: #DBADB8;
}
</style>
border-color css
<style>
span { border-color: #DBADB8; }
span { border-color: rgb(219,173,184); }
td.TdClassName
{
border-color: #DBADB8;
}
.TagClassName
{
border-color: #DBADB8;
}
</style>