Shades of Blossom #DBACB5
Tints of Blossom #DBACB5
RGB
CMYK
RGB Variations
Color information
#DBACB5 (or 0xDBACB5) is known color: Blossom. HEX triplet: DB, AC and B5. RGB value is (219,172,181). Sum of RGB (Red+Green+Blue) = 219+172+181=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 172 (67.58% from 255 or 30.07% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DBACB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBACB5 is #24534A. Grayscale: #BBBBBB. Windows color (decimal): -2380619 or 11906267. OLE color: 11906267.
HSL color Cylindrical-coordinate representation of color #DBACB5: hue angle of 348.51º 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 #DBACB5 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 172 | 181 | - |
CMYK | 0 | 0.21 | 0.17 | 0.14 |
HSL | 348.51º | 0.39% | 0.77% | - |
HSV(B) | 348.51º | 0.21% | 0.86% | - |
XYZ | 52.31 | 47.9 | 50.21 | - |
YUV | 187.08 | 124.57 | 150.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 172 | 181 | 0 | 0.21 | 0.17 | 0.14 | 348.51 | 0.39 | 0.77 |
Hex | DB | AC | B5 | 0 | 15 | 11 | E | 15D | 27 | 4D |
Octal | 333 | 254 | 265 | 0 | 25 | 21 | 16 | 535 | 47 | 115 |
Binary | 11011011 | 10101100 | 10110101 | 0 | 10101 | 10001 | 1110 | 101011101 | 100111 | 1001101 |
Color Harmonies of #DBACB5
Complementary color
Monochromatic Colors of #DBACB5
Black with #DBACB5
Text Example
Text Example
White with #DBACB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBACB5; }
p { color: rgb(219,172,181); }
H1.HeaderClassName
{
color: #DBACB5;
}
.AnyTagClassName
{
color: #DBACB5;
}
</style>
background-color css
<style>
a { background-color: #DBACB5; }
a { background-color: rgb(219,172,181); }
div.DivClassName
{
background-color: #DBACB5;
}
.BgClassName
{
background-color: #DBACB5;
}
</style>
border-color css
<style>
span { border-color: #DBACB5; }
span { border-color: rgb(219,172,181); }
td.TdClassName
{
border-color: #DBACB5;
}
.TagClassName
{
border-color: #DBACB5;
}
</style>