Shades of Blossom #DBAFB5
Tints of Blossom #DBAFB5
RGB
CMYK
RGB Variations
Color information
#DBAFB5 (or 0xDBAFB5) is known color: Blossom. HEX triplet: DB, AF and B5. RGB value is (219,175,181). Sum of RGB (Red+Green+Blue) = 219+175+181=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 175 (68.75% from 255 or 30.43% from 575); Blue value is 181 (71.09% from 255 or 31.48% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAFB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAFB5 is #24504A. Grayscale: #BCBCBC. Windows color (decimal): -2379851 or 11907035. OLE color: 11907035.
HSL color Cylindrical-coordinate representation of color #DBAFB5: hue angle of 351.82º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DBAFB5 is Cyan = 0, Magento = 0.20, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 175 | 181 | - |
| CMYK | 0 | 0.20 | 0.17 | 0.14 |
| HSL | 351.82º | 0.38% | 0.77% | - |
| HSV(B) | 351.82º | 0.2% | 0.86% | - |
| XYZ | 52.88 | 49.06 | 50.4 | - |
| YUV | 188.84 | 123.58 | 149.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 175 | 181 | 0 | 0.20 | 0.17 | 0.14 | 351.82 | 0.38 | 0.77 |
| Hex | DB | AF | B5 | 0 | 14 | 11 | E | 160 | 26 | 4D |
| Octal | 333 | 257 | 265 | 0 | 24 | 21 | 16 | 540 | 46 | 115 |
| Binary | 11011011 | 10101111 | 10110101 | 0 | 10100 | 10001 | 1110 | 101100000 | 100110 | 1001101 |
Color Harmonies of #DBAFB5
Complementary color
Monochromatic Colors of #DBAFB5
Black with #DBAFB5
Text Example
Text Example
White with #DBAFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAFB5; }
p { color: rgb(219,175,181); }
H1.HeaderClassName
{
color: #DBAFB5;
}
.AnyTagClassName
{
color: #DBAFB5;
}
</style>
background-color css
<style>
a { background-color: #DBAFB5; }
a { background-color: rgb(219,175,181); }
div.DivClassName
{
background-color: #DBAFB5;
}
.BgClassName
{
background-color: #DBAFB5;
}
</style>
border-color css
<style>
span { border-color: #DBAFB5; }
span { border-color: rgb(219,175,181); }
td.TdClassName
{
border-color: #DBAFB5;
}
.TagClassName
{
border-color: #DBAFB5;
}
</style>