Shades of Pink Flare #D1B6B8
Tints of Pink Flare #D1B6B8
RGB
CMYK
RGB Variations
Color information
#D1B6B8 (or 0xD1B6B8) is known color: Pink Flare. HEX triplet: D1, B6 and B8. RGB value is (209,182,184). Sum of RGB (Red+Green+Blue) = 209+182+184=575 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.35% from 575); Green value is 182 (71.48% from 255 or 31.65% from 575); Blue value is 184 (72.27% from 255 or 32% from 575); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B6B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1B6B8 is #2E4947. Grayscale: #BEBEBE. Windows color (decimal): -3033416 or 12105425. OLE color: 12105425.
HSL color Cylindrical-coordinate representation of color #D1B6B8: hue angle of 355.56º degrees, saturation: 0.23, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1B6B8 is Cyan = 0, Magento = 0.13, Yellow = 0.12 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 182 | 184 | - |
| CMYK | 0 | 0.13 | 0.12 | 0.18 |
| HSL | 355.56º | 0.23% | 0.77% | - |
| HSV(B) | 355.56º | 0.13% | 0.82% | - |
| XYZ | 51.67 | 50.47 | 52.37 | - |
| YUV | 190.3 | 124.45 | 141.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 182 | 184 | 0 | 0.13 | 0.12 | 0.18 | 355.56 | 0.23 | 0.77 |
| Hex | D1 | B6 | B8 | 0 | D | C | 12 | 164 | 17 | 4D |
| Octal | 321 | 266 | 270 | 0 | 15 | 14 | 22 | 544 | 27 | 115 |
| Binary | 11010001 | 10110110 | 10111000 | 0 | 1101 | 1100 | 10010 | 101100100 | 10111 | 1001101 |
Color Harmonies of #D1B6B8
Complementary color
Monochromatic Colors of #D1B6B8
Black with #D1B6B8
Text Example
Text Example
White with #D1B6B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B6B8; }
p { color: rgb(209,182,184); }
H1.HeaderClassName
{
color: #D1B6B8;
}
.AnyTagClassName
{
color: #D1B6B8;
}
</style>
background-color css
<style>
a { background-color: #D1B6B8; }
a { background-color: rgb(209,182,184); }
div.DivClassName
{
background-color: #D1B6B8;
}
.BgClassName
{
background-color: #D1B6B8;
}
</style>
border-color css
<style>
span { border-color: #D1B6B8; }
span { border-color: rgb(209,182,184); }
td.TdClassName
{
border-color: #D1B6B8;
}
.TagClassName
{
border-color: #D1B6B8;
}
</style>