Shades of Pink Flare #D5BBBE
Tints of Pink Flare #D5BBBE
RGB
CMYK
RGB Variations
Color information
#D5BBBE (or 0xD5BBBE) is known color: Pink Flare. HEX triplet: D5, BB and BE. RGB value is (213,187,190). Sum of RGB (Red+Green+Blue) = 213+187+190=590 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.10% from 590); Green value is 187 (73.44% from 255 or 31.69% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BBBE is #2A4441. Grayscale: #C3C3C3. Windows color (decimal): -2769986 or 12499925. OLE color: 12499925.
HSL color Cylindrical-coordinate representation of color #D5BBBE: hue angle of 353.08º degrees, saturation: 0.24, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5BBBE is Cyan = 0, Magento = 0.12, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 187 | 190 | - |
| CMYK | 0 | 0.12 | 0.11 | 0.16 |
| HSL | 353.08º | 0.24% | 0.78% | - |
| HSV(B) | 353.08º | 0.12% | 0.84% | - |
| XYZ | 54.51 | 53.4 | 56.15 | - |
| YUV | 195.12 | 125.11 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 187 | 190 | 0 | 0.12 | 0.11 | 0.16 | 353.08 | 0.24 | 0.78 |
| Hex | D5 | BB | BE | 0 | C | B | 10 | 161 | 18 | 4E |
| Octal | 325 | 273 | 276 | 0 | 14 | 13 | 20 | 541 | 30 | 116 |
| Binary | 11010101 | 10111011 | 10111110 | 0 | 1100 | 1011 | 10000 | 101100001 | 11000 | 1001110 |
Color Harmonies of #D5BBBE
Complementary color
Monochromatic Colors of #D5BBBE
Black with #D5BBBE
Text Example
Text Example
White with #D5BBBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BBBE; }
p { color: rgb(213,187,190); }
H1.HeaderClassName
{
color: #D5BBBE;
}
.AnyTagClassName
{
color: #D5BBBE;
}
</style>
background-color css
<style>
a { background-color: #D5BBBE; }
a { background-color: rgb(213,187,190); }
div.DivClassName
{
background-color: #D5BBBE;
}
.BgClassName
{
background-color: #D5BBBE;
}
</style>
border-color css
<style>
span { border-color: #D5BBBE; }
span { border-color: rgb(213,187,190); }
td.TdClassName
{
border-color: #D5BBBE;
}
.TagClassName
{
border-color: #D5BBBE;
}
</style>