Shades of Blossom #DAA9B1
Tints of Blossom #DAA9B1
RGB
CMYK
RGB Variations
Color information
#DAA9B1 (or 0xDAA9B1) is known color: Blossom. HEX triplet: DA, A9 and B1. RGB value is (218,169,177). Sum of RGB (Red+Green+Blue) = 218+169+177=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 177 (69.53% from 255 or 31.38% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA9B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAA9B1 is #25564E. Grayscale: #B8B8B8. Windows color (decimal): -2446927 or 11643354. OLE color: 11643354.
HSL color Cylindrical-coordinate representation of color #DAA9B1: hue angle of 350.2º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DAA9B1 is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 177 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.15 |
| HSL | 350.2º | 0.4% | 0.76% | - |
| HSV(B) | 350.2º | 0.22% | 0.85% | - |
| XYZ | 51.04 | 46.46 | 47.87 | - |
| YUV | 184.56 | 123.73 | 151.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 177 | 0 | 0.22 | 0.19 | 0.15 | 350.2 | 0.4 | 0.76 |
| Hex | DA | A9 | B1 | 0 | 16 | 13 | F | 15E | 28 | 4C |
| Octal | 332 | 251 | 261 | 0 | 26 | 23 | 17 | 536 | 50 | 114 |
| Binary | 11011010 | 10101001 | 10110001 | 0 | 10110 | 10011 | 1111 | 101011110 | 101000 | 1001100 |
Color Harmonies of #DAA9B1
Complementary color
Monochromatic Colors of #DAA9B1
Black with #DAA9B1
Text Example
Text Example
White with #DAA9B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA9B1; }
p { color: rgb(218,169,177); }
H1.HeaderClassName
{
color: #DAA9B1;
}
.AnyTagClassName
{
color: #DAA9B1;
}
</style>
background-color css
<style>
a { background-color: #DAA9B1; }
a { background-color: rgb(218,169,177); }
div.DivClassName
{
background-color: #DAA9B1;
}
.BgClassName
{
background-color: #DAA9B1;
}
</style>
border-color css
<style>
span { border-color: #DAA9B1; }
span { border-color: rgb(218,169,177); }
td.TdClassName
{
border-color: #DAA9B1;
}
.TagClassName
{
border-color: #DAA9B1;
}
</style>