Shades of Blossom #DAA9B3
Tints of Blossom #DAA9B3
RGB
CMYK
RGB Variations
Color information
#DAA9B3 (or 0xDAA9B3) is known color: Blossom. HEX triplet: DA, A9 and B3. RGB value is (218,169,179). Sum of RGB (Red+Green+Blue) = 218+169+179=566 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.52% from 566); Green value is 169 (66.41% from 255 or 29.86% from 566); Blue value is 179 (70.31% from 255 or 31.63% from 566); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA9B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA9B3 is #25564C. Grayscale: #B8B8B8. Windows color (decimal): -2446925 or 11774426. OLE color: 11774426.
HSL color Cylindrical-coordinate representation of color #DAA9B3: hue angle of 347.76º 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 #DAA9B3 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 169 | 179 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.15 |
| HSL | 347.76º | 0.4% | 0.76% | - |
| HSV(B) | 347.76º | 0.22% | 0.85% | - |
| XYZ | 51.24 | 46.54 | 48.93 | - |
| YUV | 184.79 | 124.73 | 151.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 169 | 179 | 0 | 0.22 | 0.18 | 0.15 | 347.76 | 0.4 | 0.76 |
| Hex | DA | A9 | B3 | 0 | 16 | 12 | F | 15C | 28 | 4C |
| Octal | 332 | 251 | 263 | 0 | 26 | 22 | 17 | 534 | 50 | 114 |
| Binary | 11011010 | 10101001 | 10110011 | 0 | 10110 | 10010 | 1111 | 101011100 | 101000 | 1001100 |
Color Harmonies of #DAA9B3
Complementary color
Monochromatic Colors of #DAA9B3
Black with #DAA9B3
Text Example
Text Example
White with #DAA9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA9B3; }
p { color: rgb(218,169,179); }
H1.HeaderClassName
{
color: #DAA9B3;
}
.AnyTagClassName
{
color: #DAA9B3;
}
</style>
background-color css
<style>
a { background-color: #DAA9B3; }
a { background-color: rgb(218,169,179); }
div.DivClassName
{
background-color: #DAA9B3;
}
.BgClassName
{
background-color: #DAA9B3;
}
</style>
border-color css
<style>
span { border-color: #DAA9B3; }
span { border-color: rgb(218,169,179); }
td.TdClassName
{
border-color: #DAA9B3;
}
.TagClassName
{
border-color: #DAA9B3;
}
</style>