Shades of Pink Flare #DBBEC0
Tints of Pink Flare #DBBEC0
RGB
CMYK
RGB Variations
Color information
#DBBEC0 (or 0xDBBEC0) is known color: Pink Flare. HEX triplet: DB, BE and C0. RGB value is (219,190,192). Sum of RGB (Red+Green+Blue) = 219+190+192=601 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.44% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 192 (75.39% from 255 or 31.95% from 601); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBBEC0 is #24413F. Grayscale: #C6C6C6. Windows color (decimal): -2376000 or 12631771. OLE color: 12631771.
HSL color Cylindrical-coordinate representation of color #DBBEC0: hue angle of 355.86º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBBEC0 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 190 | 192 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.14 |
| HSL | 355.86º | 0.29% | 0.8% | - |
| HSV(B) | 355.86º | 0.13% | 0.86% | - |
| XYZ | 57.14 | 55.69 | 57.61 | - |
| YUV | 198.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 190 | 192 | 0 | 0.13 | 0.12 | 0.14 | 355.86 | 0.29 | 0.8 |
| Hex | DB | BE | C0 | 0 | D | C | E | 164 | 1D | 50 |
| Octal | 333 | 276 | 300 | 0 | 15 | 14 | 16 | 544 | 35 | 120 |
| Binary | 11011011 | 10111110 | 11000000 | 0 | 1101 | 1100 | 1110 | 101100100 | 11101 | 1010000 |
Color Harmonies of #DBBEC0
Complementary color
Monochromatic Colors of #DBBEC0
Black with #DBBEC0
Text Example
Text Example
White with #DBBEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBBEC0; }
p { color: rgb(219,190,192); }
H1.HeaderClassName
{
color: #DBBEC0;
}
.AnyTagClassName
{
color: #DBBEC0;
}
</style>
background-color css
<style>
a { background-color: #DBBEC0; }
a { background-color: rgb(219,190,192); }
div.DivClassName
{
background-color: #DBBEC0;
}
.BgClassName
{
background-color: #DBBEC0;
}
</style>
border-color css
<style>
span { border-color: #DBBEC0; }
span { border-color: rgb(219,190,192); }
td.TdClassName
{
border-color: #DBBEC0;
}
.TagClassName
{
border-color: #DBBEC0;
}
</style>