Shades of Blossom #DAA7B3
Tints of Blossom #DAA7B3
RGB
CMYK
RGB Variations
Color information
#DAA7B3 (or 0xDAA7B3) is known color: Blossom. HEX triplet: DA, A7 and B3. RGB value is (218,167,179). Sum of RGB (Red+Green+Blue) = 218+167+179=564 (74% of max value = 765). Red value is 218 (85.55% from 255 or 38.65% from 564); Green value is 167 (65.62% from 255 or 29.61% from 564); Blue value is 179 (70.31% from 255 or 31.74% from 564); Max value from RGB is 218 - color contains mainly: red. Hex color #DAA7B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAA7B3 is #25584C. Grayscale: #B7B7B7. Windows color (decimal): -2447437 or 11773914. OLE color: 11773914.
HSL color Cylindrical-coordinate representation of color #DAA7B3: hue angle of 345.88º degrees, saturation: 0.41, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DAA7B3 is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 167 | 179 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.15 |
| HSL | 345.88º | 0.41% | 0.75% | - |
| HSV(B) | 345.88º | 0.23% | 0.85% | - |
| XYZ | 50.87 | 45.8 | 48.81 | - |
| YUV | 183.62 | 125.4 | 152.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 167 | 179 | 0 | 0.23 | 0.18 | 0.15 | 345.88 | 0.41 | 0.75 |
| Hex | DA | A7 | B3 | 0 | 17 | 12 | F | 15A | 29 | 4B |
| Octal | 332 | 247 | 263 | 0 | 27 | 22 | 17 | 532 | 51 | 113 |
| Binary | 11011010 | 10100111 | 10110011 | 0 | 10111 | 10010 | 1111 | 101011010 | 101001 | 1001011 |
Color Harmonies of #DAA7B3
Complementary color
Monochromatic Colors of #DAA7B3
Black with #DAA7B3
Text Example
Text Example
White with #DAA7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAA7B3; }
p { color: rgb(218,167,179); }
H1.HeaderClassName
{
color: #DAA7B3;
}
.AnyTagClassName
{
color: #DAA7B3;
}
</style>
background-color css
<style>
a { background-color: #DAA7B3; }
a { background-color: rgb(218,167,179); }
div.DivClassName
{
background-color: #DAA7B3;
}
.BgClassName
{
background-color: #DAA7B3;
}
</style>
border-color css
<style>
span { border-color: #DAA7B3; }
span { border-color: rgb(218,167,179); }
td.TdClassName
{
border-color: #DAA7B3;
}
.TagClassName
{
border-color: #DAA7B3;
}
</style>