Shades of Blossom #DBAEB4
Tints of Blossom #DBAEB4
RGB
CMYK
RGB Variations
Color information
#DBAEB4 (or 0xDBAEB4) is known color: Blossom. HEX triplet: DB, AE and B4. RGB value is (219,174,180). Sum of RGB (Red+Green+Blue) = 219+174+180=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 174 (68.36% from 255 or 30.37% from 573); Blue value is 180 (70.70% from 255 or 31.41% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEB4 is #24514B. Grayscale: #BCBCBC. Windows color (decimal): -2380108 or 11841243. OLE color: 11841243.
HSL color Cylindrical-coordinate representation of color #DBAEB4: hue angle of 352º 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 #DBAEB4 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 180 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.14 |
| HSL | 352º | 0.38% | 0.77% | - |
| HSV(B) | 352º | 0.21% | 0.86% | - |
| XYZ | 52.59 | 48.63 | 49.79 | - |
| YUV | 188.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 180 | 0 | 0.21 | 0.18 | 0.14 | 352 | 0.38 | 0.77 |
| Hex | DB | AE | B4 | 0 | 15 | 12 | E | 160 | 26 | 4D |
| Octal | 333 | 256 | 264 | 0 | 25 | 22 | 16 | 540 | 46 | 115 |
| Binary | 11011011 | 10101110 | 10110100 | 0 | 10101 | 10010 | 1110 | 101100000 | 100110 | 1001101 |
Color Harmonies of #DBAEB4
Complementary color
Monochromatic Colors of #DBAEB4
Black with #DBAEB4
Text Example
Text Example
White with #DBAEB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEB4; }
p { color: rgb(219,174,180); }
H1.HeaderClassName
{
color: #DBAEB4;
}
.AnyTagClassName
{
color: #DBAEB4;
}
</style>
background-color css
<style>
a { background-color: #DBAEB4; }
a { background-color: rgb(219,174,180); }
div.DivClassName
{
background-color: #DBAEB4;
}
.BgClassName
{
background-color: #DBAEB4;
}
</style>
border-color css
<style>
span { border-color: #DBAEB4; }
span { border-color: rgb(219,174,180); }
td.TdClassName
{
border-color: #DBAEB4;
}
.TagClassName
{
border-color: #DBAEB4;
}
</style>