Shades of Blossom #DAADB3
Tints of Blossom #DAADB3
RGB
CMYK
RGB Variations
Color information
#DAADB3 (or 0xDAADB3) is known color: Blossom. HEX triplet: DA, AD and B3. RGB value is (218,173,179). Sum of RGB (Red+Green+Blue) = 218+173+179=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 173 (67.97% from 255 or 30.35% from 570); Blue value is 179 (70.31% from 255 or 31.40% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DAADB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAADB3 is #25524C. Grayscale: #BBBBBB. Windows color (decimal): -2445901 or 11775450. OLE color: 11775450.
HSL color Cylindrical-coordinate representation of color #DAADB3: hue angle of 352º 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 #DAADB3 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 173 | 179 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.15 |
| HSL | 352º | 0.38% | 0.77% | - |
| HSV(B) | 352º | 0.21% | 0.85% | - |
| XYZ | 51.99 | 48.05 | 49.18 | - |
| YUV | 187.14 | 123.41 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 173 | 179 | 0 | 0.21 | 0.18 | 0.15 | 352 | 0.38 | 0.77 |
| Hex | DA | AD | B3 | 0 | 15 | 12 | F | 160 | 26 | 4D |
| Octal | 332 | 255 | 263 | 0 | 25 | 22 | 17 | 540 | 46 | 115 |
| Binary | 11011010 | 10101101 | 10110011 | 0 | 10101 | 10010 | 1111 | 101100000 | 100110 | 1001101 |
Color Harmonies of #DAADB3
Complementary color
Monochromatic Colors of #DAADB3
Black with #DAADB3
Text Example
Text Example
White with #DAADB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAADB3; }
p { color: rgb(218,173,179); }
H1.HeaderClassName
{
color: #DAADB3;
}
.AnyTagClassName
{
color: #DAADB3;
}
</style>
background-color css
<style>
a { background-color: #DAADB3; }
a { background-color: rgb(218,173,179); }
div.DivClassName
{
background-color: #DAADB3;
}
.BgClassName
{
background-color: #DAADB3;
}
</style>
border-color css
<style>
span { border-color: #DAADB3; }
span { border-color: rgb(218,173,179); }
td.TdClassName
{
border-color: #DAADB3;
}
.TagClassName
{
border-color: #DAADB3;
}
</style>