Shades of Pink Flare #DBC0C2
Tints of Pink Flare #DBC0C2
RGB
CMYK
RGB Variations
Color information
#DBC0C2 (or 0xDBC0C2) is known color: Pink Flare. HEX triplet: DB, C0 and C2. RGB value is (219,192,194). Sum of RGB (Red+Green+Blue) = 219+192+194=605 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.20% from 605); Green value is 192 (75.39% from 255 or 31.74% from 605); Blue value is 194 (76.17% from 255 or 32.07% from 605); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0C2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC0C2 is #243F3D. Grayscale: #C8C8C8. Windows color (decimal): -2375486 or 12763355. OLE color: 12763355.
HSL color Cylindrical-coordinate representation of color #DBC0C2: hue angle of 355.56º degrees, saturation: 0.27, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBC0C2 is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 192 | 194 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.14 |
| HSL | 355.56º | 0.27% | 0.81% | - |
| HSV(B) | 355.56º | 0.12% | 0.86% | - |
| XYZ | 57.8 | 56.65 | 58.93 | - |
| YUV | 200.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 192 | 194 | 0 | 0.12 | 0.11 | 0.14 | 355.56 | 0.27 | 0.81 |
| Hex | DB | C0 | C2 | 0 | C | B | E | 164 | 1B | 51 |
| Octal | 333 | 300 | 302 | 0 | 14 | 13 | 16 | 544 | 33 | 121 |
| Binary | 11011011 | 11000000 | 11000010 | 0 | 1100 | 1011 | 1110 | 101100100 | 11011 | 1010001 |
Color Harmonies of #DBC0C2
Complementary color
Monochromatic Colors of #DBC0C2
Black with #DBC0C2
Text Example
Text Example
White with #DBC0C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC0C2; }
p { color: rgb(219,192,194); }
H1.HeaderClassName
{
color: #DBC0C2;
}
.AnyTagClassName
{
color: #DBC0C2;
}
</style>
background-color css
<style>
a { background-color: #DBC0C2; }
a { background-color: rgb(219,192,194); }
div.DivClassName
{
background-color: #DBC0C2;
}
.BgClassName
{
background-color: #DBC0C2;
}
</style>
border-color css
<style>
span { border-color: #DBC0C2; }
span { border-color: rgb(219,192,194); }
td.TdClassName
{
border-color: #DBC0C2;
}
.TagClassName
{
border-color: #DBC0C2;
}
</style>