Shades of Pink Flare #D1BABD
Tints of Pink Flare #D1BABD
RGB
CMYK
RGB Variations
Color information
#D1BABD (or 0xD1BABD) is known color: Pink Flare. HEX triplet: D1, BA and BD. RGB value is (209,186,189). Sum of RGB (Red+Green+Blue) = 209+186+189=584 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.79% from 584); Green value is 186 (73.05% from 255 or 31.85% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1BABD is #2E4542. Grayscale: #C1C1C1. Windows color (decimal): -3032387 or 12434129. OLE color: 12434129.
HSL color Cylindrical-coordinate representation of color #D1BABD: hue angle of 352.17º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1BABD is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 186 | 189 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.18 |
| HSL | 352.17º | 0.2% | 0.77% | - |
| HSV(B) | 352.17º | 0.11% | 0.82% | - |
| XYZ | 53.04 | 52.35 | 55.45 | - |
| YUV | 193.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 186 | 189 | 0 | 0.11 | 0.10 | 0.18 | 352.17 | 0.2 | 0.77 |
| Hex | D1 | BA | BD | 0 | B | A | 12 | 160 | 14 | 4D |
| Octal | 321 | 272 | 275 | 0 | 13 | 12 | 22 | 540 | 24 | 115 |
| Binary | 11010001 | 10111010 | 10111101 | 0 | 1011 | 1010 | 10010 | 101100000 | 10100 | 1001101 |
Color Harmonies of #D1BABD
Complementary color
Monochromatic Colors of #D1BABD
Black with #D1BABD
Text Example
Text Example
White with #D1BABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BABD; }
p { color: rgb(209,186,189); }
H1.HeaderClassName
{
color: #D1BABD;
}
.AnyTagClassName
{
color: #D1BABD;
}
</style>
background-color css
<style>
a { background-color: #D1BABD; }
a { background-color: rgb(209,186,189); }
div.DivClassName
{
background-color: #D1BABD;
}
.BgClassName
{
background-color: #D1BABD;
}
</style>
border-color css
<style>
span { border-color: #D1BABD; }
span { border-color: rgb(209,186,189); }
td.TdClassName
{
border-color: #D1BABD;
}
.TagClassName
{
border-color: #D1BABD;
}
</style>