Shades of Blossom #DCB5BA
Tints of Blossom #DCB5BA
RGB
CMYK
RGB Variations
Color information
#DCB5BA (or 0xDCB5BA) is known color: Blossom. HEX triplet: DC, B5 and BA. RGB value is (220,181,186). Sum of RGB (Red+Green+Blue) = 220+181+186=587 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.48% from 587); Green value is 181 (71.09% from 255 or 30.83% from 587); Blue value is 186 (73.05% from 255 or 31.69% from 587); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB5BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB5BA is #234A45. Grayscale: #C1C1C1. Windows color (decimal): -2312774 or 12236252. OLE color: 12236252.
HSL color Cylindrical-coordinate representation of color #DCB5BA: hue angle of 352.31º degrees, saturation: 0.36, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DCB5BA is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 181 | 186 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.14 |
| HSL | 352.31º | 0.36% | 0.79% | - |
| HSV(B) | 352.31º | 0.18% | 0.86% | - |
| XYZ | 54.9 | 51.81 | 53.56 | - |
| YUV | 193.23 | 123.92 | 147.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 181 | 186 | 0 | 0.18 | 0.15 | 0.14 | 352.31 | 0.36 | 0.79 |
| Hex | DC | B5 | BA | 0 | 12 | F | E | 160 | 24 | 4F |
| Octal | 334 | 265 | 272 | 0 | 22 | 17 | 16 | 540 | 44 | 117 |
| Binary | 11011100 | 10110101 | 10111010 | 0 | 10010 | 1111 | 1110 | 101100000 | 100100 | 1001111 |
Color Harmonies of #DCB5BA
Complementary color
Monochromatic Colors of #DCB5BA
Black with #DCB5BA
Text Example
Text Example
White with #DCB5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB5BA; }
p { color: rgb(220,181,186); }
H1.HeaderClassName
{
color: #DCB5BA;
}
.AnyTagClassName
{
color: #DCB5BA;
}
</style>
background-color css
<style>
a { background-color: #DCB5BA; }
a { background-color: rgb(220,181,186); }
div.DivClassName
{
background-color: #DCB5BA;
}
.BgClassName
{
background-color: #DCB5BA;
}
</style>
border-color css
<style>
span { border-color: #DCB5BA; }
span { border-color: rgb(220,181,186); }
td.TdClassName
{
border-color: #DCB5BA;
}
.TagClassName
{
border-color: #DCB5BA;
}
</style>