Shades of Blossom #DBA8B4
Tints of Blossom #DBA8B4
RGB
CMYK
RGB Variations
Color information
#DBA8B4 (or 0xDBA8B4) is known color: Blossom. HEX triplet: DB, A8 and B4. RGB value is (219,168,180). Sum of RGB (Red+Green+Blue) = 219+168+180=567 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.62% from 567); Green value is 168 (66.02% from 255 or 29.63% from 567); Blue value is 180 (70.70% from 255 or 31.75% from 567); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA8B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA8B4 is #24574B. Grayscale: #B8B8B8. Windows color (decimal): -2381644 or 11839707. OLE color: 11839707.
HSL color Cylindrical-coordinate representation of color #DBA8B4: hue angle of 345.88º 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 #DBA8B4 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 168 | 180 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.14 |
| HSL | 345.88º | 0.41% | 0.76% | - |
| HSV(B) | 345.88º | 0.23% | 0.86% | - |
| XYZ | 51.45 | 46.36 | 49.42 | - |
| YUV | 184.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 168 | 180 | 0 | 0.23 | 0.18 | 0.14 | 345.88 | 0.41 | 0.76 |
| Hex | DB | A8 | B4 | 0 | 17 | 12 | E | 15A | 29 | 4C |
| Octal | 333 | 250 | 264 | 0 | 27 | 22 | 16 | 532 | 51 | 114 |
| Binary | 11011011 | 10101000 | 10110100 | 0 | 10111 | 10010 | 1110 | 101011010 | 101001 | 1001100 |
Color Harmonies of #DBA8B4
Complementary color
Monochromatic Colors of #DBA8B4
Black with #DBA8B4
Text Example
Text Example
White with #DBA8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA8B4; }
p { color: rgb(219,168,180); }
H1.HeaderClassName
{
color: #DBA8B4;
}
.AnyTagClassName
{
color: #DBA8B4;
}
</style>
background-color css
<style>
a { background-color: #DBA8B4; }
a { background-color: rgb(219,168,180); }
div.DivClassName
{
background-color: #DBA8B4;
}
.BgClassName
{
background-color: #DBA8B4;
}
</style>
border-color css
<style>
span { border-color: #DBA8B4; }
span { border-color: rgb(219,168,180); }
td.TdClassName
{
border-color: #DBA8B4;
}
.TagClassName
{
border-color: #DBA8B4;
}
</style>