Shades of Pink Flare #D4BBBF
Tints of Pink Flare #D4BBBF
RGB
CMYK
RGB Variations
Color information
#D4BBBF (or 0xD4BBBF) is known color: Pink Flare. HEX triplet: D4, BB and BF. RGB value is (212,187,191). Sum of RGB (Red+Green+Blue) = 212+187+191=590 (78% of max value = 765). Red value is 212 (83.20% from 255 or 35.93% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 191 (75% from 255 or 32.37% from 590); Max value from RGB is 212 - color contains mainly: red. Hex color #D4BBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4BBBF is #2B4440. Grayscale: #C2C2C2. Windows color (decimal): -2835521 or 12565460. OLE color: 12565460.
HSL color Cylindrical-coordinate representation of color #D4BBBF: hue angle of 350.4º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D4BBBF is Cyan = 0, Magento = 0.12, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 187 | 191 | - |
| CMYK | 0 | 0.12 | 0.10 | 0.17 |
| HSL | 350.4º | 0.23% | 0.78% | - |
| HSV(B) | 350.4º | 0.12% | 0.83% | - |
| XYZ | 54.33 | 53.3 | 56.71 | - |
| YUV | 194.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 187 | 191 | 0 | 0.12 | 0.10 | 0.17 | 350.4 | 0.23 | 0.78 |
| Hex | D4 | BB | BF | 0 | C | A | 11 | 15E | 17 | 4E |
| Octal | 324 | 273 | 277 | 0 | 14 | 12 | 21 | 536 | 27 | 116 |
| Binary | 11010100 | 10111011 | 10111111 | 0 | 1100 | 1010 | 10001 | 101011110 | 10111 | 1001110 |
Color Harmonies of #D4BBBF
Complementary color
Monochromatic Colors of #D4BBBF
Black with #D4BBBF
Text Example
Text Example
White with #D4BBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BBBF; }
p { color: rgb(212,187,191); }
H1.HeaderClassName
{
color: #D4BBBF;
}
.AnyTagClassName
{
color: #D4BBBF;
}
</style>
background-color css
<style>
a { background-color: #D4BBBF; }
a { background-color: rgb(212,187,191); }
div.DivClassName
{
background-color: #D4BBBF;
}
.BgClassName
{
background-color: #D4BBBF;
}
</style>
border-color css
<style>
span { border-color: #D4BBBF; }
span { border-color: rgb(212,187,191); }
td.TdClassName
{
border-color: #D4BBBF;
}
.TagClassName
{
border-color: #D4BBBF;
}
</style>