Shades of Pink Flare #D5BDBE
Tints of Pink Flare #D5BDBE
RGB
CMYK
RGB Variations
Color information
#D5BDBE (or 0xD5BDBE) is known color: Pink Flare. HEX triplet: D5, BD and BE. RGB value is (213,189,190). Sum of RGB (Red+Green+Blue) = 213+189+190=592 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.98% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 190 (74.61% from 255 or 32.09% from 592); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BDBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5BDBE is #2A4241. Grayscale: #C4C4C4. Windows color (decimal): -2769474 or 12500437. OLE color: 12500437.
HSL color Cylindrical-coordinate representation of color #D5BDBE: hue angle of 357.5º 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 #D5BDBE is Cyan = 0, Magento = 0.11, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 189 | 190 | - |
| CMYK | 0 | 0.11 | 0.11 | 0.16 |
| HSL | 357.5º | 0.22% | 0.79% | - |
| HSV(B) | 357.5º | 0.11% | 0.84% | - |
| XYZ | 54.93 | 54.26 | 56.29 | - |
| YUV | 196.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 190 | 0 | 0.11 | 0.11 | 0.16 | 357.5 | 0.22 | 0.79 |
| Hex | D5 | BD | BE | 0 | B | B | 10 | 166 | 16 | 4F |
| Octal | 325 | 275 | 276 | 0 | 13 | 13 | 20 | 546 | 26 | 117 |
| Binary | 11010101 | 10111101 | 10111110 | 0 | 1011 | 1011 | 10000 | 101100110 | 10110 | 1001111 |
Color Harmonies of #D5BDBE
Complementary color
Monochromatic Colors of #D5BDBE
Black with #D5BDBE
Text Example
Text Example
White with #D5BDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BDBE; }
p { color: rgb(213,189,190); }
H1.HeaderClassName
{
color: #D5BDBE;
}
.AnyTagClassName
{
color: #D5BDBE;
}
</style>
background-color css
<style>
a { background-color: #D5BDBE; }
a { background-color: rgb(213,189,190); }
div.DivClassName
{
background-color: #D5BDBE;
}
.BgClassName
{
background-color: #D5BDBE;
}
</style>
border-color css
<style>
span { border-color: #D5BDBE; }
span { border-color: rgb(213,189,190); }
td.TdClassName
{
border-color: #D5BDBE;
}
.TagClassName
{
border-color: #D5BDBE;
}
</style>