Shades of Pink Flare #DCBEC1
Tints of Pink Flare #DCBEC1
RGB
CMYK
RGB Variations
Color information
#DCBEC1 (or 0xDCBEC1) is known color: Pink Flare. HEX triplet: DC, BE and C1. RGB value is (220,190,193). Sum of RGB (Red+Green+Blue) = 220+190+193=603 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.48% from 603); Green value is 190 (74.61% from 255 or 31.51% from 603); Blue value is 193 (75.78% from 255 or 32.01% from 603); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBEC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBEC1 is #23413E. Grayscale: #C7C7C7. Windows color (decimal): -2310463 or 12697308. OLE color: 12697308.
HSL color Cylindrical-coordinate representation of color #DCBEC1: hue angle of 354º 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 #DCBEC1 is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 193 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.14 |
| HSL | 354º | 0.3% | 0.8% | - |
| HSV(B) | 354º | 0.14% | 0.86% | - |
| XYZ | 57.55 | 55.89 | 58.21 | - |
| YUV | 199.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 193 | 0 | 0.14 | 0.12 | 0.14 | 354 | 0.3 | 0.8 |
| Hex | DC | BE | C1 | 0 | E | C | E | 162 | 1E | 50 |
| Octal | 334 | 276 | 301 | 0 | 16 | 14 | 16 | 542 | 36 | 120 |
| Binary | 11011100 | 10111110 | 11000001 | 0 | 1110 | 1100 | 1110 | 101100010 | 11110 | 1010000 |
Color Harmonies of #DCBEC1
Complementary color
Monochromatic Colors of #DCBEC1
Black with #DCBEC1
Text Example
Text Example
White with #DCBEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBEC1; }
p { color: rgb(220,190,193); }
H1.HeaderClassName
{
color: #DCBEC1;
}
.AnyTagClassName
{
color: #DCBEC1;
}
</style>
background-color css
<style>
a { background-color: #DCBEC1; }
a { background-color: rgb(220,190,193); }
div.DivClassName
{
background-color: #DCBEC1;
}
.BgClassName
{
background-color: #DCBEC1;
}
</style>
border-color css
<style>
span { border-color: #DCBEC1; }
span { border-color: rgb(220,190,193); }
td.TdClassName
{
border-color: #DCBEC1;
}
.TagClassName
{
border-color: #DCBEC1;
}
</style>