Shades of Blossom #DAB6BC
Tints of Blossom #DAB6BC
RGB
CMYK
RGB Variations
Color information
#DAB6BC (or 0xDAB6BC) is known color: Blossom. HEX triplet: DA, B6 and BC. RGB value is (218,182,188). Sum of RGB (Red+Green+Blue) = 218+182+188=588 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.07% from 588); Green value is 182 (71.48% from 255 or 30.95% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB6BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6BC is #254943. Grayscale: #C1C1C1. Windows color (decimal): -2443588 or 12367578. OLE color: 12367578.
HSL color Cylindrical-coordinate representation of color #DAB6BC: hue angle of 350º 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 #DAB6BC is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 188 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.15 |
| HSL | 350º | 0.33% | 0.78% | - |
| HSV(B) | 350º | 0.17% | 0.85% | - |
| XYZ | 54.72 | 51.99 | 54.73 | - |
| YUV | 193.45 | 124.93 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 188 | 0 | 0.17 | 0.14 | 0.15 | 350 | 0.33 | 0.78 |
| Hex | DA | B6 | BC | 0 | 11 | E | F | 15E | 21 | 4E |
| Octal | 332 | 266 | 274 | 0 | 21 | 16 | 17 | 536 | 41 | 116 |
| Binary | 11011010 | 10110110 | 10111100 | 0 | 10001 | 1110 | 1111 | 101011110 | 100001 | 1001110 |
Color Harmonies of #DAB6BC
Complementary color
Monochromatic Colors of #DAB6BC
Black with #DAB6BC
Text Example
Text Example
White with #DAB6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB6BC; }
p { color: rgb(218,182,188); }
H1.HeaderClassName
{
color: #DAB6BC;
}
.AnyTagClassName
{
color: #DAB6BC;
}
</style>
background-color css
<style>
a { background-color: #DAB6BC; }
a { background-color: rgb(218,182,188); }
div.DivClassName
{
background-color: #DAB6BC;
}
.BgClassName
{
background-color: #DAB6BC;
}
</style>
border-color css
<style>
span { border-color: #DAB6BC; }
span { border-color: rgb(218,182,188); }
td.TdClassName
{
border-color: #DAB6BC;
}
.TagClassName
{
border-color: #DAB6BC;
}
</style>