Shades of Mauve #DAACED
Tints of Mauve #DAACED
RGB
CMYK
RGB Variations
Color information
#DAACED (or 0xDAACED) is known color: Mauve. HEX triplet: DA, AC and ED. RGB value is (218,172,237). Sum of RGB (Red+Green+Blue) = 218+172+237=627 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.77% from 627); Green value is 172 (67.58% from 255 or 27.43% from 627); Blue value is 237 (92.97% from 255 or 37.80% from 627); Max value from RGB is 237 - color contains mainly: blue. Hex color #DAACED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACED is #255312. Grayscale: #C0C0C0. Windows color (decimal): -2446099 or 15576282. OLE color: 15576282.
HSL color Cylindrical-coordinate representation of color #DAACED: hue angle of 282.46º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DAACED is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 218 | 172 | 237 | - |
CMYK | 0.08 | 0.27 | 0 | 0.07 |
HSL | 282.46º | 0.64% | 0.8% | - |
HSV(B) | 282.46º | 0.27% | 0.93% | - |
XYZ | 58.95 | 50.52 | 86.77 | - |
YUV | 193.16 | 152.74 | 145.71 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 172 | 237 | 0.08 | 0.27 | 0 | 0.07 | 282.46 | 0.64 | 0.8 |
Hex | DA | AC | ED | 8 | 1B | 0 | 7 | 11A | 40 | 50 |
Octal | 332 | 254 | 355 | 10 | 33 | 0 | 7 | 432 | 100 | 120 |
Binary | 11011010 | 10101100 | 11101101 | 1000 | 11011 | 0 | 111 | 100011010 | 1000000 | 1010000 |
Color Harmonies of #DAACED
Complementary color
Monochromatic Colors of #DAACED
Black with #DAACED
Text Example
Text Example
White with #DAACED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACED; }
p { color: rgb(218,172,237); }
H1.HeaderClassName
{
color: #DAACED;
}
.AnyTagClassName
{
color: #DAACED;
}
</style>
background-color css
<style>
a { background-color: #DAACED; }
a { background-color: rgb(218,172,237); }
div.DivClassName
{
background-color: #DAACED;
}
.BgClassName
{
background-color: #DAACED;
}
</style>
border-color css
<style>
span { border-color: #DAACED; }
span { border-color: rgb(218,172,237); }
td.TdClassName
{
border-color: #DAACED;
}
.TagClassName
{
border-color: #DAACED;
}
</style>