Shades of Pink Flare #D0B8BD
Tints of Pink Flare #D0B8BD
RGB
CMYK
RGB Variations
Color information
#D0B8BD (or 0xD0B8BD) is known color: Pink Flare. HEX triplet: D0, B8 and BD. RGB value is (208,184,189). Sum of RGB (Red+Green+Blue) = 208+184+189=581 (76% of max value = 765). Red value is 208 (81.64% from 255 or 35.80% from 581); Green value is 184 (72.27% from 255 or 31.67% from 581); Blue value is 189 (74.22% from 255 or 32.53% from 581); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B8BD is #2F4742. Grayscale: #BFBFBF. Windows color (decimal): -3098435 or 12433616. OLE color: 12433616.
HSL color Cylindrical-coordinate representation of color #D0B8BD: hue angle of 347.5º degrees, saturation: 0.2, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0B8BD is Cyan = 0, Magento = 0.12, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 184 | 189 | - |
| CMYK | 0 | 0.12 | 0.09 | 0.18 |
| HSL | 347.5º | 0.2% | 0.77% | - |
| HSV(B) | 347.5º | 0.12% | 0.82% | - |
| XYZ | 52.34 | 51.37 | 55.3 | - |
| YUV | 191.75 | 126.45 | 139.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 184 | 189 | 0 | 0.12 | 0.09 | 0.18 | 347.5 | 0.2 | 0.77 |
| Hex | D0 | B8 | BD | 0 | C | 9 | 12 | 15C | 14 | 4D |
| Octal | 320 | 270 | 275 | 0 | 14 | 11 | 22 | 534 | 24 | 115 |
| Binary | 11010000 | 10111000 | 10111101 | 0 | 1100 | 1001 | 10010 | 101011100 | 10100 | 1001101 |
Color Harmonies of #D0B8BD
Complementary color
Monochromatic Colors of #D0B8BD
Black with #D0B8BD
Text Example
Text Example
White with #D0B8BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B8BD; }
p { color: rgb(208,184,189); }
H1.HeaderClassName
{
color: #D0B8BD;
}
.AnyTagClassName
{
color: #D0B8BD;
}
</style>
background-color css
<style>
a { background-color: #D0B8BD; }
a { background-color: rgb(208,184,189); }
div.DivClassName
{
background-color: #D0B8BD;
}
.BgClassName
{
background-color: #D0B8BD;
}
</style>
border-color css
<style>
span { border-color: #D0B8BD; }
span { border-color: rgb(208,184,189); }
td.TdClassName
{
border-color: #D0B8BD;
}
.TagClassName
{
border-color: #D0B8BD;
}
</style>