Shades of Blossom #DCB1BA
Tints of Blossom #DCB1BA
RGB
CMYK
RGB Variations
Color information
#DCB1BA (or 0xDCB1BA) is known color: Blossom. HEX triplet: DC, B1 and BA. RGB value is (220,177,186). Sum of RGB (Red+Green+Blue) = 220+177+186=583 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.74% from 583); Green value is 177 (69.53% from 255 or 30.36% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB1BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB1BA is #234E45. Grayscale: #BEBEBE. Windows color (decimal): -2313798 or 12235228. OLE color: 12235228.
HSL color Cylindrical-coordinate representation of color #DCB1BA: hue angle of 347.44º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DCB1BA is Cyan = 0, Magento = 0.20, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 177 | 186 | - |
| CMYK | 0 | 0.20 | 0.15 | 0.14 |
| HSL | 347.44º | 0.38% | 0.78% | - |
| HSV(B) | 347.44º | 0.2% | 0.86% | - |
| XYZ | 54.1 | 50.21 | 53.29 | - |
| YUV | 190.88 | 125.25 | 148.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 177 | 186 | 0 | 0.20 | 0.15 | 0.14 | 347.44 | 0.38 | 0.78 |
| Hex | DC | B1 | BA | 0 | 14 | F | E | 15B | 26 | 4E |
| Octal | 334 | 261 | 272 | 0 | 24 | 17 | 16 | 533 | 46 | 116 |
| Binary | 11011100 | 10110001 | 10111010 | 0 | 10100 | 1111 | 1110 | 101011011 | 100110 | 1001110 |
Color Harmonies of #DCB1BA
Complementary color
Monochromatic Colors of #DCB1BA
Black with #DCB1BA
Text Example
Text Example
White with #DCB1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB1BA; }
p { color: rgb(220,177,186); }
H1.HeaderClassName
{
color: #DCB1BA;
}
.AnyTagClassName
{
color: #DCB1BA;
}
</style>
background-color css
<style>
a { background-color: #DCB1BA; }
a { background-color: rgb(220,177,186); }
div.DivClassName
{
background-color: #DCB1BA;
}
.BgClassName
{
background-color: #DCB1BA;
}
</style>
border-color css
<style>
span { border-color: #DCB1BA; }
span { border-color: rgb(220,177,186); }
td.TdClassName
{
border-color: #DCB1BA;
}
.TagClassName
{
border-color: #DCB1BA;
}
</style>