Shades of Pink Flare #DBBBBC
Tints of Pink Flare #DBBBBC
RGB
CMYK
RGB Variations
Color information
#DBBBBC (or 0xDBBBBC) is known color: Pink Flare. HEX triplet: DB, BB and BC. RGB value is (219,187,188). Sum of RGB (Red+Green+Blue) = 219+187+188=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBBBC is #244443. Grayscale: #C4C4C4. Windows color (decimal): -2376772 or 12368859. OLE color: 12368859.
HSL color Cylindrical-coordinate representation of color #DBBBBC: hue angle of 358.12º degrees, saturation: 0.31, 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 #DBBBBC is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 187 | 188 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.14 |
| HSL | 358.13º | 0.31% | 0.8% | - |
| HSV(B) | 358.13º | 0.15% | 0.86% | - |
| XYZ | 56.06 | 54.23 | 55.09 | - |
| YUV | 196.68 | 123.1 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 187 | 188 | 0 | 0.15 | 0.14 | 0.14 | 358.13 | 0.31 | 0.8 |
| Hex | DB | BB | BC | 0 | F | E | E | 166 | 1F | 50 |
| Octal | 333 | 273 | 274 | 0 | 17 | 16 | 16 | 546 | 37 | 120 |
| Binary | 11011011 | 10111011 | 10111100 | 0 | 1111 | 1110 | 1110 | 101100110 | 11111 | 1010000 |
Color Harmonies of #DBBBBC
Complementary color
Monochromatic Colors of #DBBBBC
Black with #DBBBBC
Text Example
Text Example
White with #DBBBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBBBC; }
p { color: rgb(219,187,188); }
H1.HeaderClassName
{
color: #DBBBBC;
}
.AnyTagClassName
{
color: #DBBBBC;
}
</style>
background-color css
<style>
a { background-color: #DBBBBC; }
a { background-color: rgb(219,187,188); }
div.DivClassName
{
background-color: #DBBBBC;
}
.BgClassName
{
background-color: #DBBBBC;
}
</style>
border-color css
<style>
span { border-color: #DBBBBC; }
span { border-color: rgb(219,187,188); }
td.TdClassName
{
border-color: #DBBBBC;
}
.TagClassName
{
border-color: #DBBBBC;
}
</style>