Shades of Pink Flare #DCB9BD
Tints of Pink Flare #DCB9BD
RGB
CMYK
RGB Variations
Color information
#DCB9BD (or 0xDCB9BD) is known color: Pink Flare. HEX triplet: DC, B9 and BD. RGB value is (220,185,189). Sum of RGB (Red+Green+Blue) = 220+185+189=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 185 (72.66% from 255 or 31.14% from 594); Blue value is 189 (74.22% from 255 or 31.82% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB9BD is #234642. Grayscale: #C3C3C3. Windows color (decimal): -2311747 or 12433884. OLE color: 12433884.
HSL color Cylindrical-coordinate representation of color #DCB9BD: hue angle of 353.14º 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 #DCB9BD is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 189 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.14 |
| HSL | 353.14º | 0.33% | 0.79% | - |
| HSV(B) | 353.14º | 0.16% | 0.86% | - |
| XYZ | 56.05 | 53.59 | 55.53 | - |
| YUV | 195.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 189 | 0 | 0.16 | 0.14 | 0.14 | 353.14 | 0.33 | 0.79 |
| Hex | DC | B9 | BD | 0 | 10 | E | E | 161 | 21 | 4F |
| Octal | 334 | 271 | 275 | 0 | 20 | 16 | 16 | 541 | 41 | 117 |
| Binary | 11011100 | 10111001 | 10111101 | 0 | 10000 | 1110 | 1110 | 101100001 | 100001 | 1001111 |
Color Harmonies of #DCB9BD
Complementary color
Monochromatic Colors of #DCB9BD
Black with #DCB9BD
Text Example
Text Example
White with #DCB9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB9BD; }
p { color: rgb(220,185,189); }
H1.HeaderClassName
{
color: #DCB9BD;
}
.AnyTagClassName
{
color: #DCB9BD;
}
</style>
background-color css
<style>
a { background-color: #DCB9BD; }
a { background-color: rgb(220,185,189); }
div.DivClassName
{
background-color: #DCB9BD;
}
.BgClassName
{
background-color: #DCB9BD;
}
</style>
border-color css
<style>
span { border-color: #DCB9BD; }
span { border-color: rgb(220,185,189); }
td.TdClassName
{
border-color: #DCB9BD;
}
.TagClassName
{
border-color: #DCB9BD;
}
</style>