Shades of Pink Flare #D6BABD
Tints of Pink Flare #D6BABD
RGB
CMYK
RGB Variations
Color information
#D6BABD (or 0xD6BABD) is known color: Pink Flare. HEX triplet: D6, BA and BD. RGB value is (214,186,189). Sum of RGB (Red+Green+Blue) = 214+186+189=589 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.33% from 589); Green value is 186 (73.05% from 255 or 31.58% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BABD is #294542. Grayscale: #C2C2C2. Windows color (decimal): -2704707 or 12434134. OLE color: 12434134.
HSL color Cylindrical-coordinate representation of color #D6BABD: hue angle of 353.57º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BABD is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 186 | 189 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.16 |
| HSL | 353.57º | 0.25% | 0.78% | - |
| HSV(B) | 353.57º | 0.13% | 0.84% | - |
| XYZ | 54.48 | 53.09 | 55.52 | - |
| YUV | 194.71 | 124.78 | 141.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 186 | 189 | 0 | 0.13 | 0.12 | 0.16 | 353.57 | 0.25 | 0.78 |
| Hex | D6 | BA | BD | 0 | D | C | 10 | 162 | 19 | 4E |
| Octal | 326 | 272 | 275 | 0 | 15 | 14 | 20 | 542 | 31 | 116 |
| Binary | 11010110 | 10111010 | 10111101 | 0 | 1101 | 1100 | 10000 | 101100010 | 11001 | 1001110 |
Color Harmonies of #D6BABD
Complementary color
Monochromatic Colors of #D6BABD
Black with #D6BABD
Text Example
Text Example
White with #D6BABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BABD; }
p { color: rgb(214,186,189); }
H1.HeaderClassName
{
color: #D6BABD;
}
.AnyTagClassName
{
color: #D6BABD;
}
</style>
background-color css
<style>
a { background-color: #D6BABD; }
a { background-color: rgb(214,186,189); }
div.DivClassName
{
background-color: #D6BABD;
}
.BgClassName
{
background-color: #D6BABD;
}
</style>
border-color css
<style>
span { border-color: #D6BABD; }
span { border-color: rgb(214,186,189); }
td.TdClassName
{
border-color: #D6BABD;
}
.TagClassName
{
border-color: #D6BABD;
}
</style>