Shades of Pink Flare #D2BDBF
Tints of Pink Flare #D2BDBF
RGB
CMYK
RGB Variations
Color information
#D2BDBF (or 0xD2BDBF) is known color: Pink Flare. HEX triplet: D2, BD and BF. RGB value is (210,189,191). Sum of RGB (Red+Green+Blue) = 210+189+191=590 (78% of max value = 765). Red value is 210 (82.42% from 255 or 35.59% from 590); Green value is 189 (74.22% from 255 or 32.03% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BDBF is #2D4240. Grayscale: #C3C3C3. Windows color (decimal): -2966081 or 12565970. OLE color: 12565970.
HSL color Cylindrical-coordinate representation of color #D2BDBF: hue angle of 354.29º degrees, saturation: 0.19, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2BDBF is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 189 | 191 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.18 |
| HSL | 354.29º | 0.19% | 0.78% | - |
| HSV(B) | 354.29º | 0.1% | 0.82% | - |
| XYZ | 54.18 | 53.86 | 56.83 | - |
| YUV | 195.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 189 | 191 | 0 | 0.10 | 0.09 | 0.18 | 354.29 | 0.19 | 0.78 |
| Hex | D2 | BD | BF | 0 | A | 9 | 12 | 162 | 13 | 4E |
| Octal | 322 | 275 | 277 | 0 | 12 | 11 | 22 | 542 | 23 | 116 |
| Binary | 11010010 | 10111101 | 10111111 | 0 | 1010 | 1001 | 10010 | 101100010 | 10011 | 1001110 |
Color Harmonies of #D2BDBF
Complementary color
Monochromatic Colors of #D2BDBF
Black with #D2BDBF
Text Example
Text Example
White with #D2BDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BDBF; }
p { color: rgb(210,189,191); }
H1.HeaderClassName
{
color: #D2BDBF;
}
.AnyTagClassName
{
color: #D2BDBF;
}
</style>
background-color css
<style>
a { background-color: #D2BDBF; }
a { background-color: rgb(210,189,191); }
div.DivClassName
{
background-color: #D2BDBF;
}
.BgClassName
{
background-color: #D2BDBF;
}
</style>
border-color css
<style>
span { border-color: #D2BDBF; }
span { border-color: rgb(210,189,191); }
td.TdClassName
{
border-color: #D2BDBF;
}
.TagClassName
{
border-color: #D2BDBF;
}
</style>