Shades of Blossom #D5B1B8
Tints of Blossom #D5B1B8
RGB
CMYK
RGB Variations
Color information
#D5B1B8 (or 0xD5B1B8) is known color: Blossom. HEX triplet: D5, B1 and B8. RGB value is (213,177,184). Sum of RGB (Red+Green+Blue) = 213+177+184=574 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.11% from 574); Green value is 177 (69.53% from 255 or 30.84% from 574); Blue value is 184 (72.27% from 255 or 32.06% from 574); Max value from RGB is 213 - color contains mainly: red. Hex color #D5B1B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5B1B8 is #2A4E47. Grayscale: #BCBCBC. Windows color (decimal): -2772552 or 12104149. OLE color: 12104149.
HSL color Cylindrical-coordinate representation of color #D5B1B8: hue angle of 348.33º degrees, saturation: 0.3, 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 #D5B1B8 is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 177 | 184 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.16 |
| HSL | 348.33º | 0.3% | 0.76% | - |
| HSV(B) | 348.33º | 0.17% | 0.84% | - |
| XYZ | 51.81 | 49.05 | 52.08 | - |
| YUV | 188.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 177 | 184 | 0 | 0.17 | 0.14 | 0.16 | 348.33 | 0.3 | 0.76 |
| Hex | D5 | B1 | B8 | 0 | 11 | E | 10 | 15C | 1E | 4C |
| Octal | 325 | 261 | 270 | 0 | 21 | 16 | 20 | 534 | 36 | 114 |
| Binary | 11010101 | 10110001 | 10111000 | 0 | 10001 | 1110 | 10000 | 101011100 | 11110 | 1001100 |
Color Harmonies of #D5B1B8
Complementary color
Monochromatic Colors of #D5B1B8
Black with #D5B1B8
Text Example
Text Example
White with #D5B1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5B1B8; }
p { color: rgb(213,177,184); }
H1.HeaderClassName
{
color: #D5B1B8;
}
.AnyTagClassName
{
color: #D5B1B8;
}
</style>
background-color css
<style>
a { background-color: #D5B1B8; }
a { background-color: rgb(213,177,184); }
div.DivClassName
{
background-color: #D5B1B8;
}
.BgClassName
{
background-color: #D5B1B8;
}
</style>
border-color css
<style>
span { border-color: #D5B1B8; }
span { border-color: rgb(213,177,184); }
td.TdClassName
{
border-color: #D5B1B8;
}
.TagClassName
{
border-color: #D5B1B8;
}
</style>