Shades of Blossom #DBA7B3
Tints of Blossom #DBA7B3
RGB
CMYK
RGB Variations
Color information
#DBA7B3 (or 0xDBA7B3) is known color: Blossom. HEX triplet: DB, A7 and B3. RGB value is (219,167,179). Sum of RGB (Red+Green+Blue) = 219+167+179=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 167 (65.62% from 255 or 29.56% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBA7B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBA7B3 is #24584C. Grayscale: #B7B7B7. Windows color (decimal): -2381901 or 11773915. OLE color: 11773915.
HSL color Cylindrical-coordinate representation of color #DBA7B3: hue angle of 346.15º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #DBA7B3 is Cyan = 0, Magento = 0.24, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 167 | 179 | - |
| CMYK | 0 | 0.24 | 0.18 | 0.14 |
| HSL | 346.15º | 0.42% | 0.76% | - |
| HSV(B) | 346.15º | 0.24% | 0.86% | - |
| XYZ | 51.17 | 45.95 | 48.82 | - |
| YUV | 183.92 | 125.23 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 167 | 179 | 0 | 0.24 | 0.18 | 0.14 | 346.15 | 0.42 | 0.76 |
| Hex | DB | A7 | B3 | 0 | 18 | 12 | E | 15A | 2A | 4C |
| Octal | 333 | 247 | 263 | 0 | 30 | 22 | 16 | 532 | 52 | 114 |
| Binary | 11011011 | 10100111 | 10110011 | 0 | 11000 | 10010 | 1110 | 101011010 | 101010 | 1001100 |
Color Harmonies of #DBA7B3
Complementary color
Monochromatic Colors of #DBA7B3
Black with #DBA7B3
Text Example
Text Example
White with #DBA7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBA7B3; }
p { color: rgb(219,167,179); }
H1.HeaderClassName
{
color: #DBA7B3;
}
.AnyTagClassName
{
color: #DBA7B3;
}
</style>
background-color css
<style>
a { background-color: #DBA7B3; }
a { background-color: rgb(219,167,179); }
div.DivClassName
{
background-color: #DBA7B3;
}
.BgClassName
{
background-color: #DBA7B3;
}
</style>
border-color css
<style>
span { border-color: #DBA7B3; }
span { border-color: rgb(219,167,179); }
td.TdClassName
{
border-color: #DBA7B3;
}
.TagClassName
{
border-color: #DBA7B3;
}
</style>