Shades of Pink Flare #D6B5BB
Tints of Pink Flare #D6B5BB
RGB
CMYK
RGB Variations
Color information
#D6B5BB (or 0xD6B5BB) is known color: Pink Flare. HEX triplet: D6, B5 and BB. RGB value is (214,181,187). Sum of RGB (Red+Green+Blue) = 214+181+187=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 181 (71.09% from 255 or 31.10% from 582); Blue value is 187 (73.44% from 255 or 32.13% from 582); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6B5BB is #294A44. Grayscale: #BFBFBF. Windows color (decimal): -2705989 or 12301782. OLE color: 12301782.
HSL color Cylindrical-coordinate representation of color #D6B5BB: hue angle of 349.09º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6B5BB is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 181 | 187 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.16 |
| HSL | 349.09º | 0.29% | 0.77% | - |
| HSV(B) | 349.09º | 0.15% | 0.84% | - |
| XYZ | 53.23 | 50.93 | 54.04 | - |
| YUV | 191.55 | 125.43 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 181 | 187 | 0 | 0.15 | 0.13 | 0.16 | 349.09 | 0.29 | 0.77 |
| Hex | D6 | B5 | BB | 0 | F | D | 10 | 15D | 1D | 4D |
| Octal | 326 | 265 | 273 | 0 | 17 | 15 | 20 | 535 | 35 | 115 |
| Binary | 11010110 | 10110101 | 10111011 | 0 | 1111 | 1101 | 10000 | 101011101 | 11101 | 1001101 |
Color Harmonies of #D6B5BB
Complementary color
Monochromatic Colors of #D6B5BB
Black with #D6B5BB
Text Example
Text Example
White with #D6B5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B5BB; }
p { color: rgb(214,181,187); }
H1.HeaderClassName
{
color: #D6B5BB;
}
.AnyTagClassName
{
color: #D6B5BB;
}
</style>
background-color css
<style>
a { background-color: #D6B5BB; }
a { background-color: rgb(214,181,187); }
div.DivClassName
{
background-color: #D6B5BB;
}
.BgClassName
{
background-color: #D6B5BB;
}
</style>
border-color css
<style>
span { border-color: #D6B5BB; }
span { border-color: rgb(214,181,187); }
td.TdClassName
{
border-color: #D6B5BB;
}
.TagClassName
{
border-color: #D6B5BB;
}
</style>