Shades of Pink Flare #DCB7BA
Tints of Pink Flare #DCB7BA
RGB
CMYK
RGB Variations
Color information
#DCB7BA (or 0xDCB7BA) is known color: Pink Flare. HEX triplet: DC, B7 and BA. RGB value is (220,183,186). Sum of RGB (Red+Green+Blue) = 220+183+186=589 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.35% from 589); Green value is 183 (71.88% from 255 or 31.07% from 589); Blue value is 186 (73.05% from 255 or 31.58% from 589); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7BA is #234845. Grayscale: #C2C2C2. Windows color (decimal): -2312262 or 12236764. OLE color: 12236764.
HSL color Cylindrical-coordinate representation of color #DCB7BA: hue angle of 355.14º degrees, saturation: 0.35, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DCB7BA is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 186 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.14 |
| HSL | 355.14º | 0.35% | 0.79% | - |
| HSV(B) | 355.14º | 0.17% | 0.86% | - |
| XYZ | 55.31 | 52.63 | 53.7 | - |
| YUV | 194.41 | 123.26 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 186 | 0 | 0.17 | 0.15 | 0.14 | 355.14 | 0.35 | 0.79 |
| Hex | DC | B7 | BA | 0 | 11 | F | E | 163 | 23 | 4F |
| Octal | 334 | 267 | 272 | 0 | 21 | 17 | 16 | 543 | 43 | 117 |
| Binary | 11011100 | 10110111 | 10111010 | 0 | 10001 | 1111 | 1110 | 101100011 | 100011 | 1001111 |
Color Harmonies of #DCB7BA
Complementary color
Monochromatic Colors of #DCB7BA
Black with #DCB7BA
Text Example
Text Example
White with #DCB7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB7BA; }
p { color: rgb(220,183,186); }
H1.HeaderClassName
{
color: #DCB7BA;
}
.AnyTagClassName
{
color: #DCB7BA;
}
</style>
background-color css
<style>
a { background-color: #DCB7BA; }
a { background-color: rgb(220,183,186); }
div.DivClassName
{
background-color: #DCB7BA;
}
.BgClassName
{
background-color: #DCB7BA;
}
</style>
border-color css
<style>
span { border-color: #DCB7BA; }
span { border-color: rgb(220,183,186); }
td.TdClassName
{
border-color: #DCB7BA;
}
.TagClassName
{
border-color: #DCB7BA;
}
</style>