Shades of Blossom #DAB0B7
Tints of Blossom #DAB0B7
RGB
CMYK
RGB Variations
Color information
#DAB0B7 (or 0xDAB0B7) is known color: Blossom. HEX triplet: DA, B0 and B7. RGB value is (218,176,183). Sum of RGB (Red+Green+Blue) = 218+176+183=577 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.78% from 577); Green value is 176 (69.14% from 255 or 30.50% from 577); Blue value is 183 (71.88% from 255 or 31.72% from 577); Max value from RGB is 218 - color contains mainly: red. Hex color #DAB0B7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAB0B7 is #254F48. Grayscale: #BDBDBD. Windows color (decimal): -2445129 or 12038362. OLE color: 12038362.
HSL color Cylindrical-coordinate representation of color #DAB0B7: hue angle of 350º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DAB0B7 is Cyan = 0, Magento = 0.19, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 176 | 183 | - |
| CMYK | 0 | 0.19 | 0.16 | 0.15 |
| HSL | 350º | 0.36% | 0.77% | - |
| HSV(B) | 350º | 0.19% | 0.85% | - |
| XYZ | 52.99 | 49.38 | 51.54 | - |
| YUV | 189.36 | 124.41 | 148.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 176 | 183 | 0 | 0.19 | 0.16 | 0.15 | 350 | 0.36 | 0.77 |
| Hex | DA | B0 | B7 | 0 | 13 | 10 | F | 15E | 24 | 4D |
| Octal | 332 | 260 | 267 | 0 | 23 | 20 | 17 | 536 | 44 | 115 |
| Binary | 11011010 | 10110000 | 10110111 | 0 | 10011 | 10000 | 1111 | 101011110 | 100100 | 1001101 |
Color Harmonies of #DAB0B7
Complementary color
Monochromatic Colors of #DAB0B7
Black with #DAB0B7
Text Example
Text Example
White with #DAB0B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAB0B7; }
p { color: rgb(218,176,183); }
H1.HeaderClassName
{
color: #DAB0B7;
}
.AnyTagClassName
{
color: #DAB0B7;
}
</style>
background-color css
<style>
a { background-color: #DAB0B7; }
a { background-color: rgb(218,176,183); }
div.DivClassName
{
background-color: #DAB0B7;
}
.BgClassName
{
background-color: #DAB0B7;
}
</style>
border-color css
<style>
span { border-color: #DAB0B7; }
span { border-color: rgb(218,176,183); }
td.TdClassName
{
border-color: #DAB0B7;
}
.TagClassName
{
border-color: #DAB0B7;
}
</style>