Shades of Pink Flare #DBC4C5
Tints of Pink Flare #DBC4C5
RGB
CMYK
RGB Variations
Color information
#DBC4C5 (or 0xDBC4C5) is known color: Pink Flare. HEX triplet: DB, C4 and C5. RGB value is (219,196,197). Sum of RGB (Red+Green+Blue) = 219+196+197=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 196 (76.95% from 255 or 32.03% from 612); Blue value is 197 (77.34% from 255 or 32.19% from 612); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC4C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC4C5 is #243B3A. Grayscale: #CBCBCB. Windows color (decimal): -2374459 or 12960987. OLE color: 12960987.
HSL color Cylindrical-coordinate representation of color #DBC4C5: hue angle of 357.39º degrees, saturation: 0.24, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBC4C5 is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 196 | 197 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.14 |
| HSL | 357.39º | 0.24% | 0.81% | - |
| HSV(B) | 357.39º | 0.11% | 0.86% | - |
| XYZ | 59.03 | 58.57 | 61.02 | - |
| YUV | 202.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 196 | 197 | 0 | 0.11 | 0.10 | 0.14 | 357.39 | 0.24 | 0.81 |
| Hex | DB | C4 | C5 | 0 | B | A | E | 165 | 18 | 51 |
| Octal | 333 | 304 | 305 | 0 | 13 | 12 | 16 | 545 | 30 | 121 |
| Binary | 11011011 | 11000100 | 11000101 | 0 | 1011 | 1010 | 1110 | 101100101 | 11000 | 1010001 |
Color Harmonies of #DBC4C5
Complementary color
Monochromatic Colors of #DBC4C5
Black with #DBC4C5
Text Example
Text Example
White with #DBC4C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC4C5; }
p { color: rgb(219,196,197); }
H1.HeaderClassName
{
color: #DBC4C5;
}
.AnyTagClassName
{
color: #DBC4C5;
}
</style>
background-color css
<style>
a { background-color: #DBC4C5; }
a { background-color: rgb(219,196,197); }
div.DivClassName
{
background-color: #DBC4C5;
}
.BgClassName
{
background-color: #DBC4C5;
}
</style>
border-color css
<style>
span { border-color: #DBC4C5; }
span { border-color: rgb(219,196,197); }
td.TdClassName
{
border-color: #DBC4C5;
}
.TagClassName
{
border-color: #DBC4C5;
}
</style>