Shades of Pink Flare #D9BBBE
Tints of Pink Flare #D9BBBE
RGB
CMYK
RGB Variations
Color information
#D9BBBE (or 0xD9BBBE) is known color: Pink Flare. HEX triplet: D9, BB and BE. RGB value is (217,187,190). Sum of RGB (Red+Green+Blue) = 217+187+190=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 187 (73.44% from 255 or 31.48% from 594); Blue value is 190 (74.61% from 255 or 31.99% from 594); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9BBBE is #264441. Grayscale: #C4C4C4. Windows color (decimal): -2507842 or 12499929. OLE color: 12499929.
HSL color Cylindrical-coordinate representation of color #D9BBBE: hue angle of 354º degrees, saturation: 0.28, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9BBBE is Cyan = 0, Magento = 0.14, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 187 | 190 | - |
| CMYK | 0 | 0.14 | 0.12 | 0.15 |
| HSL | 354º | 0.28% | 0.79% | - |
| HSV(B) | 354º | 0.14% | 0.85% | - |
| XYZ | 55.68 | 54.01 | 56.21 | - |
| YUV | 196.31 | 124.44 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 187 | 190 | 0 | 0.14 | 0.12 | 0.15 | 354 | 0.28 | 0.79 |
| Hex | D9 | BB | BE | 0 | E | C | F | 162 | 1C | 4F |
| Octal | 331 | 273 | 276 | 0 | 16 | 14 | 17 | 542 | 34 | 117 |
| Binary | 11011001 | 10111011 | 10111110 | 0 | 1110 | 1100 | 1111 | 101100010 | 11100 | 1001111 |
Color Harmonies of #D9BBBE
Complementary color
Monochromatic Colors of #D9BBBE
Black with #D9BBBE
Text Example
Text Example
White with #D9BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9BBBE; }
p { color: rgb(217,187,190); }
H1.HeaderClassName
{
color: #D9BBBE;
}
.AnyTagClassName
{
color: #D9BBBE;
}
</style>
background-color css
<style>
a { background-color: #D9BBBE; }
a { background-color: rgb(217,187,190); }
div.DivClassName
{
background-color: #D9BBBE;
}
.BgClassName
{
background-color: #D9BBBE;
}
</style>
border-color css
<style>
span { border-color: #D9BBBE; }
span { border-color: rgb(217,187,190); }
td.TdClassName
{
border-color: #D9BBBE;
}
.TagClassName
{
border-color: #D9BBBE;
}
</style>