Shades of Pink Flare #D3BCBF
Tints of Pink Flare #D3BCBF
RGB
CMYK
RGB Variations
Color information
#D3BCBF (or 0xD3BCBF) is known color: Pink Flare. HEX triplet: D3, BC and BF. RGB value is (211,188,191). Sum of RGB (Red+Green+Blue) = 211+188+191=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 211 - color contains mainly: red. Hex color #D3BCBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BCBF is #2C4340. Grayscale: #C3C3C3. Windows color (decimal): -2900801 or 12565715. OLE color: 12565715.
HSL color Cylindrical-coordinate representation of color #D3BCBF: hue angle of 352.17º degrees, saturation: 0.21, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D3BCBF is Cyan = 0, Magento = 0.11, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 188 | 191 | - |
| CMYK | 0 | 0.11 | 0.09 | 0.17 |
| HSL | 352.17º | 0.21% | 0.78% | - |
| HSV(B) | 352.17º | 0.11% | 0.83% | - |
| XYZ | 54.25 | 53.58 | 56.77 | - |
| YUV | 195.22 | 125.62 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 188 | 191 | 0 | 0.11 | 0.09 | 0.17 | 352.17 | 0.21 | 0.78 |
| Hex | D3 | BC | BF | 0 | B | 9 | 11 | 160 | 15 | 4E |
| Octal | 323 | 274 | 277 | 0 | 13 | 11 | 21 | 540 | 25 | 116 |
| Binary | 11010011 | 10111100 | 10111111 | 0 | 1011 | 1001 | 10001 | 101100000 | 10101 | 1001110 |
Color Harmonies of #D3BCBF
Complementary color
Monochromatic Colors of #D3BCBF
Black with #D3BCBF
Text Example
Text Example
White with #D3BCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BCBF; }
p { color: rgb(211,188,191); }
H1.HeaderClassName
{
color: #D3BCBF;
}
.AnyTagClassName
{
color: #D3BCBF;
}
</style>
background-color css
<style>
a { background-color: #D3BCBF; }
a { background-color: rgb(211,188,191); }
div.DivClassName
{
background-color: #D3BCBF;
}
.BgClassName
{
background-color: #D3BCBF;
}
</style>
border-color css
<style>
span { border-color: #D3BCBF; }
span { border-color: rgb(211,188,191); }
td.TdClassName
{
border-color: #D3BCBF;
}
.TagClassName
{
border-color: #D3BCBF;
}
</style>