Shades of Pink Flare #D6B6BC
Tints of Pink Flare #D6B6BC
RGB
CMYK
RGB Variations
Color information
#D6B6BC (or 0xD6B6BC) is known color: Pink Flare. HEX triplet: D6, B6 and BC. RGB value is (214,182,188). Sum of RGB (Red+Green+Blue) = 214+182+188=584 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.64% from 584); Green value is 182 (71.48% from 255 or 31.16% from 584); Blue value is 188 (73.83% from 255 or 32.19% from 584); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B6BC is #294943. Grayscale: #C0C0C0. Windows color (decimal): -2705732 or 12367574. OLE color: 12367574.
HSL color Cylindrical-coordinate representation of color #D6B6BC: hue angle of 348.75º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6B6BC is Cyan = 0, Magento = 0.15, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 182 | 188 | - |
| CMYK | 0 | 0.15 | 0.12 | 0.16 |
| HSL | 348.75º | 0.28% | 0.78% | - |
| HSV(B) | 348.75º | 0.15% | 0.84% | - |
| XYZ | 53.54 | 51.38 | 54.67 | - |
| YUV | 192.25 | 125.6 | 143.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 182 | 188 | 0 | 0.15 | 0.12 | 0.16 | 348.75 | 0.28 | 0.78 |
| Hex | D6 | B6 | BC | 0 | F | C | 10 | 15D | 1C | 4E |
| Octal | 326 | 266 | 274 | 0 | 17 | 14 | 20 | 535 | 34 | 116 |
| Binary | 11010110 | 10110110 | 10111100 | 0 | 1111 | 1100 | 10000 | 101011101 | 11100 | 1001110 |
Color Harmonies of #D6B6BC
Complementary color
Monochromatic Colors of #D6B6BC
Black with #D6B6BC
Text Example
Text Example
White with #D6B6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B6BC; }
p { color: rgb(214,182,188); }
H1.HeaderClassName
{
color: #D6B6BC;
}
.AnyTagClassName
{
color: #D6B6BC;
}
</style>
background-color css
<style>
a { background-color: #D6B6BC; }
a { background-color: rgb(214,182,188); }
div.DivClassName
{
background-color: #D6B6BC;
}
.BgClassName
{
background-color: #D6B6BC;
}
</style>
border-color css
<style>
span { border-color: #D6B6BC; }
span { border-color: rgb(214,182,188); }
td.TdClassName
{
border-color: #D6B6BC;
}
.TagClassName
{
border-color: #D6B6BC;
}
</style>