Shades of Blossom #DAACB8
Tints of Blossom #DAACB8
RGB
CMYK
RGB Variations
Color information
#DAACB8 (or 0xDAACB8) is known color: Blossom. HEX triplet: DA, AC and B8. RGB value is (218,172,184). Sum of RGB (Red+Green+Blue) = 218+172+184=574 (76% of max value = 765). Red value is 218 (85.55% from 255 or 37.98% from 574); Green value is 172 (67.58% from 255 or 29.97% from 574); Blue value is 184 (72.27% from 255 or 32.06% from 574); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACB8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACB8 is #255347. Grayscale: #BBBBBB. Windows color (decimal): -2446152 or 12102874. OLE color: 12102874.
HSL color Cylindrical-coordinate representation of color #DAACB8: hue angle of 344.35º 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 #DAACB8 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 184 | - |
| CMYK | 0 | 0.21 | 0.16 | 0.15 |
| HSL | 344.35º | 0.38% | 0.76% | - |
| HSV(B) | 344.35º | 0.21% | 0.85% | - |
| XYZ | 52.32 | 47.87 | 51.83 | - |
| YUV | 187.12 | 126.24 | 150.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 184 | 0 | 0.21 | 0.16 | 0.15 | 344.35 | 0.38 | 0.76 |
| Hex | DA | AC | B8 | 0 | 15 | 10 | F | 158 | 26 | 4C |
| Octal | 332 | 254 | 270 | 0 | 25 | 20 | 17 | 530 | 46 | 114 |
| Binary | 11011010 | 10101100 | 10111000 | 0 | 10101 | 10000 | 1111 | 101011000 | 100110 | 1001100 |
Color Harmonies of #DAACB8
Complementary color
Monochromatic Colors of #DAACB8
Black with #DAACB8
Text Example
Text Example
White with #DAACB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACB8; }
p { color: rgb(218,172,184); }
H1.HeaderClassName
{
color: #DAACB8;
}
.AnyTagClassName
{
color: #DAACB8;
}
</style>
background-color css
<style>
a { background-color: #DAACB8; }
a { background-color: rgb(218,172,184); }
div.DivClassName
{
background-color: #DAACB8;
}
.BgClassName
{
background-color: #DAACB8;
}
</style>
border-color css
<style>
span { border-color: #DAACB8; }
span { border-color: rgb(218,172,184); }
td.TdClassName
{
border-color: #DAACB8;
}
.TagClassName
{
border-color: #DAACB8;
}
</style>