Shades of Pink Flare #DABDBF
Tints of Pink Flare #DABDBF
RGB
CMYK
RGB Variations
Color information
#DABDBF (or 0xDABDBF) is known color: Pink Flare. HEX triplet: DA, BD and BF. RGB value is (218,189,191). Sum of RGB (Red+Green+Blue) = 218+189+191=598 (79% of max value = 765). Red value is 218 (85.55% from 255 or 36.45% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 191 (75% from 255 or 31.94% from 598); Max value from RGB is 218 - color contains mainly: red. Hex color #DABDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DABDBF is #254240. Grayscale: #C5C5C5. Windows color (decimal): -2441793 or 12565978. OLE color: 12565978.
HSL color Cylindrical-coordinate representation of color #DABDBF: hue angle of 355.86º degrees, saturation: 0.28, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DABDBF is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 189 | 191 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.15 |
| HSL | 355.86º | 0.28% | 0.8% | - |
| HSV(B) | 355.86º | 0.13% | 0.85% | - |
| XYZ | 56.52 | 55.06 | 56.94 | - |
| YUV | 197.9 | 124.11 | 142.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 189 | 191 | 0 | 0.13 | 0.12 | 0.15 | 355.86 | 0.28 | 0.8 |
| Hex | DA | BD | BF | 0 | D | C | F | 164 | 1C | 50 |
| Octal | 332 | 275 | 277 | 0 | 15 | 14 | 17 | 544 | 34 | 120 |
| Binary | 11011010 | 10111101 | 10111111 | 0 | 1101 | 1100 | 1111 | 101100100 | 11100 | 1010000 |
Color Harmonies of #DABDBF
Complementary color
Monochromatic Colors of #DABDBF
Black with #DABDBF
Text Example
Text Example
White with #DABDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DABDBF; }
p { color: rgb(218,189,191); }
H1.HeaderClassName
{
color: #DABDBF;
}
.AnyTagClassName
{
color: #DABDBF;
}
</style>
background-color css
<style>
a { background-color: #DABDBF; }
a { background-color: rgb(218,189,191); }
div.DivClassName
{
background-color: #DABDBF;
}
.BgClassName
{
background-color: #DABDBF;
}
</style>
border-color css
<style>
span { border-color: #DABDBF; }
span { border-color: rgb(218,189,191); }
td.TdClassName
{
border-color: #DABDBF;
}
.TagClassName
{
border-color: #DABDBF;
}
</style>