Shades of Blossom #DAB3BA
Tints of Blossom #DAB3BA
RGB
CMYK
RGB Variations
Color information
#DAB3BA (or 0xDAB3BA) is known color: Blossom. HEX triplet: DA, B3 and BA. RGB value is (218,179,186). Sum of RGB (Red+Green+Blue) = 218+179+186=583 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.39% from 583); Green value is 179 (70.31% from 255 or 30.70% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB3BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB3BA is #254C45. Grayscale: #BFBFBF. Windows color (decimal): -2444358 or 12235738. OLE color: 12235738.
HSL color Cylindrical-coordinate representation of color #DAB3BA: hue angle of 349.23º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DAB3BA is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 179 | 186 | - |
| CMYK | 0 | 0.18 | 0.15 | 0.15 |
| HSL | 349.23º | 0.35% | 0.78% | - |
| HSV(B) | 349.23º | 0.18% | 0.85% | - |
| XYZ | 53.9 | 50.69 | 53.4 | - |
| YUV | 191.46 | 124.92 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 179 | 186 | 0 | 0.18 | 0.15 | 0.15 | 349.23 | 0.35 | 0.78 |
| Hex | DA | B3 | BA | 0 | 12 | F | F | 15D | 23 | 4E |
| Octal | 332 | 263 | 272 | 0 | 22 | 17 | 17 | 535 | 43 | 116 |
| Binary | 11011010 | 10110011 | 10111010 | 0 | 10010 | 1111 | 1111 | 101011101 | 100011 | 1001110 |
Color Harmonies of #DAB3BA
Complementary color
Monochromatic Colors of #DAB3BA
Black with #DAB3BA
Text Example
Text Example
White with #DAB3BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB3BA; }
p { color: rgb(218,179,186); }
H1.HeaderClassName
{
color: #DAB3BA;
}
.AnyTagClassName
{
color: #DAB3BA;
}
</style>
background-color css
<style>
a { background-color: #DAB3BA; }
a { background-color: rgb(218,179,186); }
div.DivClassName
{
background-color: #DAB3BA;
}
.BgClassName
{
background-color: #DAB3BA;
}
</style>
border-color css
<style>
span { border-color: #DAB3BA; }
span { border-color: rgb(218,179,186); }
td.TdClassName
{
border-color: #DAB3BA;
}
.TagClassName
{
border-color: #DAB3BA;
}
</style>