Shades of Pink Flare #DCBABC
Tints of Pink Flare #DCBABC
RGB
CMYK
RGB Variations
Color information
#DCBABC (or 0xDCBABC) is known color: Pink Flare. HEX triplet: DC, BA and BC. RGB value is (220,186,188). Sum of RGB (Red+Green+Blue) = 220+186+188=594 (78% of max value = 765). Red value is 220 (86.33% from 255 or 37.04% from 594); Green value is 186 (73.05% from 255 or 31.31% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBABC is #234543. Grayscale: #C4C4C4. Windows color (decimal): -2311492 or 12368604. OLE color: 12368604.
HSL color Cylindrical-coordinate representation of color #DCBABC: hue angle of 356.47º 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 #DCBABC is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 186 | 188 | - |
CMYK | 0 | 0.15 | 0.15 | 0.14 |
HSL | 356.47º | 0.33% | 0.8% | - |
HSV(B) | 356.47º | 0.15% | 0.86% | - |
XYZ | 56.15 | 53.96 | 55.03 | - |
YUV | 196.39 | 123.26 | 144.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 186 | 188 | 0 | 0.15 | 0.15 | 0.14 | 356.47 | 0.33 | 0.8 |
Hex | DC | BA | BC | 0 | F | F | E | 164 | 21 | 50 |
Octal | 334 | 272 | 274 | 0 | 17 | 17 | 16 | 544 | 41 | 120 |
Binary | 11011100 | 10111010 | 10111100 | 0 | 1111 | 1111 | 1110 | 101100100 | 100001 | 1010000 |
Color Harmonies of #DCBABC
Complementary color
Monochromatic Colors of #DCBABC
Black with #DCBABC
Text Example
Text Example
White with #DCBABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBABC; }
p { color: rgb(220,186,188); }
H1.HeaderClassName
{
color: #DCBABC;
}
.AnyTagClassName
{
color: #DCBABC;
}
</style>
background-color css
<style>
a { background-color: #DCBABC; }
a { background-color: rgb(220,186,188); }
div.DivClassName
{
background-color: #DCBABC;
}
.BgClassName
{
background-color: #DCBABC;
}
</style>
border-color css
<style>
span { border-color: #DCBABC; }
span { border-color: rgb(220,186,188); }
td.TdClassName
{
border-color: #DCBABC;
}
.TagClassName
{
border-color: #DCBABC;
}
</style>