Shades of Blossom #D5B3BA
Tints of Blossom #D5B3BA
RGB
CMYK
RGB Variations
Color information
#D5B3BA (or 0xD5B3BA) is known color: Blossom. HEX triplet: D5, B3 and BA. RGB value is (213,179,186). Sum of RGB (Red+Green+Blue) = 213+179+186=578 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.85% from 578); Green value is 179 (70.31% from 255 or 30.97% from 578); Blue value is 186 (73.05% from 255 or 32.18% from 578); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5B3BA is #2A4C45. Grayscale: #BDBDBD. Windows color (decimal): -2772038 or 12235733. OLE color: 12235733.
HSL color Cylindrical-coordinate representation of color #D5B3BA: hue angle of 347.65º degrees, saturation: 0.29, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5B3BA is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 179 | 186 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.16 |
| HSL | 347.65º | 0.29% | 0.77% | - |
| HSV(B) | 347.65º | 0.16% | 0.84% | - |
| XYZ | 52.42 | 49.93 | 53.33 | - |
| YUV | 189.96 | 125.76 | 144.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 179 | 186 | 0 | 0.16 | 0.13 | 0.16 | 347.65 | 0.29 | 0.77 |
| Hex | D5 | B3 | BA | 0 | 10 | D | 10 | 15C | 1D | 4D |
| Octal | 325 | 263 | 272 | 0 | 20 | 15 | 20 | 534 | 35 | 115 |
| Binary | 11010101 | 10110011 | 10111010 | 0 | 10000 | 1101 | 10000 | 101011100 | 11101 | 1001101 |
Color Harmonies of #D5B3BA
Complementary color
Monochromatic Colors of #D5B3BA
Black with #D5B3BA
Text Example
Text Example
White with #D5B3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B3BA; }
p { color: rgb(213,179,186); }
H1.HeaderClassName
{
color: #D5B3BA;
}
.AnyTagClassName
{
color: #D5B3BA;
}
</style>
background-color css
<style>
a { background-color: #D5B3BA; }
a { background-color: rgb(213,179,186); }
div.DivClassName
{
background-color: #D5B3BA;
}
.BgClassName
{
background-color: #D5B3BA;
}
</style>
border-color css
<style>
span { border-color: #D5B3BA; }
span { border-color: rgb(213,179,186); }
td.TdClassName
{
border-color: #D5B3BA;
}
.TagClassName
{
border-color: #D5B3BA;
}
</style>