Shades of Pink Flare #DAB9BB
Tints of Pink Flare #DAB9BB
RGB
CMYK
RGB Variations
Color information
#DAB9BB (or 0xDAB9BB) is known color: Pink Flare. HEX triplet: DA, B9 and BB. RGB value is (218,185,187). Sum of RGB (Red+Green+Blue) = 218+185+187=590 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.95% from 590); Green value is 185 (72.66% from 255 or 31.36% from 590); Blue value is 187 (73.44% from 255 or 31.69% from 590); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB9BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB9BB is #254644. Grayscale: #C3C3C3. Windows color (decimal): -2442821 or 12302810. OLE color: 12302810.
HSL color Cylindrical-coordinate representation of color #DAB9BB: hue angle of 356.36º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAB9BB is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 185 | 187 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.15 |
| HSL | 356.36º | 0.31% | 0.79% | - |
| HSV(B) | 356.36º | 0.15% | 0.85% | - |
| XYZ | 55.23 | 53.19 | 54.37 | - |
| YUV | 195.1 | 123.43 | 144.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 185 | 187 | 0 | 0.15 | 0.14 | 0.15 | 356.36 | 0.31 | 0.79 |
| Hex | DA | B9 | BB | 0 | F | E | F | 164 | 1F | 4F |
| Octal | 332 | 271 | 273 | 0 | 17 | 16 | 17 | 544 | 37 | 117 |
| Binary | 11011010 | 10111001 | 10111011 | 0 | 1111 | 1110 | 1111 | 101100100 | 11111 | 1001111 |
Color Harmonies of #DAB9BB
Complementary color
Monochromatic Colors of #DAB9BB
Black with #DAB9BB
Text Example
Text Example
White with #DAB9BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB9BB; }
p { color: rgb(218,185,187); }
H1.HeaderClassName
{
color: #DAB9BB;
}
.AnyTagClassName
{
color: #DAB9BB;
}
</style>
background-color css
<style>
a { background-color: #DAB9BB; }
a { background-color: rgb(218,185,187); }
div.DivClassName
{
background-color: #DAB9BB;
}
.BgClassName
{
background-color: #DAB9BB;
}
</style>
border-color css
<style>
span { border-color: #DAB9BB; }
span { border-color: rgb(218,185,187); }
td.TdClassName
{
border-color: #DAB9BB;
}
.TagClassName
{
border-color: #DAB9BB;
}
</style>