Shades of Blossom #DAADB6
Tints of Blossom #DAADB6
RGB
CMYK
RGB Variations
Color information
#DAADB6 (or 0xDAADB6) is known color: Blossom. HEX triplet: DA, AD and B6. RGB value is (218,173,182). Sum of RGB (Red+Green+Blue) = 218+173+182=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 173 (67.97% from 255 or 30.19% from 573); Blue value is 182 (71.48% from 255 or 31.76% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADB6 is #255249. Grayscale: #BBBBBB. Windows color (decimal): -2445898 or 11972058. OLE color: 11972058.
HSL color Cylindrical-coordinate representation of color #DAADB6: hue angle of 348º 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 #DAADB6 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 182 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.15 |
| HSL | 348º | 0.38% | 0.77% | - |
| HSV(B) | 348º | 0.21% | 0.85% | - |
| XYZ | 52.3 | 48.17 | 50.8 | - |
| YUV | 187.48 | 124.91 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 182 | 0 | 0.21 | 0.17 | 0.15 | 348 | 0.38 | 0.77 |
| Hex | DA | AD | B6 | 0 | 15 | 11 | F | 15C | 26 | 4D |
| Octal | 332 | 255 | 266 | 0 | 25 | 21 | 17 | 534 | 46 | 115 |
| Binary | 11011010 | 10101101 | 10110110 | 0 | 10101 | 10001 | 1111 | 101011100 | 100110 | 1001101 |
Color Harmonies of #DAADB6
Complementary color
Monochromatic Colors of #DAADB6
Black with #DAADB6
Text Example
Text Example
White with #DAADB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADB6; }
p { color: rgb(218,173,182); }
H1.HeaderClassName
{
color: #DAADB6;
}
.AnyTagClassName
{
color: #DAADB6;
}
</style>
background-color css
<style>
a { background-color: #DAADB6; }
a { background-color: rgb(218,173,182); }
div.DivClassName
{
background-color: #DAADB6;
}
.BgClassName
{
background-color: #DAADB6;
}
</style>
border-color css
<style>
span { border-color: #DAADB6; }
span { border-color: rgb(218,173,182); }
td.TdClassName
{
border-color: #DAADB6;
}
.TagClassName
{
border-color: #DAADB6;
}
</style>