Shades of Pink Flare #D8BCBE
Tints of Pink Flare #D8BCBE
RGB
CMYK
RGB Variations
Color information
#D8BCBE (or 0xD8BCBE) is known color: Pink Flare. HEX triplet: D8, BC and BE. RGB value is (216,188,190). Sum of RGB (Red+Green+Blue) = 216+188+190=594 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.36% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BCBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BCBE is #274341. Grayscale: #C4C4C4. Windows color (decimal): -2573122 or 12500184. OLE color: 12500184.
HSL color Cylindrical-coordinate representation of color #D8BCBE: hue angle of 355.71º degrees, saturation: 0.26, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D8BCBE is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 188 | 190 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.15 |
| HSL | 355.71º | 0.26% | 0.79% | - |
| HSV(B) | 355.71º | 0.13% | 0.85% | - |
| XYZ | 55.6 | 54.28 | 56.26 | - |
| YUV | 196.6 | 124.28 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 188 | 190 | 0 | 0.13 | 0.12 | 0.15 | 355.71 | 0.26 | 0.79 |
| Hex | D8 | BC | BE | 0 | D | C | F | 164 | 1A | 4F |
| Octal | 330 | 274 | 276 | 0 | 15 | 14 | 17 | 544 | 32 | 117 |
| Binary | 11011000 | 10111100 | 10111110 | 0 | 1101 | 1100 | 1111 | 101100100 | 11010 | 1001111 |
Color Harmonies of #D8BCBE
Complementary color
Monochromatic Colors of #D8BCBE
Black with #D8BCBE
Text Example
Text Example
White with #D8BCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BCBE; }
p { color: rgb(216,188,190); }
H1.HeaderClassName
{
color: #D8BCBE;
}
.AnyTagClassName
{
color: #D8BCBE;
}
</style>
background-color css
<style>
a { background-color: #D8BCBE; }
a { background-color: rgb(216,188,190); }
div.DivClassName
{
background-color: #D8BCBE;
}
.BgClassName
{
background-color: #D8BCBE;
}
</style>
border-color css
<style>
span { border-color: #D8BCBE; }
span { border-color: rgb(216,188,190); }
td.TdClassName
{
border-color: #D8BCBE;
}
.TagClassName
{
border-color: #D8BCBE;
}
</style>