Shades of Pink Flare #DAB8BD
Tints of Pink Flare #DAB8BD
RGB
CMYK
RGB Variations
Color information
#DAB8BD (or 0xDAB8BD) is known color: Pink Flare. HEX triplet: DA, B8 and BD. RGB value is (218,184,189). Sum of RGB (Red+Green+Blue) = 218+184+189=591 (78% of max value = 765). Red value is 218 (85.55% from 255 or 36.89% from 591); Green value is 184 (72.27% from 255 or 31.13% from 591); Blue value is 189 (74.22% from 255 or 31.98% from 591); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB8BD is #254742. Grayscale: #C2C2C2. Windows color (decimal): -2443075 or 12433626. OLE color: 12433626.
HSL color Cylindrical-coordinate representation of color #DAB8BD: hue angle of 351.18º 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 #DAB8BD is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 184 | 189 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.15 |
| HSL | 351.18º | 0.31% | 0.79% | - |
| HSV(B) | 351.18º | 0.16% | 0.85% | - |
| XYZ | 55.24 | 52.86 | 55.44 | - |
| YUV | 194.74 | 124.76 | 144.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 184 | 189 | 0 | 0.16 | 0.13 | 0.15 | 351.18 | 0.31 | 0.79 |
| Hex | DA | B8 | BD | 0 | 10 | D | F | 15F | 1F | 4F |
| Octal | 332 | 270 | 275 | 0 | 20 | 15 | 17 | 537 | 37 | 117 |
| Binary | 11011010 | 10111000 | 10111101 | 0 | 10000 | 1101 | 1111 | 101011111 | 11111 | 1001111 |
Color Harmonies of #DAB8BD
Complementary color
Monochromatic Colors of #DAB8BD
Black with #DAB8BD
Text Example
Text Example
White with #DAB8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB8BD; }
p { color: rgb(218,184,189); }
H1.HeaderClassName
{
color: #DAB8BD;
}
.AnyTagClassName
{
color: #DAB8BD;
}
</style>
background-color css
<style>
a { background-color: #DAB8BD; }
a { background-color: rgb(218,184,189); }
div.DivClassName
{
background-color: #DAB8BD;
}
.BgClassName
{
background-color: #DAB8BD;
}
</style>
border-color css
<style>
span { border-color: #DAB8BD; }
span { border-color: rgb(218,184,189); }
td.TdClassName
{
border-color: #DAB8BD;
}
.TagClassName
{
border-color: #DAB8BD;
}
</style>