Shades of Blossom #DBB1B8
Tints of Blossom #DBB1B8
RGB
CMYK
RGB Variations
Color information
#DBB1B8 (or 0xDBB1B8) is known color: Blossom. HEX triplet: DB, B1 and B8. RGB value is (219,177,184). Sum of RGB (Red+Green+Blue) = 219+177+184=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 177 (69.53% from 255 or 30.52% from 580); Blue value is 184 (72.27% from 255 or 31.72% from 580); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB1B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB1B8 is #244E47. Grayscale: #BEBEBE. Windows color (decimal): -2379336 or 12104155. OLE color: 12104155.
HSL color Cylindrical-coordinate representation of color #DBB1B8: hue angle of 350º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBB1B8 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 177 | 184 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.14 |
| HSL | 350º | 0.37% | 0.78% | - |
| HSV(B) | 350º | 0.19% | 0.86% | - |
| XYZ | 53.59 | 49.97 | 52.17 | - |
| YUV | 190.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 177 | 184 | 0 | 0.19 | 0.16 | 0.14 | 350 | 0.37 | 0.78 |
| Hex | DB | B1 | B8 | 0 | 13 | 10 | E | 15E | 25 | 4E |
| Octal | 333 | 261 | 270 | 0 | 23 | 20 | 16 | 536 | 45 | 116 |
| Binary | 11011011 | 10110001 | 10111000 | 0 | 10011 | 10000 | 1110 | 101011110 | 100101 | 1001110 |
Color Harmonies of #DBB1B8
Complementary color
Monochromatic Colors of #DBB1B8
Black with #DBB1B8
Text Example
Text Example
White with #DBB1B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB1B8; }
p { color: rgb(219,177,184); }
H1.HeaderClassName
{
color: #DBB1B8;
}
.AnyTagClassName
{
color: #DBB1B8;
}
</style>
background-color css
<style>
a { background-color: #DBB1B8; }
a { background-color: rgb(219,177,184); }
div.DivClassName
{
background-color: #DBB1B8;
}
.BgClassName
{
background-color: #DBB1B8;
}
</style>
border-color css
<style>
span { border-color: #DBB1B8; }
span { border-color: rgb(219,177,184); }
td.TdClassName
{
border-color: #DBB1B8;
}
.TagClassName
{
border-color: #DBB1B8;
}
</style>