Shades of Pink Flare #DBB8BC
Tints of Pink Flare #DBB8BC
RGB
CMYK
RGB Variations
Color information
#DBB8BC (or 0xDBB8BC) is known color: Pink Flare. HEX triplet: DB, B8 and BC. RGB value is (219,184,188). Sum of RGB (Red+Green+Blue) = 219+184+188=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 184 (72.27% from 255 or 31.13% from 591); Blue value is 188 (73.83% from 255 or 31.81% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBB8BC is #244743. Grayscale: #C2C2C2. Windows color (decimal): -2377540 or 12368091. OLE color: 12368091.
HSL color Cylindrical-coordinate representation of color #DBB8BC: hue angle of 353.14º degrees, saturation: 0.33, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DBB8BC is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 184 | 188 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.14 |
| HSL | 353.14º | 0.33% | 0.79% | - |
| HSV(B) | 353.14º | 0.16% | 0.86% | - |
| XYZ | 55.43 | 52.97 | 54.88 | - |
| YUV | 194.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 184 | 188 | 0 | 0.16 | 0.14 | 0.14 | 353.14 | 0.33 | 0.79 |
| Hex | DB | B8 | BC | 0 | 10 | E | E | 161 | 21 | 4F |
| Octal | 333 | 270 | 274 | 0 | 20 | 16 | 16 | 541 | 41 | 117 |
| Binary | 11011011 | 10111000 | 10111100 | 0 | 10000 | 1110 | 1110 | 101100001 | 100001 | 1001111 |
Color Harmonies of #DBB8BC
Complementary color
Monochromatic Colors of #DBB8BC
Black with #DBB8BC
Text Example
Text Example
White with #DBB8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB8BC; }
p { color: rgb(219,184,188); }
H1.HeaderClassName
{
color: #DBB8BC;
}
.AnyTagClassName
{
color: #DBB8BC;
}
</style>
background-color css
<style>
a { background-color: #DBB8BC; }
a { background-color: rgb(219,184,188); }
div.DivClassName
{
background-color: #DBB8BC;
}
.BgClassName
{
background-color: #DBB8BC;
}
</style>
border-color css
<style>
span { border-color: #DBB8BC; }
span { border-color: rgb(219,184,188); }
td.TdClassName
{
border-color: #DBB8BC;
}
.TagClassName
{
border-color: #DBB8BC;
}
</style>