Shades of Pink Flare #D0BABD
Tints of Pink Flare #D0BABD
RGB
CMYK
RGB Variations
Color information
#D0BABD (or 0xD0BABD) is known color: Pink Flare. HEX triplet: D0, BA and BD. RGB value is (208,186,189). Sum of RGB (Red+Green+Blue) = 208+186+189=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 189 (74.22% from 255 or 32.42% from 583); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BABD is #2F4542. Grayscale: #C0C0C0. Windows color (decimal): -3097923 or 12434128. OLE color: 12434128.
HSL color Cylindrical-coordinate representation of color #D0BABD: hue angle of 351.82º degrees, saturation: 0.19, 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 #D0BABD is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 186 | 189 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.18 |
| HSL | 351.82º | 0.19% | 0.77% | - |
| HSV(B) | 351.82º | 0.11% | 0.82% | - |
| XYZ | 52.76 | 52.2 | 55.44 | - |
| YUV | 192.92 | 125.79 | 138.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 186 | 189 | 0 | 0.11 | 0.09 | 0.18 | 351.82 | 0.19 | 0.77 |
| Hex | D0 | BA | BD | 0 | B | 9 | 12 | 160 | 13 | 4D |
| Octal | 320 | 272 | 275 | 0 | 13 | 11 | 22 | 540 | 23 | 115 |
| Binary | 11010000 | 10111010 | 10111101 | 0 | 1011 | 1001 | 10010 | 101100000 | 10011 | 1001101 |
Color Harmonies of #D0BABD
Complementary color
Monochromatic Colors of #D0BABD
Black with #D0BABD
Text Example
Text Example
White with #D0BABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BABD; }
p { color: rgb(208,186,189); }
H1.HeaderClassName
{
color: #D0BABD;
}
.AnyTagClassName
{
color: #D0BABD;
}
</style>
background-color css
<style>
a { background-color: #D0BABD; }
a { background-color: rgb(208,186,189); }
div.DivClassName
{
background-color: #D0BABD;
}
.BgClassName
{
background-color: #D0BABD;
}
</style>
border-color css
<style>
span { border-color: #D0BABD; }
span { border-color: rgb(208,186,189); }
td.TdClassName
{
border-color: #D0BABD;
}
.TagClassName
{
border-color: #D0BABD;
}
</style>