Shades of Blossom #D9B1B8
Tints of Blossom #D9B1B8
RGB
CMYK
RGB Variations
Color information
#D9B1B8 (or 0xD9B1B8) is known color: Blossom. HEX triplet: D9, B1 and B8. RGB value is (217,177,184). Sum of RGB (Red+Green+Blue) = 217+177+184=578 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.54% from 578); Green value is 177 (69.53% from 255 or 30.62% from 578); Blue value is 184 (72.27% from 255 or 31.83% from 578); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B1B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D9B1B8 is #264E47. Grayscale: #BDBDBD. Windows color (decimal): -2510408 or 12104153. OLE color: 12104153.
HSL color Cylindrical-coordinate representation of color #D9B1B8: hue angle of 349.5º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9B1B8 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 177 | 184 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.15 |
| HSL | 349.5º | 0.34% | 0.77% | - |
| HSV(B) | 349.5º | 0.18% | 0.85% | - |
| XYZ | 52.99 | 49.66 | 52.14 | - |
| YUV | 189.76 | 124.75 | 147.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 177 | 184 | 0 | 0.18 | 0.15 | 0.15 | 349.5 | 0.34 | 0.77 |
| Hex | D9 | B1 | B8 | 0 | 12 | F | F | 15E | 22 | 4D |
| Octal | 331 | 261 | 270 | 0 | 22 | 17 | 17 | 536 | 42 | 115 |
| Binary | 11011001 | 10110001 | 10111000 | 0 | 10010 | 1111 | 1111 | 101011110 | 100010 | 1001101 |
Color Harmonies of #D9B1B8
Complementary color
Monochromatic Colors of #D9B1B8
Black with #D9B1B8
Text Example
Text Example
White with #D9B1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9B1B8; }
p { color: rgb(217,177,184); }
H1.HeaderClassName
{
color: #D9B1B8;
}
.AnyTagClassName
{
color: #D9B1B8;
}
</style>
background-color css
<style>
a { background-color: #D9B1B8; }
a { background-color: rgb(217,177,184); }
div.DivClassName
{
background-color: #D9B1B8;
}
.BgClassName
{
background-color: #D9B1B8;
}
</style>
border-color css
<style>
span { border-color: #D9B1B8; }
span { border-color: rgb(217,177,184); }
td.TdClassName
{
border-color: #D9B1B8;
}
.TagClassName
{
border-color: #D9B1B8;
}
</style>