Shades of Pink Flare #DBC5C6
Tints of Pink Flare #DBC5C6
RGB
CMYK
RGB Variations
Color information
#DBC5C6 (or 0xDBC5C6) is known color: Pink Flare. HEX triplet: DB, C5 and C6. RGB value is (219,197,198). Sum of RGB (Red+Green+Blue) = 219+197+198=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 198 (77.73% from 255 or 32.25% from 614); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC5C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC5C6 is #243A39. Grayscale: #CBCBCB. Windows color (decimal): -2374202 or 13026779. OLE color: 13026779.
HSL color Cylindrical-coordinate representation of color #DBC5C6: hue angle of 357.27º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBC5C6 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 197 | 198 | - |
| CMYK | 0 | 0.10 | 0.10 | 0.14 |
| HSL | 357.27º | 0.23% | 0.82% | - |
| HSV(B) | 357.27º | 0.1% | 0.86% | - |
| XYZ | 59.37 | 59.07 | 61.7 | - |
| YUV | 203.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 197 | 198 | 0 | 0.10 | 0.10 | 0.14 | 357.27 | 0.23 | 0.82 |
| Hex | DB | C5 | C6 | 0 | A | A | E | 165 | 17 | 52 |
| Octal | 333 | 305 | 306 | 0 | 12 | 12 | 16 | 545 | 27 | 122 |
| Binary | 11011011 | 11000101 | 11000110 | 0 | 1010 | 1010 | 1110 | 101100101 | 10111 | 1010010 |
Color Harmonies of #DBC5C6
Complementary color
Monochromatic Colors of #DBC5C6
Black with #DBC5C6
Text Example
Text Example
White with #DBC5C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC5C6; }
p { color: rgb(219,197,198); }
H1.HeaderClassName
{
color: #DBC5C6;
}
.AnyTagClassName
{
color: #DBC5C6;
}
</style>
background-color css
<style>
a { background-color: #DBC5C6; }
a { background-color: rgb(219,197,198); }
div.DivClassName
{
background-color: #DBC5C6;
}
.BgClassName
{
background-color: #DBC5C6;
}
</style>
border-color css
<style>
span { border-color: #DBC5C6; }
span { border-color: rgb(219,197,198); }
td.TdClassName
{
border-color: #DBC5C6;
}
.TagClassName
{
border-color: #DBC5C6;
}
</style>