Shades of Blossom #DBAEB3
Tints of Blossom #DBAEB3
RGB
CMYK
RGB Variations
Color information
#DBAEB3 (or 0xDBAEB3) is known color: Blossom. HEX triplet: DB, AE and B3. RGB value is (219,174,179). Sum of RGB (Red+Green+Blue) = 219+174+179=572 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.29% from 572); Green value is 174 (68.36% from 255 or 30.42% from 572); Blue value is 179 (70.31% from 255 or 31.29% from 572); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEB3 is #24514C. Grayscale: #BCBCBC. Windows color (decimal): -2380109 or 11775707. OLE color: 11775707.
HSL color Cylindrical-coordinate representation of color #DBAEB3: hue angle of 353.33º 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 #DBAEB3 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 174 | 179 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.14 |
| HSL | 353.33º | 0.38% | 0.77% | - |
| HSV(B) | 353.33º | 0.21% | 0.86% | - |
| XYZ | 52.49 | 48.59 | 49.26 | - |
| YUV | 188.03 | 122.91 | 150.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 174 | 179 | 0 | 0.21 | 0.18 | 0.14 | 353.33 | 0.38 | 0.77 |
| Hex | DB | AE | B3 | 0 | 15 | 12 | E | 161 | 26 | 4D |
| Octal | 333 | 256 | 263 | 0 | 25 | 22 | 16 | 541 | 46 | 115 |
| Binary | 11011011 | 10101110 | 10110011 | 0 | 10101 | 10010 | 1110 | 101100001 | 100110 | 1001101 |
Color Harmonies of #DBAEB3
Complementary color
Monochromatic Colors of #DBAEB3
Black with #DBAEB3
Text Example
Text Example
White with #DBAEB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEB3; }
p { color: rgb(219,174,179); }
H1.HeaderClassName
{
color: #DBAEB3;
}
.AnyTagClassName
{
color: #DBAEB3;
}
</style>
background-color css
<style>
a { background-color: #DBAEB3; }
a { background-color: rgb(219,174,179); }
div.DivClassName
{
background-color: #DBAEB3;
}
.BgClassName
{
background-color: #DBAEB3;
}
</style>
border-color css
<style>
span { border-color: #DBAEB3; }
span { border-color: rgb(219,174,179); }
td.TdClassName
{
border-color: #DBAEB3;
}
.TagClassName
{
border-color: #DBAEB3;
}
</style>