Shades of Blossom #DAB5BB
Tints of Blossom #DAB5BB
RGB
CMYK
RGB Variations
Color information
#DAB5BB (or 0xDAB5BB) is known color: Blossom. HEX triplet: DA, B5 and BB. RGB value is (218,181,187). Sum of RGB (Red+Green+Blue) = 218+181+187=586 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.20% from 586); Green value is 181 (71.09% from 255 or 30.89% from 586); Blue value is 187 (73.44% from 255 or 31.91% from 586); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB5BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB5BB is #254A44. Grayscale: #C0C0C0. Windows color (decimal): -2443845 or 12301786. OLE color: 12301786.
HSL color Cylindrical-coordinate representation of color #DAB5BB: hue angle of 350.27º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAB5BB is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 181 | 187 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.15 |
| HSL | 350.27º | 0.33% | 0.78% | - |
| HSV(B) | 350.27º | 0.17% | 0.85% | - |
| XYZ | 54.41 | 51.54 | 54.09 | - |
| YUV | 192.75 | 124.76 | 146.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 181 | 187 | 0 | 0.17 | 0.14 | 0.15 | 350.27 | 0.33 | 0.78 |
| Hex | DA | B5 | BB | 0 | 11 | E | F | 15E | 21 | 4E |
| Octal | 332 | 265 | 273 | 0 | 21 | 16 | 17 | 536 | 41 | 116 |
| Binary | 11011010 | 10110101 | 10111011 | 0 | 10001 | 1110 | 1111 | 101011110 | 100001 | 1001110 |
Color Harmonies of #DAB5BB
Complementary color
Monochromatic Colors of #DAB5BB
Black with #DAB5BB
Text Example
Text Example
White with #DAB5BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB5BB; }
p { color: rgb(218,181,187); }
H1.HeaderClassName
{
color: #DAB5BB;
}
.AnyTagClassName
{
color: #DAB5BB;
}
</style>
background-color css
<style>
a { background-color: #DAB5BB; }
a { background-color: rgb(218,181,187); }
div.DivClassName
{
background-color: #DAB5BB;
}
.BgClassName
{
background-color: #DAB5BB;
}
</style>
border-color css
<style>
span { border-color: #DAB5BB; }
span { border-color: rgb(218,181,187); }
td.TdClassName
{
border-color: #DAB5BB;
}
.TagClassName
{
border-color: #DAB5BB;
}
</style>