Shades of Pink Flare #DCB6B7
Tints of Pink Flare #DCB6B7
RGB
CMYK
RGB Variations
Color information
#DCB6B7 (or 0xDCB6B7) is known color: Pink Flare. HEX triplet: DC, B6 and B7. RGB value is (220,182,183). Sum of RGB (Red+Green+Blue) = 220+182+183=585 (77% of max value = 765). Red value is 220 (86.33% from 255 or 37.61% from 585); Green value is 182 (71.48% from 255 or 31.11% from 585); Blue value is 183 (71.88% from 255 or 31.28% from 585); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB6B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB6B7 is #234948. Grayscale: #C1C1C1. Windows color (decimal): -2312521 or 12039900. OLE color: 12039900.
HSL color Cylindrical-coordinate representation of color #DCB6B7: hue angle of 358.42º 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 #DCB6B7 is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 183 | - |
| CMYK | 0 | 0.17 | 0.17 | 0.14 |
| HSL | 358.42º | 0.35% | 0.79% | - |
| HSV(B) | 358.42º | 0.17% | 0.86% | - |
| XYZ | 54.79 | 52.09 | 51.97 | - |
| YUV | 193.48 | 122.09 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 183 | 0 | 0.17 | 0.17 | 0.14 | 358.42 | 0.35 | 0.79 |
| Hex | DC | B6 | B7 | 0 | 11 | 11 | E | 166 | 23 | 4F |
| Octal | 334 | 266 | 267 | 0 | 21 | 21 | 16 | 546 | 43 | 117 |
| Binary | 11011100 | 10110110 | 10110111 | 0 | 10001 | 10001 | 1110 | 101100110 | 100011 | 1001111 |
Color Harmonies of #DCB6B7
Complementary color
Monochromatic Colors of #DCB6B7
Black with #DCB6B7
Text Example
Text Example
White with #DCB6B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB6B7; }
p { color: rgb(220,182,183); }
H1.HeaderClassName
{
color: #DCB6B7;
}
.AnyTagClassName
{
color: #DCB6B7;
}
</style>
background-color css
<style>
a { background-color: #DCB6B7; }
a { background-color: rgb(220,182,183); }
div.DivClassName
{
background-color: #DCB6B7;
}
.BgClassName
{
background-color: #DCB6B7;
}
</style>
border-color css
<style>
span { border-color: #DCB6B7; }
span { border-color: rgb(220,182,183); }
td.TdClassName
{
border-color: #DCB6B7;
}
.TagClassName
{
border-color: #DCB6B7;
}
</style>