Shades of Blossom #DAACB4
Tints of Blossom #DAACB4
RGB
CMYK
RGB Variations
Color information
#DAACB4 (or 0xDAACB4) is known color: Blossom. HEX triplet: DA, AC and B4. RGB value is (218,172,180). Sum of RGB (Red+Green+Blue) = 218+172+180=570 (75% of max value = 765). Red value is 218 (85.55% from 255 or 38.25% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 218 - color contains mainly: red. Hex color #DAACB4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DAACB4 is #25534B. Grayscale: #BABABA. Windows color (decimal): -2446156 or 11840730. OLE color: 11840730.
HSL color Cylindrical-coordinate representation of color #DAACB4: hue angle of 349.57º 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 #DAACB4 is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 172 | 180 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.15 |
| HSL | 349.57º | 0.38% | 0.76% | - |
| HSV(B) | 349.57º | 0.21% | 0.85% | - |
| XYZ | 51.9 | 47.71 | 49.65 | - |
| YUV | 186.67 | 124.24 | 150.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 172 | 180 | 0 | 0.21 | 0.17 | 0.15 | 349.57 | 0.38 | 0.76 |
| Hex | DA | AC | B4 | 0 | 15 | 11 | F | 15E | 26 | 4C |
| Octal | 332 | 254 | 264 | 0 | 25 | 21 | 17 | 536 | 46 | 114 |
| Binary | 11011010 | 10101100 | 10110100 | 0 | 10101 | 10001 | 1111 | 101011110 | 100110 | 1001100 |
Color Harmonies of #DAACB4
Complementary color
Monochromatic Colors of #DAACB4
Black with #DAACB4
Text Example
Text Example
White with #DAACB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACB4; }
p { color: rgb(218,172,180); }
H1.HeaderClassName
{
color: #DAACB4;
}
.AnyTagClassName
{
color: #DAACB4;
}
</style>
background-color css
<style>
a { background-color: #DAACB4; }
a { background-color: rgb(218,172,180); }
div.DivClassName
{
background-color: #DAACB4;
}
.BgClassName
{
background-color: #DAACB4;
}
</style>
border-color css
<style>
span { border-color: #DAACB4; }
span { border-color: rgb(218,172,180); }
td.TdClassName
{
border-color: #DAACB4;
}
.TagClassName
{
border-color: #DAACB4;
}
</style>