Shades of Blossom #D5B0B8
Tints of Blossom #D5B0B8
RGB
CMYK
RGB Variations
Color information
#D5B0B8 (or 0xD5B0B8) is known color: Blossom. HEX triplet: D5, B0 and B8. RGB value is (213,176,184). Sum of RGB (Red+Green+Blue) = 213+176+184=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 184 (72.27% from 255 or 32.11% from 573); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B0B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B0B8 is #2A4F47. Grayscale: #BBBBBB. Windows color (decimal): -2772808 or 12103893. OLE color: 12103893.
HSL color Cylindrical-coordinate representation of color #D5B0B8: hue angle of 347.03º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5B0B8 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 176 | 184 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.16 |
| HSL | 347.03º | 0.31% | 0.76% | - |
| HSV(B) | 347.03º | 0.17% | 0.84% | - |
| XYZ | 51.62 | 48.66 | 52.02 | - |
| YUV | 187.98 | 125.76 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 176 | 184 | 0 | 0.17 | 0.14 | 0.16 | 347.03 | 0.31 | 0.76 |
| Hex | D5 | B0 | B8 | 0 | 11 | E | 10 | 15B | 1F | 4C |
| Octal | 325 | 260 | 270 | 0 | 21 | 16 | 20 | 533 | 37 | 114 |
| Binary | 11010101 | 10110000 | 10111000 | 0 | 10001 | 1110 | 10000 | 101011011 | 11111 | 1001100 |
Color Harmonies of #D5B0B8
Complementary color
Monochromatic Colors of #D5B0B8
Black with #D5B0B8
Text Example
Text Example
White with #D5B0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B0B8; }
p { color: rgb(213,176,184); }
H1.HeaderClassName
{
color: #D5B0B8;
}
.AnyTagClassName
{
color: #D5B0B8;
}
</style>
background-color css
<style>
a { background-color: #D5B0B8; }
a { background-color: rgb(213,176,184); }
div.DivClassName
{
background-color: #D5B0B8;
}
.BgClassName
{
background-color: #D5B0B8;
}
</style>
border-color css
<style>
span { border-color: #D5B0B8; }
span { border-color: rgb(213,176,184); }
td.TdClassName
{
border-color: #D5B0B8;
}
.TagClassName
{
border-color: #D5B0B8;
}
</style>