Shades of Pink Flare #DAB8BB
Tints of Pink Flare #DAB8BB
RGB
CMYK
RGB Variations
Color information
#DAB8BB (or 0xDAB8BB) is known color: Pink Flare. HEX triplet: DA, B8 and BB. RGB value is (218,184,187). Sum of RGB (Red+Green+Blue) = 218+184+187=589 (78% of max value = 765). Red value is 218 (85.55% from 255 or 37.01% from 589); Green value is 184 (72.27% from 255 or 31.24% from 589); Blue value is 187 (73.44% from 255 or 31.75% from 589); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB8BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB8BB is #254744. Grayscale: #C2C2C2. Windows color (decimal): -2443077 or 12302554. OLE color: 12302554.
HSL color Cylindrical-coordinate representation of color #DAB8BB: hue angle of 354.71º degrees, saturation: 0.31, 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 #DAB8BB is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 187 | - |
| CMYK | 0 | 0.16 | 0.14 | 0.15 |
| HSL | 354.71º | 0.31% | 0.79% | - |
| HSV(B) | 354.71º | 0.16% | 0.85% | - |
| XYZ | 55.02 | 52.77 | 54.3 | - |
| YUV | 194.51 | 123.76 | 144.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 187 | 0 | 0.16 | 0.14 | 0.15 | 354.71 | 0.31 | 0.79 |
| Hex | DA | B8 | BB | 0 | 10 | E | F | 163 | 1F | 4F |
| Octal | 332 | 270 | 273 | 0 | 20 | 16 | 17 | 543 | 37 | 117 |
| Binary | 11011010 | 10111000 | 10111011 | 0 | 10000 | 1110 | 1111 | 101100011 | 11111 | 1001111 |
Color Harmonies of #DAB8BB
Complementary color
Monochromatic Colors of #DAB8BB
Black with #DAB8BB
Text Example
Text Example
White with #DAB8BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB8BB; }
p { color: rgb(218,184,187); }
H1.HeaderClassName
{
color: #DAB8BB;
}
.AnyTagClassName
{
color: #DAB8BB;
}
</style>
background-color css
<style>
a { background-color: #DAB8BB; }
a { background-color: rgb(218,184,187); }
div.DivClassName
{
background-color: #DAB8BB;
}
.BgClassName
{
background-color: #DAB8BB;
}
</style>
border-color css
<style>
span { border-color: #DAB8BB; }
span { border-color: rgb(218,184,187); }
td.TdClassName
{
border-color: #DAB8BB;
}
.TagClassName
{
border-color: #DAB8BB;
}
</style>