Shades of Pink Flare #D8BBBE
Tints of Pink Flare #D8BBBE
RGB
CMYK
RGB Variations
Color information
#D8BBBE (or 0xD8BBBE) is known color: Pink Flare. HEX triplet: D8, BB and BE. RGB value is (216,187,190). Sum of RGB (Red+Green+Blue) = 216+187+190=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 187 (73.44% from 255 or 31.53% from 593); Blue value is 190 (74.61% from 255 or 32.04% from 593); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8BBBE is #274441. Grayscale: #C4C4C4. Windows color (decimal): -2573378 or 12499928. OLE color: 12499928.
HSL color Cylindrical-coordinate representation of color #D8BBBE: hue angle of 353.79º degrees, saturation: 0.27, 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 #D8BBBE is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 187 | 190 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.15 |
| HSL | 353.79º | 0.27% | 0.79% | - |
| HSV(B) | 353.79º | 0.13% | 0.85% | - |
| XYZ | 55.38 | 53.86 | 56.19 | - |
| YUV | 196.01 | 124.61 | 142.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 187 | 190 | 0 | 0.13 | 0.12 | 0.15 | 353.79 | 0.27 | 0.79 |
| Hex | D8 | BB | BE | 0 | D | C | F | 162 | 1B | 4F |
| Octal | 330 | 273 | 276 | 0 | 15 | 14 | 17 | 542 | 33 | 117 |
| Binary | 11011000 | 10111011 | 10111110 | 0 | 1101 | 1100 | 1111 | 101100010 | 11011 | 1001111 |
Color Harmonies of #D8BBBE
Complementary color
Monochromatic Colors of #D8BBBE
Black with #D8BBBE
Text Example
Text Example
White with #D8BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8BBBE; }
p { color: rgb(216,187,190); }
H1.HeaderClassName
{
color: #D8BBBE;
}
.AnyTagClassName
{
color: #D8BBBE;
}
</style>
background-color css
<style>
a { background-color: #D8BBBE; }
a { background-color: rgb(216,187,190); }
div.DivClassName
{
background-color: #D8BBBE;
}
.BgClassName
{
background-color: #D8BBBE;
}
</style>
border-color css
<style>
span { border-color: #D8BBBE; }
span { border-color: rgb(216,187,190); }
td.TdClassName
{
border-color: #D8BBBE;
}
.TagClassName
{
border-color: #D8BBBE;
}
</style>