Shades of Blossom #DAADB4
Tints of Blossom #DAADB4
RGB
CMYK
RGB Variations
Color information
#DAADB4 (or 0xDAADB4) is known color: Blossom. HEX triplet: DA, AD and B4. RGB value is (218,173,180). Sum of RGB (Red+Green+Blue) = 218+173+180=571 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.18% from 571); Green value is 173 (67.97% from 255 or 30.30% from 571); Blue value is 180 (70.70% from 255 or 31.52% from 571); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADB4 is #25524B. Grayscale: #BBBBBB. Windows color (decimal): -2445900 or 11840986. OLE color: 11840986.
HSL color Cylindrical-coordinate representation of color #DAADB4: hue angle of 350.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 #DAADB4 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 180 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.15 |
| HSL | 350.67º | 0.38% | 0.77% | - |
| HSV(B) | 350.67º | 0.21% | 0.85% | - |
| XYZ | 52.1 | 48.09 | 49.72 | - |
| YUV | 187.25 | 123.91 | 149.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 180 | 0 | 0.21 | 0.17 | 0.15 | 350.67 | 0.38 | 0.77 |
| Hex | DA | AD | B4 | 0 | 15 | 11 | F | 15F | 26 | 4D |
| Octal | 332 | 255 | 264 | 0 | 25 | 21 | 17 | 537 | 46 | 115 |
| Binary | 11011010 | 10101101 | 10110100 | 0 | 10101 | 10001 | 1111 | 101011111 | 100110 | 1001101 |
Color Harmonies of #DAADB4
Complementary color
Monochromatic Colors of #DAADB4
Black with #DAADB4
Text Example
Text Example
White with #DAADB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADB4; }
p { color: rgb(218,173,180); }
H1.HeaderClassName
{
color: #DAADB4;
}
.AnyTagClassName
{
color: #DAADB4;
}
</style>
background-color css
<style>
a { background-color: #DAADB4; }
a { background-color: rgb(218,173,180); }
div.DivClassName
{
background-color: #DAADB4;
}
.BgClassName
{
background-color: #DAADB4;
}
</style>
border-color css
<style>
span { border-color: #DAADB4; }
span { border-color: rgb(218,173,180); }
td.TdClassName
{
border-color: #DAADB4;
}
.TagClassName
{
border-color: #DAADB4;
}
</style>