Shades of Blossom #DAACB7
Tints of Blossom #DAACB7
RGB
CMYK
RGB Variations
Color information
#DAACB7 (or 0xDAACB7) is known color: Blossom. HEX triplet: DA, AC and B7. RGB value is (218,172,183). Sum of RGB (Red+Green+Blue) = 218+172+183=573 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.05% from 573); Green value is 172 (67.58% from 255 or 30.02% from 573); Blue value is 183 (71.88% from 255 or 31.94% from 573); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACB7 is #255348. Grayscale: #BBBBBB. Windows color (decimal): -2446153 or 12037338. OLE color: 12037338.
HSL color Cylindrical-coordinate representation of color #DAACB7: hue angle of 345.65º 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 #DAACB7 is Cyan = 0, Magento = 0.21, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 172 | 183 | - |
CMYK | 0 | 0.21 | 0.16 | 0.15 |
HSL | 345.65º | 0.38% | 0.76% | - |
HSV(B) | 345.65º | 0.21% | 0.85% | - |
XYZ | 52.21 | 47.83 | 51.28 | - |
YUV | 187.01 | 125.74 | 150.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 172 | 183 | 0 | 0.21 | 0.16 | 0.15 | 345.65 | 0.38 | 0.76 |
Hex | DA | AC | B7 | 0 | 15 | 10 | F | 15A | 26 | 4C |
Octal | 332 | 254 | 267 | 0 | 25 | 20 | 17 | 532 | 46 | 114 |
Binary | 11011010 | 10101100 | 10110111 | 0 | 10101 | 10000 | 1111 | 101011010 | 100110 | 1001100 |
Color Harmonies of #DAACB7
Complementary color
Monochromatic Colors of #DAACB7
Black with #DAACB7
Text Example
Text Example
White with #DAACB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACB7; }
p { color: rgb(218,172,183); }
H1.HeaderClassName
{
color: #DAACB7;
}
.AnyTagClassName
{
color: #DAACB7;
}
</style>
background-color css
<style>
a { background-color: #DAACB7; }
a { background-color: rgb(218,172,183); }
div.DivClassName
{
background-color: #DAACB7;
}
.BgClassName
{
background-color: #DAACB7;
}
</style>
border-color css
<style>
span { border-color: #DAACB7; }
span { border-color: rgb(218,172,183); }
td.TdClassName
{
border-color: #DAACB7;
}
.TagClassName
{
border-color: #DAACB7;
}
</style>