Shades of Pink Flare #DCBDBF
Tints of Pink Flare #DCBDBF
RGB
CMYK
RGB Variations
Color information
#DCBDBF (or 0xDCBDBF) is known color: Pink Flare. HEX triplet: DC, BD and BF. RGB value is (220,189,191). Sum of RGB (Red+Green+Blue) = 220+189+191=600 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.67% from 600); Green value is 189 (74.22% from 255 or 31.5% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBDBF is #234240. Grayscale: #C6C6C6. Windows color (decimal): -2310721 or 12565980. OLE color: 12565980.
HSL color Cylindrical-coordinate representation of color #DCBDBF: hue angle of 356.13º 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 #DCBDBF is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 191 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.14 |
| HSL | 356.13º | 0.31% | 0.8% | - |
| HSV(B) | 356.13º | 0.14% | 0.86% | - |
| XYZ | 57.12 | 55.37 | 56.97 | - |
| YUV | 198.5 | 123.77 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 191 | 0 | 0.14 | 0.13 | 0.14 | 356.13 | 0.31 | 0.8 |
| Hex | DC | BD | BF | 0 | E | D | E | 164 | 1F | 50 |
| Octal | 334 | 275 | 277 | 0 | 16 | 15 | 16 | 544 | 37 | 120 |
| Binary | 11011100 | 10111101 | 10111111 | 0 | 1110 | 1101 | 1110 | 101100100 | 11111 | 1010000 |
Color Harmonies of #DCBDBF
Complementary color
Monochromatic Colors of #DCBDBF
Black with #DCBDBF
Text Example
Text Example
White with #DCBDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBDBF; }
p { color: rgb(220,189,191); }
H1.HeaderClassName
{
color: #DCBDBF;
}
.AnyTagClassName
{
color: #DCBDBF;
}
</style>
background-color css
<style>
a { background-color: #DCBDBF; }
a { background-color: rgb(220,189,191); }
div.DivClassName
{
background-color: #DCBDBF;
}
.BgClassName
{
background-color: #DCBDBF;
}
</style>
border-color css
<style>
span { border-color: #DCBDBF; }
span { border-color: rgb(220,189,191); }
td.TdClassName
{
border-color: #DCBDBF;
}
.TagClassName
{
border-color: #DCBDBF;
}
</style>