Shades of Pink Flare #DCBBBF
Tints of Pink Flare #DCBBBF
RGB
CMYK
RGB Variations
Color information
#DCBBBF (or 0xDCBBBF) is known color: Pink Flare. HEX triplet: DC, BB and BF. RGB value is (220,187,191). Sum of RGB (Red+Green+Blue) = 220+187+191=598 (79% of max value = 765). Red value is 220 (86.33% from 255 or 36.79% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCBBBF is #234440. Grayscale: #C5C5C5. Windows color (decimal): -2311233 or 12565468. OLE color: 12565468.
HSL color Cylindrical-coordinate representation of color #DCBBBF: hue angle of 352.73º degrees, saturation: 0.32, 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 #DCBBBF is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 187 | 191 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.14 |
| HSL | 352.73º | 0.32% | 0.8% | - |
| HSV(B) | 352.73º | 0.15% | 0.86% | - |
| XYZ | 56.69 | 54.52 | 56.83 | - |
| YUV | 197.32 | 124.43 | 144.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 187 | 191 | 0 | 0.15 | 0.13 | 0.14 | 352.73 | 0.32 | 0.8 |
| Hex | DC | BB | BF | 0 | F | D | E | 161 | 20 | 50 |
| Octal | 334 | 273 | 277 | 0 | 17 | 15 | 16 | 541 | 40 | 120 |
| Binary | 11011100 | 10111011 | 10111111 | 0 | 1111 | 1101 | 1110 | 101100001 | 100000 | 1010000 |
Color Harmonies of #DCBBBF
Complementary color
Monochromatic Colors of #DCBBBF
Black with #DCBBBF
Text Example
Text Example
White with #DCBBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBBBF; }
p { color: rgb(220,187,191); }
H1.HeaderClassName
{
color: #DCBBBF;
}
.AnyTagClassName
{
color: #DCBBBF;
}
</style>
background-color css
<style>
a { background-color: #DCBBBF; }
a { background-color: rgb(220,187,191); }
div.DivClassName
{
background-color: #DCBBBF;
}
.BgClassName
{
background-color: #DCBBBF;
}
</style>
border-color css
<style>
span { border-color: #DCBBBF; }
span { border-color: rgb(220,187,191); }
td.TdClassName
{
border-color: #DCBBBF;
}
.TagClassName
{
border-color: #DCBBBF;
}
</style>