Shades of Pink Flare #D6BBBD
Tints of Pink Flare #D6BBBD
RGB
CMYK
RGB Variations
Color information
#D6BBBD (or 0xD6BBBD) is known color: Pink Flare. HEX triplet: D6, BB and BD. RGB value is (214,187,189). Sum of RGB (Red+Green+Blue) = 214+187+189=590 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.27% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 189 (74.22% from 255 or 32.03% from 590); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6BBBD is #294442. Grayscale: #C3C3C3. Windows color (decimal): -2704451 or 12434390. OLE color: 12434390.
HSL color Cylindrical-coordinate representation of color #D6BBBD: hue angle of 355.56º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D6BBBD is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 189 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.16 |
| HSL | 355.56º | 0.25% | 0.79% | - |
| HSV(B) | 355.56º | 0.13% | 0.84% | - |
| XYZ | 54.69 | 53.51 | 55.59 | - |
| YUV | 195.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 189 | 0 | 0.13 | 0.12 | 0.16 | 355.56 | 0.25 | 0.79 |
| Hex | D6 | BB | BD | 0 | D | C | 10 | 164 | 19 | 4F |
| Octal | 326 | 273 | 275 | 0 | 15 | 14 | 20 | 544 | 31 | 117 |
| Binary | 11010110 | 10111011 | 10111101 | 0 | 1101 | 1100 | 10000 | 101100100 | 11001 | 1001111 |
Color Harmonies of #D6BBBD
Complementary color
Monochromatic Colors of #D6BBBD
Black with #D6BBBD
Text Example
Text Example
White with #D6BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BBBD; }
p { color: rgb(214,187,189); }
H1.HeaderClassName
{
color: #D6BBBD;
}
.AnyTagClassName
{
color: #D6BBBD;
}
</style>
background-color css
<style>
a { background-color: #D6BBBD; }
a { background-color: rgb(214,187,189); }
div.DivClassName
{
background-color: #D6BBBD;
}
.BgClassName
{
background-color: #D6BBBD;
}
</style>
border-color css
<style>
span { border-color: #D6BBBD; }
span { border-color: rgb(214,187,189); }
td.TdClassName
{
border-color: #D6BBBD;
}
.TagClassName
{
border-color: #D6BBBD;
}
</style>