Shades of Pink Flare #DCBABB
Tints of Pink Flare #DCBABB
RGB
CMYK
RGB Variations
Color information
#DCBABB (or 0xDCBABB) is known color: Pink Flare. HEX triplet: DC, BA and BB. RGB value is (220,186,187). Sum of RGB (Red+Green+Blue) = 220+186+187=593 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.10% from 593); Green value is 186 (73.05% from 255 or 31.37% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBABB is #234544. Grayscale: #C4C4C4. Windows color (decimal): -2311493 or 12303068. OLE color: 12303068.
HSL color Cylindrical-coordinate representation of color #DCBABB: hue angle of 358.24º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DCBABB is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 186 | 187 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.14 |
| HSL | 358.24º | 0.33% | 0.8% | - |
| HSV(B) | 358.24º | 0.15% | 0.86% | - |
| XYZ | 56.04 | 53.92 | 54.47 | - |
| YUV | 196.28 | 122.76 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 186 | 187 | 0 | 0.15 | 0.15 | 0.14 | 358.24 | 0.33 | 0.8 |
| Hex | DC | BA | BB | 0 | F | F | E | 166 | 21 | 50 |
| Octal | 334 | 272 | 273 | 0 | 17 | 17 | 16 | 546 | 41 | 120 |
| Binary | 11011100 | 10111010 | 10111011 | 0 | 1111 | 1111 | 1110 | 101100110 | 100001 | 1010000 |
Color Harmonies of #DCBABB
Complementary color
Monochromatic Colors of #DCBABB
Black with #DCBABB
Text Example
Text Example
White with #DCBABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBABB; }
p { color: rgb(220,186,187); }
H1.HeaderClassName
{
color: #DCBABB;
}
.AnyTagClassName
{
color: #DCBABB;
}
</style>
background-color css
<style>
a { background-color: #DCBABB; }
a { background-color: rgb(220,186,187); }
div.DivClassName
{
background-color: #DCBABB;
}
.BgClassName
{
background-color: #DCBABB;
}
</style>
border-color css
<style>
span { border-color: #DCBABB; }
span { border-color: rgb(220,186,187); }
td.TdClassName
{
border-color: #DCBABB;
}
.TagClassName
{
border-color: #DCBABB;
}
</style>