Shades of Blossom #DCB0BA
Tints of Blossom #DCB0BA
RGB
CMYK
RGB Variations
Color information
#DCB0BA (or 0xDCB0BA) is known color: Blossom. HEX triplet: DC, B0 and BA. RGB value is (220,176,186). Sum of RGB (Red+Green+Blue) = 220+176+186=582 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.80% from 582); Green value is 176 (69.14% from 255 or 30.24% from 582); Blue value is 186 (73.05% from 255 or 31.96% from 582); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB0BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB0BA is #234F45. Grayscale: #BEBEBE. Windows color (decimal): -2314054 or 12234972. OLE color: 12234972.
HSL color Cylindrical-coordinate representation of color #DCB0BA: hue angle of 346.36º degrees, saturation: 0.39, 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 #DCB0BA is Cyan = 0, Magento = 0.2, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 176 | 186 | - |
| CMYK | 0 | 0.2 | 0.15 | 0.14 |
| HSL | 346.36º | 0.39% | 0.78% | - |
| HSV(B) | 346.36º | 0.2% | 0.86% | - |
| XYZ | 53.9 | 49.81 | 53.23 | - |
| YUV | 190.3 | 125.58 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 176 | 186 | 0 | 0.2 | 0.15 | 0.14 | 346.36 | 0.39 | 0.78 |
| Hex | DC | B0 | BA | 0 | 14 | F | E | 15A | 27 | 4E |
| Octal | 334 | 260 | 272 | 0 | 24 | 17 | 16 | 532 | 47 | 116 |
| Binary | 11011100 | 10110000 | 10111010 | 0 | 10100 | 1111 | 1110 | 101011010 | 100111 | 1001110 |
Color Harmonies of #DCB0BA
Complementary color
Monochromatic Colors of #DCB0BA
Black with #DCB0BA
Text Example
Text Example
White with #DCB0BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB0BA; }
p { color: rgb(220,176,186); }
H1.HeaderClassName
{
color: #DCB0BA;
}
.AnyTagClassName
{
color: #DCB0BA;
}
</style>
background-color css
<style>
a { background-color: #DCB0BA; }
a { background-color: rgb(220,176,186); }
div.DivClassName
{
background-color: #DCB0BA;
}
.BgClassName
{
background-color: #DCB0BA;
}
</style>
border-color css
<style>
span { border-color: #DCB0BA; }
span { border-color: rgb(220,176,186); }
td.TdClassName
{
border-color: #DCB0BA;
}
.TagClassName
{
border-color: #DCB0BA;
}
</style>