Shades of Blossom #DAADB5
Tints of Blossom #DAADB5
RGB
CMYK
RGB Variations
Color information
#DAADB5 (or 0xDAADB5) is known color: Blossom. HEX triplet: DA, AD and B5. RGB value is (218,173,181). Sum of RGB (Red+Green+Blue) = 218+173+181=572 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.11% from 572); Green value is 173 (67.97% from 255 or 30.24% from 572); Blue value is 181 (71.09% from 255 or 31.64% from 572); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADB5 is #25524A. Grayscale: #BBBBBB. Windows color (decimal): -2445899 or 11906522. OLE color: 11906522.
HSL color Cylindrical-coordinate representation of color #DAADB5: hue angle of 349.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 #DAADB5 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 181 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.15 |
| HSL | 349.33º | 0.38% | 0.77% | - |
| HSV(B) | 349.33º | 0.21% | 0.85% | - |
| XYZ | 52.2 | 48.13 | 50.25 | - |
| YUV | 187.37 | 124.41 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 181 | 0 | 0.21 | 0.17 | 0.15 | 349.33 | 0.38 | 0.77 |
| Hex | DA | AD | B5 | 0 | 15 | 11 | F | 15D | 26 | 4D |
| Octal | 332 | 255 | 265 | 0 | 25 | 21 | 17 | 535 | 46 | 115 |
| Binary | 11011010 | 10101101 | 10110101 | 0 | 10101 | 10001 | 1111 | 101011101 | 100110 | 1001101 |
Color Harmonies of #DAADB5
Complementary color
Monochromatic Colors of #DAADB5
Black with #DAADB5
Text Example
Text Example
White with #DAADB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADB5; }
p { color: rgb(218,173,181); }
H1.HeaderClassName
{
color: #DAADB5;
}
.AnyTagClassName
{
color: #DAADB5;
}
</style>
background-color css
<style>
a { background-color: #DAADB5; }
a { background-color: rgb(218,173,181); }
div.DivClassName
{
background-color: #DAADB5;
}
.BgClassName
{
background-color: #DAADB5;
}
</style>
border-color css
<style>
span { border-color: #DAADB5; }
span { border-color: rgb(218,173,181); }
td.TdClassName
{
border-color: #DAADB5;
}
.TagClassName
{
border-color: #DAADB5;
}
</style>