Shades of Pink Flare #DCBEC0
Tints of Pink Flare #DCBEC0
RGB
CMYK
RGB Variations
Color information
#DCBEC0 (or 0xDCBEC0) is known color: Pink Flare. HEX triplet: DC, BE and C0. RGB value is (220,190,192). Sum of RGB (Red+Green+Blue) = 220+190+192=602 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.54% from 602); Green value is 190 (74.61% from 255 or 31.56% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEC0 is #23413F. Grayscale: #C7C7C7. Windows color (decimal): -2310464 or 12631772. OLE color: 12631772.
HSL color Cylindrical-coordinate representation of color #DCBEC0: hue angle of 356º degrees, saturation: 0.3, 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 #DCBEC0 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 192 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.14 |
| HSL | 356º | 0.3% | 0.8% | - |
| HSV(B) | 356º | 0.14% | 0.86% | - |
| XYZ | 57.44 | 55.85 | 57.62 | - |
| YUV | 199.2 | 123.94 | 142.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 192 | 0 | 0.14 | 0.13 | 0.14 | 356 | 0.3 | 0.8 |
| Hex | DC | BE | C0 | 0 | E | D | E | 164 | 1E | 50 |
| Octal | 334 | 276 | 300 | 0 | 16 | 15 | 16 | 544 | 36 | 120 |
| Binary | 11011100 | 10111110 | 11000000 | 0 | 1110 | 1101 | 1110 | 101100100 | 11110 | 1010000 |
Color Harmonies of #DCBEC0
Complementary color
Monochromatic Colors of #DCBEC0
Black with #DCBEC0
Text Example
Text Example
White with #DCBEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEC0; }
p { color: rgb(220,190,192); }
H1.HeaderClassName
{
color: #DCBEC0;
}
.AnyTagClassName
{
color: #DCBEC0;
}
</style>
background-color css
<style>
a { background-color: #DCBEC0; }
a { background-color: rgb(220,190,192); }
div.DivClassName
{
background-color: #DCBEC0;
}
.BgClassName
{
background-color: #DCBEC0;
}
</style>
border-color css
<style>
span { border-color: #DCBEC0; }
span { border-color: rgb(220,190,192); }
td.TdClassName
{
border-color: #DCBEC0;
}
.TagClassName
{
border-color: #DCBEC0;
}
</style>