Shades of Blossom #DBAEB8
Tints of Blossom #DBAEB8
RGB
CMYK
RGB Variations
Color information
#DBAEB8 (or 0xDBAEB8) is known color: Blossom. HEX triplet: DB, AE and B8. RGB value is (219,174,184). Sum of RGB (Red+Green+Blue) = 219+174+184=577 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.95% from 577); Green value is 174 (68.36% from 255 or 30.16% from 577); Blue value is 184 (72.27% from 255 or 31.89% from 577); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEB8 is #245147. Grayscale: #BCBCBC. Windows color (decimal): -2380104 or 12103387. OLE color: 12103387.
HSL color Cylindrical-coordinate representation of color #DBAEB8: hue angle of 346.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DBAEB8 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 184 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.14 |
| HSL | 346.67º | 0.38% | 0.77% | - |
| HSV(B) | 346.67º | 0.21% | 0.86% | - |
| XYZ | 53 | 48.79 | 51.97 | - |
| YUV | 188.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 184 | 0 | 0.21 | 0.16 | 0.14 | 346.67 | 0.38 | 0.77 |
| Hex | DB | AE | B8 | 0 | 15 | 10 | E | 15B | 26 | 4D |
| Octal | 333 | 256 | 270 | 0 | 25 | 20 | 16 | 533 | 46 | 115 |
| Binary | 11011011 | 10101110 | 10111000 | 0 | 10101 | 10000 | 1110 | 101011011 | 100110 | 1001101 |
Color Harmonies of #DBAEB8
Complementary color
Monochromatic Colors of #DBAEB8
Black with #DBAEB8
Text Example
Text Example
White with #DBAEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEB8; }
p { color: rgb(219,174,184); }
H1.HeaderClassName
{
color: #DBAEB8;
}
.AnyTagClassName
{
color: #DBAEB8;
}
</style>
background-color css
<style>
a { background-color: #DBAEB8; }
a { background-color: rgb(219,174,184); }
div.DivClassName
{
background-color: #DBAEB8;
}
.BgClassName
{
background-color: #DBAEB8;
}
</style>
border-color css
<style>
span { border-color: #DBAEB8; }
span { border-color: rgb(219,174,184); }
td.TdClassName
{
border-color: #DBAEB8;
}
.TagClassName
{
border-color: #DBAEB8;
}
</style>