Shades of Blossom #DBA8B5
Tints of Blossom #DBA8B5
RGB
CMYK
RGB Variations
Color information
#DBA8B5 (or 0xDBA8B5) is known color: Blossom. HEX triplet: DB, A8 and B5. RGB value is (219,168,181). Sum of RGB (Red+Green+Blue) = 219+168+181=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 168 (66.02% from 255 or 29.58% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA8B5 is #24574A. Grayscale: #B8B8B8. Windows color (decimal): -2381643 or 11905243. OLE color: 11905243.
HSL color Cylindrical-coordinate representation of color #DBA8B5: hue angle of 344.71º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBA8B5 is Cyan = 0, Magento = 0.23, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 181 | - |
| CMYK | 0 | 0.23 | 0.17 | 0.14 |
| HSL | 344.71º | 0.41% | 0.76% | - |
| HSV(B) | 344.71º | 0.23% | 0.86% | - |
| XYZ | 51.56 | 46.4 | 49.96 | - |
| YUV | 184.73 | 125.9 | 152.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 181 | 0 | 0.23 | 0.17 | 0.14 | 344.71 | 0.41 | 0.76 |
| Hex | DB | A8 | B5 | 0 | 17 | 11 | E | 159 | 29 | 4C |
| Octal | 333 | 250 | 265 | 0 | 27 | 21 | 16 | 531 | 51 | 114 |
| Binary | 11011011 | 10101000 | 10110101 | 0 | 10111 | 10001 | 1110 | 101011001 | 101001 | 1001100 |
Color Harmonies of #DBA8B5
Complementary color
Monochromatic Colors of #DBA8B5
Black with #DBA8B5
Text Example
Text Example
White with #DBA8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA8B5; }
p { color: rgb(219,168,181); }
H1.HeaderClassName
{
color: #DBA8B5;
}
.AnyTagClassName
{
color: #DBA8B5;
}
</style>
background-color css
<style>
a { background-color: #DBA8B5; }
a { background-color: rgb(219,168,181); }
div.DivClassName
{
background-color: #DBA8B5;
}
.BgClassName
{
background-color: #DBA8B5;
}
</style>
border-color css
<style>
span { border-color: #DBA8B5; }
span { border-color: rgb(219,168,181); }
td.TdClassName
{
border-color: #DBA8B5;
}
.TagClassName
{
border-color: #DBA8B5;
}
</style>