Shades of Blossom #DAACB2
Tints of Blossom #DAACB2
RGB
CMYK
RGB Variations
Color information
#DAACB2 (or 0xDAACB2) is known color: Blossom. HEX triplet: DA, AC and B2. RGB value is (218,172,178). Sum of RGB (Red+Green+Blue) = 218+172+178=568 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.38% from 568); Green value is 172 (67.58% from 255 or 30.28% from 568); Blue value is 178 (69.92% from 255 or 31.34% from 568); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DAACB2 is #25534D. Grayscale: #BABABA. Windows color (decimal): -2446158 or 11709658. OLE color: 11709658.
HSL color Cylindrical-coordinate representation of color #DAACB2: hue angle of 352.17º 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 #DAACB2 is Cyan = 0, Magento = 0.21, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
RGB | 218 | 172 | 178 | - |
CMYK | 0 | 0.21 | 0.18 | 0.15 |
HSL | 352.17º | 0.38% | 0.76% | - |
HSV(B) | 352.17º | 0.21% | 0.85% | - |
XYZ | 51.7 | 47.62 | 48.59 | - |
YUV | 186.44 | 123.24 | 150.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 172 | 178 | 0 | 0.21 | 0.18 | 0.15 | 352.17 | 0.38 | 0.76 |
Hex | DA | AC | B2 | 0 | 15 | 12 | F | 160 | 26 | 4C |
Octal | 332 | 254 | 262 | 0 | 25 | 22 | 17 | 540 | 46 | 114 |
Binary | 11011010 | 10101100 | 10110010 | 0 | 10101 | 10010 | 1111 | 101100000 | 100110 | 1001100 |
Color Harmonies of #DAACB2
Complementary color
Monochromatic Colors of #DAACB2
Black with #DAACB2
Text Example
Text Example
White with #DAACB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACB2; }
p { color: rgb(218,172,178); }
H1.HeaderClassName
{
color: #DAACB2;
}
.AnyTagClassName
{
color: #DAACB2;
}
</style>
background-color css
<style>
a { background-color: #DAACB2; }
a { background-color: rgb(218,172,178); }
div.DivClassName
{
background-color: #DAACB2;
}
.BgClassName
{
background-color: #DAACB2;
}
</style>
border-color css
<style>
span { border-color: #DAACB2; }
span { border-color: rgb(218,172,178); }
td.TdClassName
{
border-color: #DAACB2;
}
.TagClassName
{
border-color: #DAACB2;
}
</style>