Shades of Pink Flare #DBC2C3
Tints of Pink Flare #DBC2C3
RGB
CMYK
RGB Variations
Color information
#DBC2C3 (or 0xDBC2C3) is known color: Pink Flare. HEX triplet: DB, C2 and C3. RGB value is (219,194,195). Sum of RGB (Red+Green+Blue) = 219+194+195=608 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.02% from 608); Green value is 194 (76.17% from 255 or 31.91% from 608); Blue value is 195 (76.56% from 255 or 32.07% from 608); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC2C3 is #243D3C. Grayscale: #C9C9C9. Windows color (decimal): -2374973 or 12829403. OLE color: 12829403.
HSL color Cylindrical-coordinate representation of color #DBC2C3: hue angle of 357.6º degrees, saturation: 0.26, 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 #DBC2C3 is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 194 | 195 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.14 |
| HSL | 357.6º | 0.26% | 0.81% | - |
| HSV(B) | 357.6º | 0.11% | 0.86% | - |
| XYZ | 58.36 | 57.58 | 59.67 | - |
| YUV | 201.59 | 124.28 | 140.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 194 | 195 | 0 | 0.11 | 0.11 | 0.14 | 357.6 | 0.26 | 0.81 |
| Hex | DB | C2 | C3 | 0 | B | B | E | 166 | 1A | 51 |
| Octal | 333 | 302 | 303 | 0 | 13 | 13 | 16 | 546 | 32 | 121 |
| Binary | 11011011 | 11000010 | 11000011 | 0 | 1011 | 1011 | 1110 | 101100110 | 11010 | 1010001 |
Color Harmonies of #DBC2C3
Complementary color
Monochromatic Colors of #DBC2C3
Black with #DBC2C3
Text Example
Text Example
White with #DBC2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBC2C3; }
p { color: rgb(219,194,195); }
H1.HeaderClassName
{
color: #DBC2C3;
}
.AnyTagClassName
{
color: #DBC2C3;
}
</style>
background-color css
<style>
a { background-color: #DBC2C3; }
a { background-color: rgb(219,194,195); }
div.DivClassName
{
background-color: #DBC2C3;
}
.BgClassName
{
background-color: #DBC2C3;
}
</style>
border-color css
<style>
span { border-color: #DBC2C3; }
span { border-color: rgb(219,194,195); }
td.TdClassName
{
border-color: #DBC2C3;
}
.TagClassName
{
border-color: #DBC2C3;
}
</style>