Shades of Pink Flare #D5BDBF
Tints of Pink Flare #D5BDBF
RGB
CMYK
RGB Variations
Color information
#D5BDBF (or 0xD5BDBF) is known color: Pink Flare. HEX triplet: D5, BD and BF. RGB value is (213,189,191). Sum of RGB (Red+Green+Blue) = 213+189+191=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 191 (75% from 255 or 32.21% from 593); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BDBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BDBF is #2A4240. Grayscale: #C4C4C4. Windows color (decimal): -2769473 or 12565973. OLE color: 12565973.
HSL color Cylindrical-coordinate representation of color #D5BDBF: hue angle of 355º degrees, saturation: 0.22, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D5BDBF is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 189 | 191 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.16 |
| HSL | 355º | 0.22% | 0.79% | - |
| HSV(B) | 355º | 0.11% | 0.84% | - |
| XYZ | 55.04 | 54.3 | 56.87 | - |
| YUV | 196.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 191 | 0 | 0.11 | 0.10 | 0.16 | 355 | 0.22 | 0.79 |
| Hex | D5 | BD | BF | 0 | B | A | 10 | 163 | 16 | 4F |
| Octal | 325 | 275 | 277 | 0 | 13 | 12 | 20 | 543 | 26 | 117 |
| Binary | 11010101 | 10111101 | 10111111 | 0 | 1011 | 1010 | 10000 | 101100011 | 10110 | 1001111 |
Color Harmonies of #D5BDBF
Complementary color
Monochromatic Colors of #D5BDBF
Black with #D5BDBF
Text Example
Text Example
White with #D5BDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BDBF; }
p { color: rgb(213,189,191); }
H1.HeaderClassName
{
color: #D5BDBF;
}
.AnyTagClassName
{
color: #D5BDBF;
}
</style>
background-color css
<style>
a { background-color: #D5BDBF; }
a { background-color: rgb(213,189,191); }
div.DivClassName
{
background-color: #D5BDBF;
}
.BgClassName
{
background-color: #D5BDBF;
}
</style>
border-color css
<style>
span { border-color: #D5BDBF; }
span { border-color: rgb(213,189,191); }
td.TdClassName
{
border-color: #D5BDBF;
}
.TagClassName
{
border-color: #D5BDBF;
}
</style>