Shades of Blossom #DAADB7
Tints of Blossom #DAADB7
RGB
CMYK
RGB Variations
Color information
#DAADB7 (or 0xDAADB7) is known color: Blossom. HEX triplet: DA, AD and B7. RGB value is (218,173,183). Sum of RGB (Red+Green+Blue) = 218+173+183=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 173 (67.97% from 255 or 30.14% from 574); Blue value is 183 (71.88% from 255 or 31.88% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADB7 is #255248. Grayscale: #BBBBBB. Windows color (decimal): -2445897 or 12037594. OLE color: 12037594.
HSL color Cylindrical-coordinate representation of color #DAADB7: hue angle of 346.67º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAADB7 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 183 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.15 |
| HSL | 346.67º | 0.38% | 0.77% | - |
| HSV(B) | 346.67º | 0.21% | 0.85% | - |
| XYZ | 52.4 | 48.21 | 51.34 | - |
| YUV | 187.6 | 125.41 | 149.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 183 | 0 | 0.21 | 0.16 | 0.15 | 346.67 | 0.38 | 0.77 |
| Hex | DA | AD | B7 | 0 | 15 | 10 | F | 15B | 26 | 4D |
| Octal | 332 | 255 | 267 | 0 | 25 | 20 | 17 | 533 | 46 | 115 |
| Binary | 11011010 | 10101101 | 10110111 | 0 | 10101 | 10000 | 1111 | 101011011 | 100110 | 1001101 |
Color Harmonies of #DAADB7
Complementary color
Monochromatic Colors of #DAADB7
Black with #DAADB7
Text Example
Text Example
White with #DAADB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADB7; }
p { color: rgb(218,173,183); }
H1.HeaderClassName
{
color: #DAADB7;
}
.AnyTagClassName
{
color: #DAADB7;
}
</style>
background-color css
<style>
a { background-color: #DAADB7; }
a { background-color: rgb(218,173,183); }
div.DivClassName
{
background-color: #DAADB7;
}
.BgClassName
{
background-color: #DAADB7;
}
</style>
border-color css
<style>
span { border-color: #DAADB7; }
span { border-color: rgb(218,173,183); }
td.TdClassName
{
border-color: #DAADB7;
}
.TagClassName
{
border-color: #DAADB7;
}
</style>