Shades of Pink Flare #DAB7BC
Tints of Pink Flare #DAB7BC
RGB
CMYK
RGB Variations
Color information
#DAB7BC (or 0xDAB7BC) is known color: Pink Flare. HEX triplet: DA, B7 and BC. RGB value is (218,183,188). Sum of RGB (Red+Green+Blue) = 218+183+188=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 183 (71.88% from 255 or 31.07% from 589); Blue value is 188 (73.83% from 255 or 31.92% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB7BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB7BC is #254843. Grayscale: #C2C2C2. Windows color (decimal): -2443332 or 12367834. OLE color: 12367834.
HSL color Cylindrical-coordinate representation of color #DAB7BC: hue angle of 351.43º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAB7BC is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 188 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.15 |
| HSL | 351.43º | 0.32% | 0.79% | - |
| HSV(B) | 351.43º | 0.16% | 0.85% | - |
| XYZ | 54.92 | 52.4 | 54.8 | - |
| YUV | 194.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 188 | 0 | 0.16 | 0.14 | 0.15 | 351.43 | 0.32 | 0.79 |
| Hex | DA | B7 | BC | 0 | 10 | E | F | 15F | 20 | 4F |
| Octal | 332 | 267 | 274 | 0 | 20 | 16 | 17 | 537 | 40 | 117 |
| Binary | 11011010 | 10110111 | 10111100 | 0 | 10000 | 1110 | 1111 | 101011111 | 100000 | 1001111 |
Color Harmonies of #DAB7BC
Complementary color
Monochromatic Colors of #DAB7BC
Black with #DAB7BC
Text Example
Text Example
White with #DAB7BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB7BC; }
p { color: rgb(218,183,188); }
H1.HeaderClassName
{
color: #DAB7BC;
}
.AnyTagClassName
{
color: #DAB7BC;
}
</style>
background-color css
<style>
a { background-color: #DAB7BC; }
a { background-color: rgb(218,183,188); }
div.DivClassName
{
background-color: #DAB7BC;
}
.BgClassName
{
background-color: #DAB7BC;
}
</style>
border-color css
<style>
span { border-color: #DAB7BC; }
span { border-color: rgb(218,183,188); }
td.TdClassName
{
border-color: #DAB7BC;
}
.TagClassName
{
border-color: #DAB7BC;
}
</style>