Shades of Blossom #DAB6BB
Tints of Blossom #DAB6BB
RGB
CMYK
RGB Variations
Color information
#DAB6BB (or 0xDAB6BB) is known color: Blossom. HEX triplet: DA, B6 and BB. RGB value is (218,182,187). Sum of RGB (Red+Green+Blue) = 218+182+187=587 (77% of max value = 765). Red value is 218 (85.55% from 255 or 37.14% from 587); Green value is 182 (71.48% from 255 or 31.01% from 587); Blue value is 187 (73.44% from 255 or 31.86% from 587); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB6BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAB6BB is #254944. Grayscale: #C1C1C1. Windows color (decimal): -2443589 or 12302042. OLE color: 12302042.
HSL color Cylindrical-coordinate representation of color #DAB6BB: hue angle of 351.67º 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 #DAB6BB is Cyan = 0, Magento = 0.17, Yellow = 0.14 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 182 | 187 | - |
| CMYK | 0 | 0.17 | 0.14 | 0.15 |
| HSL | 351.67º | 0.33% | 0.78% | - |
| HSV(B) | 351.67º | 0.17% | 0.85% | - |
| XYZ | 54.61 | 51.95 | 54.16 | - |
| YUV | 193.33 | 124.43 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 182 | 187 | 0 | 0.17 | 0.14 | 0.15 | 351.67 | 0.33 | 0.78 |
| Hex | DA | B6 | BB | 0 | 11 | E | F | 160 | 21 | 4E |
| Octal | 332 | 266 | 273 | 0 | 21 | 16 | 17 | 540 | 41 | 116 |
| Binary | 11011010 | 10110110 | 10111011 | 0 | 10001 | 1110 | 1111 | 101100000 | 100001 | 1001110 |
Color Harmonies of #DAB6BB
Complementary color
Monochromatic Colors of #DAB6BB
Black with #DAB6BB
Text Example
Text Example
White with #DAB6BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB6BB; }
p { color: rgb(218,182,187); }
H1.HeaderClassName
{
color: #DAB6BB;
}
.AnyTagClassName
{
color: #DAB6BB;
}
</style>
background-color css
<style>
a { background-color: #DAB6BB; }
a { background-color: rgb(218,182,187); }
div.DivClassName
{
background-color: #DAB6BB;
}
.BgClassName
{
background-color: #DAB6BB;
}
</style>
border-color css
<style>
span { border-color: #DAB6BB; }
span { border-color: rgb(218,182,187); }
td.TdClassName
{
border-color: #DAB6BB;
}
.TagClassName
{
border-color: #DAB6BB;
}
</style>