Shades of Pink Flare #DCB7BB
Tints of Pink Flare #DCB7BB
RGB
CMYK
RGB Variations
Color information
#DCB7BB (or 0xDCB7BB) is known color: Pink Flare. HEX triplet: DC, B7 and BB. RGB value is (220,183,187). Sum of RGB (Red+Green+Blue) = 220+183+187=590 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.29% from 590); Green value is 183 (71.88% from 255 or 31.02% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCB7BB is #234844. Grayscale: #C2C2C2. Windows color (decimal): -2312261 or 12302300. OLE color: 12302300.
HSL color Cylindrical-coordinate representation of color #DCB7BB: hue angle of 353.51º 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 #DCB7BB is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 183 | 187 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.14 |
| HSL | 353.51º | 0.35% | 0.79% | - |
| HSV(B) | 353.51º | 0.17% | 0.86% | - |
| XYZ | 55.42 | 52.67 | 54.26 | - |
| YUV | 194.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 183 | 187 | 0 | 0.17 | 0.15 | 0.14 | 353.51 | 0.35 | 0.79 |
| Hex | DC | B7 | BB | 0 | 11 | F | E | 162 | 23 | 4F |
| Octal | 334 | 267 | 273 | 0 | 21 | 17 | 16 | 542 | 43 | 117 |
| Binary | 11011100 | 10110111 | 10111011 | 0 | 10001 | 1111 | 1110 | 101100010 | 100011 | 1001111 |
Color Harmonies of #DCB7BB
Complementary color
Monochromatic Colors of #DCB7BB
Black with #DCB7BB
Text Example
Text Example
White with #DCB7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB7BB; }
p { color: rgb(220,183,187); }
H1.HeaderClassName
{
color: #DCB7BB;
}
.AnyTagClassName
{
color: #DCB7BB;
}
</style>
background-color css
<style>
a { background-color: #DCB7BB; }
a { background-color: rgb(220,183,187); }
div.DivClassName
{
background-color: #DCB7BB;
}
.BgClassName
{
background-color: #DCB7BB;
}
</style>
border-color css
<style>
span { border-color: #DCB7BB; }
span { border-color: rgb(220,183,187); }
td.TdClassName
{
border-color: #DCB7BB;
}
.TagClassName
{
border-color: #DCB7BB;
}
</style>