Shades of Pink Flare #DCBDC0
Tints of Pink Flare #DCBDC0
RGB
CMYK
RGB Variations
Color information
#DCBDC0 (or 0xDCBDC0) is known color: Pink Flare. HEX triplet: DC, BD and C0. RGB value is (220,189,192). Sum of RGB (Red+Green+Blue) = 220+189+192=601 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.61% from 601); Green value is 189 (74.22% from 255 or 31.45% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDC0 is #23423F. Grayscale: #C6C6C6. Windows color (decimal): -2310720 or 12631516. OLE color: 12631516.
HSL color Cylindrical-coordinate representation of color #DCBDC0: hue angle of 354.19º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DCBDC0 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
RGB | 220 | 189 | 192 | - |
CMYK | 0 | 0.14 | 0.13 | 0.14 |
HSL | 354.19º | 0.31% | 0.8% | - |
HSV(B) | 354.19º | 0.14% | 0.86% | - |
XYZ | 57.23 | 55.42 | 57.55 | - |
YUV | 198.61 | 124.27 | 143.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 189 | 192 | 0 | 0.14 | 0.13 | 0.14 | 354.19 | 0.31 | 0.8 |
Hex | DC | BD | C0 | 0 | E | D | E | 162 | 1F | 50 |
Octal | 334 | 275 | 300 | 0 | 16 | 15 | 16 | 542 | 37 | 120 |
Binary | 11011100 | 10111101 | 11000000 | 0 | 1110 | 1101 | 1110 | 101100010 | 11111 | 1010000 |
Color Harmonies of #DCBDC0
Complementary color
Monochromatic Colors of #DCBDC0
Black with #DCBDC0
Text Example
Text Example
White with #DCBDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDC0; }
p { color: rgb(220,189,192); }
H1.HeaderClassName
{
color: #DCBDC0;
}
.AnyTagClassName
{
color: #DCBDC0;
}
</style>
background-color css
<style>
a { background-color: #DCBDC0; }
a { background-color: rgb(220,189,192); }
div.DivClassName
{
background-color: #DCBDC0;
}
.BgClassName
{
background-color: #DCBDC0;
}
</style>
border-color css
<style>
span { border-color: #DCBDC0; }
span { border-color: rgb(220,189,192); }
td.TdClassName
{
border-color: #DCBDC0;
}
.TagClassName
{
border-color: #DCBDC0;
}
</style>