Shades of Pink Flare #DAB7BB
Tints of Pink Flare #DAB7BB
RGB
CMYK
RGB Variations
Color information
#DAB7BB (or 0xDAB7BB) is known color: Pink Flare. HEX triplet: DA, B7 and BB. RGB value is (218,183,187). Sum of RGB (Red+Green+Blue) = 218+183+187=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 183 (71.88% from 255 or 31.12% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB7BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB7BB is #254844. Grayscale: #C1C1C1. Windows color (decimal): -2443333 or 12302298. OLE color: 12302298.
HSL color Cylindrical-coordinate representation of color #DAB7BB: hue angle of 353.14º 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 #DAB7BB is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 183 | 187 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.15 |
| HSL | 353.14º | 0.32% | 0.79% | - |
| HSV(B) | 353.14º | 0.16% | 0.85% | - |
| XYZ | 54.82 | 52.36 | 54.23 | - |
| YUV | 193.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 183 | 187 | 0 | 0.16 | 0.14 | 0.15 | 353.14 | 0.32 | 0.79 |
| Hex | DA | B7 | BB | 0 | 10 | E | F | 161 | 20 | 4F |
| Octal | 332 | 267 | 273 | 0 | 20 | 16 | 17 | 541 | 40 | 117 |
| Binary | 11011010 | 10110111 | 10111011 | 0 | 10000 | 1110 | 1111 | 101100001 | 100000 | 1001111 |
Color Harmonies of #DAB7BB
Complementary color
Monochromatic Colors of #DAB7BB
Black with #DAB7BB
Text Example
Text Example
White with #DAB7BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB7BB; }
p { color: rgb(218,183,187); }
H1.HeaderClassName
{
color: #DAB7BB;
}
.AnyTagClassName
{
color: #DAB7BB;
}
</style>
background-color css
<style>
a { background-color: #DAB7BB; }
a { background-color: rgb(218,183,187); }
div.DivClassName
{
background-color: #DAB7BB;
}
.BgClassName
{
background-color: #DAB7BB;
}
</style>
border-color css
<style>
span { border-color: #DAB7BB; }
span { border-color: rgb(218,183,187); }
td.TdClassName
{
border-color: #DAB7BB;
}
.TagClassName
{
border-color: #DAB7BB;
}
</style>