Shades of Blossom #DAACB3
Tints of Blossom #DAACB3
RGB
CMYK
RGB Variations
Color information
#DAACB3 (or 0xDAACB3) is known color: Blossom. HEX triplet: DA, AC and B3. RGB value is (218,172,179). Sum of RGB (Red+Green+Blue) = 218+172+179=569 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.31% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 179 (70.31% from 255 or 31.46% from 569); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACB3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACB3 is #25534C. Grayscale: #BABABA. Windows color (decimal): -2446157 or 11775194. OLE color: 11775194.
HSL color Cylindrical-coordinate representation of color #DAACB3: hue angle of 350.87º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #DAACB3 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 179 | - |
| CMYK | 0 | 0.21 | 0.18 | 0.15 |
| HSL | 350.87º | 0.38% | 0.76% | - |
| HSV(B) | 350.87º | 0.21% | 0.85% | - |
| XYZ | 51.8 | 47.67 | 49.12 | - |
| YUV | 186.55 | 123.74 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 179 | 0 | 0.21 | 0.18 | 0.15 | 350.87 | 0.38 | 0.76 |
| Hex | DA | AC | B3 | 0 | 15 | 12 | F | 15F | 26 | 4C |
| Octal | 332 | 254 | 263 | 0 | 25 | 22 | 17 | 537 | 46 | 114 |
| Binary | 11011010 | 10101100 | 10110011 | 0 | 10101 | 10010 | 1111 | 101011111 | 100110 | 1001100 |
Color Harmonies of #DAACB3
Complementary color
Monochromatic Colors of #DAACB3
Black with #DAACB3
Text Example
Text Example
White with #DAACB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACB3; }
p { color: rgb(218,172,179); }
H1.HeaderClassName
{
color: #DAACB3;
}
.AnyTagClassName
{
color: #DAACB3;
}
</style>
background-color css
<style>
a { background-color: #DAACB3; }
a { background-color: rgb(218,172,179); }
div.DivClassName
{
background-color: #DAACB3;
}
.BgClassName
{
background-color: #DAACB3;
}
</style>
border-color css
<style>
span { border-color: #DAACB3; }
span { border-color: rgb(218,172,179); }
td.TdClassName
{
border-color: #DAACB3;
}
.TagClassName
{
border-color: #DAACB3;
}
</style>