Shades of Blossom #DBAEB5
Tints of Blossom #DBAEB5
RGB
CMYK
RGB Variations
Color information
#DBAEB5 (or 0xDBAEB5) is known color: Blossom. HEX triplet: DB, AE and B5. RGB value is (219,174,181). Sum of RGB (Red+Green+Blue) = 219+174+181=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 174 (68.36% from 255 or 30.31% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 219 - color contains mainly: red. Hex color #DBAEB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBAEB5 is #24514A. Grayscale: #BCBCBC. Windows color (decimal): -2380107 or 11906779. OLE color: 11906779.
HSL color Cylindrical-coordinate representation of color #DBAEB5: hue angle of 350.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 #DBAEB5 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 174 | 181 | - |
CMYK | 0 | 0.21 | 0.17 | 0.14 |
HSL | 350.67º | 0.38% | 0.77% | - |
HSV(B) | 350.67º | 0.21% | 0.86% | - |
XYZ | 52.69 | 48.67 | 50.33 | - |
YUV | 188.25 | 123.91 | 149.93 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 174 | 181 | 0 | 0.21 | 0.17 | 0.14 | 350.67 | 0.38 | 0.77 |
Hex | DB | AE | B5 | 0 | 15 | 11 | E | 15F | 26 | 4D |
Octal | 333 | 256 | 265 | 0 | 25 | 21 | 16 | 537 | 46 | 115 |
Binary | 11011011 | 10101110 | 10110101 | 0 | 10101 | 10001 | 1110 | 101011111 | 100110 | 1001101 |
Color Harmonies of #DBAEB5
Complementary color
Monochromatic Colors of #DBAEB5
Black with #DBAEB5
Text Example
Text Example
White with #DBAEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBAEB5; }
p { color: rgb(219,174,181); }
H1.HeaderClassName
{
color: #DBAEB5;
}
.AnyTagClassName
{
color: #DBAEB5;
}
</style>
background-color css
<style>
a { background-color: #DBAEB5; }
a { background-color: rgb(219,174,181); }
div.DivClassName
{
background-color: #DBAEB5;
}
.BgClassName
{
background-color: #DBAEB5;
}
</style>
border-color css
<style>
span { border-color: #DBAEB5; }
span { border-color: rgb(219,174,181); }
td.TdClassName
{
border-color: #DBAEB5;
}
.TagClassName
{
border-color: #DBAEB5;
}
</style>