Shades of Mauve #DAACEA
Tints of Mauve #DAACEA
RGB
CMYK
RGB Variations
Color information
#DAACEA (or 0xDAACEA) is known color: Mauve. HEX triplet: DA, AC and EA. RGB value is (218,172,234). Sum of RGB (Red+Green+Blue) = 218+172+234=624 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.94% from 624); Green value is 172 (67.58% from 255 or 27.56% from 624); Blue value is 234 (91.80% from 255 or 37.5% from 624); Max value from RGB is 234 - color contains mainly: blue. Hex color #DAACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACEA is #255315. Grayscale: #C0C0C0. Windows color (decimal): -2446102 or 15379674. OLE color: 15379674.
HSL color Cylindrical-coordinate representation of color #DAACEA: hue angle of 284.52º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DAACEA is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
RGB | 218 | 172 | 234 | - |
CMYK | 0.07 | 0.26 | 0 | 0.08 |
HSL | 284.52º | 0.6% | 0.8% | - |
HSV(B) | 284.52º | 0.26% | 0.92% | - |
XYZ | 58.52 | 50.35 | 84.48 | - |
YUV | 192.82 | 151.24 | 145.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 172 | 234 | 0.07 | 0.26 | 0 | 0.08 | 284.52 | 0.6 | 0.8 |
Hex | DA | AC | EA | 7 | 1A | 0 | 8 | 11D | 3C | 50 |
Octal | 332 | 254 | 352 | 7 | 32 | 0 | 10 | 435 | 74 | 120 |
Binary | 11011010 | 10101100 | 11101010 | 111 | 11010 | 0 | 1000 | 100011101 | 111100 | 1010000 |
Color Harmonies of #DAACEA
Complementary color
Monochromatic Colors of #DAACEA
Black with #DAACEA
Text Example
Text Example
White with #DAACEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACEA; }
p { color: rgb(218,172,234); }
H1.HeaderClassName
{
color: #DAACEA;
}
.AnyTagClassName
{
color: #DAACEA;
}
</style>
background-color css
<style>
a { background-color: #DAACEA; }
a { background-color: rgb(218,172,234); }
div.DivClassName
{
background-color: #DAACEA;
}
.BgClassName
{
background-color: #DAACEA;
}
</style>
border-color css
<style>
span { border-color: #DAACEA; }
span { border-color: rgb(218,172,234); }
td.TdClassName
{
border-color: #DAACEA;
}
.TagClassName
{
border-color: #DAACEA;
}
</style>