Shades of Pink Flare #D2B9BD
Tints of Pink Flare #D2B9BD
RGB
CMYK
RGB Variations
Color information
#D2B9BD (or 0xD2B9BD) is known color: Pink Flare. HEX triplet: D2, B9 and BD. RGB value is (210,185,189). Sum of RGB (Red+Green+Blue) = 210+185+189=584 (77% of max value = 765). Red value is 210 (82.42% from 255 or 35.96% from 584); Green value is 185 (72.66% from 255 or 31.68% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2B9BD is #2D4642. Grayscale: #C0C0C0. Windows color (decimal): -2967107 or 12433874. OLE color: 12433874.
HSL color Cylindrical-coordinate representation of color #D2B9BD: hue angle of 350.4º degrees, saturation: 0.22, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D2B9BD is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 185 | 189 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.18 |
| HSL | 350.4º | 0.22% | 0.77% | - |
| HSV(B) | 350.4º | 0.12% | 0.82% | - |
| XYZ | 53.11 | 52.07 | 55.4 | - |
| YUV | 192.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 185 | 189 | 0 | 0.12 | 0.10 | 0.18 | 350.4 | 0.22 | 0.77 |
| Hex | D2 | B9 | BD | 0 | C | A | 12 | 15E | 16 | 4D |
| Octal | 322 | 271 | 275 | 0 | 14 | 12 | 22 | 536 | 26 | 115 |
| Binary | 11010010 | 10111001 | 10111101 | 0 | 1100 | 1010 | 10010 | 101011110 | 10110 | 1001101 |
Color Harmonies of #D2B9BD
Complementary color
Monochromatic Colors of #D2B9BD
Black with #D2B9BD
Text Example
Text Example
White with #D2B9BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B9BD; }
p { color: rgb(210,185,189); }
H1.HeaderClassName
{
color: #D2B9BD;
}
.AnyTagClassName
{
color: #D2B9BD;
}
</style>
background-color css
<style>
a { background-color: #D2B9BD; }
a { background-color: rgb(210,185,189); }
div.DivClassName
{
background-color: #D2B9BD;
}
.BgClassName
{
background-color: #D2B9BD;
}
</style>
border-color css
<style>
span { border-color: #D2B9BD; }
span { border-color: rgb(210,185,189); }
td.TdClassName
{
border-color: #D2B9BD;
}
.TagClassName
{
border-color: #D2B9BD;
}
</style>