Shades of Blossom #DAADB8
Tints of Blossom #DAADB8
RGB
CMYK
RGB Variations
Color information
#DAADB8 (or 0xDAADB8) is known color: Blossom. HEX triplet: DA, AD and B8. RGB value is (218,173,184). Sum of RGB (Red+Green+Blue) = 218+173+184=575 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.91% from 575); Green value is 173 (67.97% from 255 or 30.09% from 575); Blue value is 184 (72.27% from 255 or 32% from 575); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADB8 is #255247. Grayscale: #BBBBBB. Windows color (decimal): -2445896 or 12103130. OLE color: 12103130.
HSL color Cylindrical-coordinate representation of color #DAADB8: hue angle of 345.33º 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 #DAADB8 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 184 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.15 |
| HSL | 345.33º | 0.38% | 0.77% | - |
| HSV(B) | 345.33º | 0.21% | 0.85% | - |
| XYZ | 52.51 | 48.25 | 51.89 | - |
| YUV | 187.71 | 125.91 | 149.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 184 | 0 | 0.21 | 0.16 | 0.15 | 345.33 | 0.38 | 0.77 |
| Hex | DA | AD | B8 | 0 | 15 | 10 | F | 159 | 26 | 4D |
| Octal | 332 | 255 | 270 | 0 | 25 | 20 | 17 | 531 | 46 | 115 |
| Binary | 11011010 | 10101101 | 10111000 | 0 | 10101 | 10000 | 1111 | 101011001 | 100110 | 1001101 |
Color Harmonies of #DAADB8
Complementary color
Monochromatic Colors of #DAADB8
Black with #DAADB8
Text Example
Text Example
White with #DAADB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADB8; }
p { color: rgb(218,173,184); }
H1.HeaderClassName
{
color: #DAADB8;
}
.AnyTagClassName
{
color: #DAADB8;
}
</style>
background-color css
<style>
a { background-color: #DAADB8; }
a { background-color: rgb(218,173,184); }
div.DivClassName
{
background-color: #DAADB8;
}
.BgClassName
{
background-color: #DAADB8;
}
</style>
border-color css
<style>
span { border-color: #DAADB8; }
span { border-color: rgb(218,173,184); }
td.TdClassName
{
border-color: #DAADB8;
}
.TagClassName
{
border-color: #DAADB8;
}
</style>