Shades of Blossom #DBAEB6
Tints of Blossom #DBAEB6
RGB
CMYK
RGB Variations
Color information
#DBAEB6 (or 0xDBAEB6) is known color: Blossom. HEX triplet: DB, AE and B6. RGB value is (219,174,182). Sum of RGB (Red+Green+Blue) = 219+174+182=575 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.09% from 575); Green value is 174 (68.36% from 255 or 30.26% from 575); Blue value is 182 (71.48% from 255 or 31.65% from 575); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEB6 is #245149. Grayscale: #BCBCBC. Windows color (decimal): -2380106 or 11972315. OLE color: 11972315.
HSL color Cylindrical-coordinate representation of color #DBAEB6: hue angle of 349.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 #DBAEB6 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 174 | 182 | - |
CMYK | 0 | 0.21 | 0.17 | 0.14 |
HSL | 349.33º | 0.38% | 0.77% | - |
HSV(B) | 349.33º | 0.21% | 0.86% | - |
XYZ | 52.79 | 48.71 | 50.88 | - |
YUV | 188.37 | 124.41 | 149.85 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 174 | 182 | 0 | 0.21 | 0.17 | 0.14 | 349.33 | 0.38 | 0.77 |
Hex | DB | AE | B6 | 0 | 15 | 11 | E | 15D | 26 | 4D |
Octal | 333 | 256 | 266 | 0 | 25 | 21 | 16 | 535 | 46 | 115 |
Binary | 11011011 | 10101110 | 10110110 | 0 | 10101 | 10001 | 1110 | 101011101 | 100110 | 1001101 |
Color Harmonies of #DBAEB6
Complementary color
Monochromatic Colors of #DBAEB6
Black with #DBAEB6
Text Example
Text Example
White with #DBAEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEB6; }
p { color: rgb(219,174,182); }
H1.HeaderClassName
{
color: #DBAEB6;
}
.AnyTagClassName
{
color: #DBAEB6;
}
</style>
background-color css
<style>
a { background-color: #DBAEB6; }
a { background-color: rgb(219,174,182); }
div.DivClassName
{
background-color: #DBAEB6;
}
.BgClassName
{
background-color: #DBAEB6;
}
</style>
border-color css
<style>
span { border-color: #DBAEB6; }
span { border-color: rgb(219,174,182); }
td.TdClassName
{
border-color: #DBAEB6;
}
.TagClassName
{
border-color: #DBAEB6;
}
</style>