Shades of Pink Flare #DCB9BC
Tints of Pink Flare #DCB9BC
RGB
CMYK
RGB Variations
Color information
#DCB9BC (or 0xDCB9BC) is known color: Pink Flare. HEX triplet: DC, B9 and BC. RGB value is (220,185,188). Sum of RGB (Red+Green+Blue) = 220+185+188=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 185 (72.66% from 255 or 31.20% from 593); Blue value is 188 (73.83% from 255 or 31.70% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9BC is #234643. Grayscale: #C3C3C3. Windows color (decimal): -2311748 or 12368348. OLE color: 12368348.
HSL color Cylindrical-coordinate representation of color #DCB9BC: hue angle of 354.86º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DCB9BC is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 188 | - |
| CMYK | 0 | 0.16 | 0.15 | 0.14 |
| HSL | 354.86º | 0.33% | 0.79% | - |
| HSV(B) | 354.86º | 0.16% | 0.86% | - |
| XYZ | 55.94 | 53.54 | 54.96 | - |
| YUV | 195.81 | 123.6 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 188 | 0 | 0.16 | 0.15 | 0.14 | 354.86 | 0.33 | 0.79 |
| Hex | DC | B9 | BC | 0 | 10 | F | E | 163 | 21 | 4F |
| Octal | 334 | 271 | 274 | 0 | 20 | 17 | 16 | 543 | 41 | 117 |
| Binary | 11011100 | 10111001 | 10111100 | 0 | 10000 | 1111 | 1110 | 101100011 | 100001 | 1001111 |
Color Harmonies of #DCB9BC
Complementary color
Monochromatic Colors of #DCB9BC
Black with #DCB9BC
Text Example
Text Example
White with #DCB9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB9BC; }
p { color: rgb(220,185,188); }
H1.HeaderClassName
{
color: #DCB9BC;
}
.AnyTagClassName
{
color: #DCB9BC;
}
</style>
background-color css
<style>
a { background-color: #DCB9BC; }
a { background-color: rgb(220,185,188); }
div.DivClassName
{
background-color: #DCB9BC;
}
.BgClassName
{
background-color: #DCB9BC;
}
</style>
border-color css
<style>
span { border-color: #DCB9BC; }
span { border-color: rgb(220,185,188); }
td.TdClassName
{
border-color: #DCB9BC;
}
.TagClassName
{
border-color: #DCB9BC;
}
</style>