Shades of Mauve #DAACFD
Tints of Mauve #DAACFD
RGB
CMYK
RGB Variations
Color information
#DAACFD (or 0xDAACFD) is known color: Mauve. HEX triplet: DA, AC and FD. RGB value is (218,172,253). Sum of RGB (Red+Green+Blue) = 218+172+253=643 (85% of max value = 765). Red value is 218 (85.55% from 255 or 33.90% from 643); Green value is 172 (67.58% from 255 or 26.75% from 643); Blue value is 253 (99.22% from 255 or 39.35% from 643); Max value from RGB is 253 - color contains mainly: blue. Hex color #DAACFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DAACFD is #255302. Grayscale: #C2C2C2. Windows color (decimal): -2446083 or 16624858. OLE color: 16624858.
HSL color Cylindrical-coordinate representation of color #DAACFD: hue angle of 274.07º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DAACFD is Cyan = 0.14, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 218 | 172 | 253 | - |
CMYK | 0.14 | 0.32 | 0 | 0.01 |
HSL | 274.07º | 0.95% | 0.83% | - |
HSV(B) | 274.07º | 0.32% | 0.99% | - |
XYZ | 61.4 | 51.5 | 99.63 | - |
YUV | 194.99 | 160.74 | 144.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 218 | 172 | 253 | 0.14 | 0.32 | 0 | 0.01 | 274.07 | 0.95 | 0.83 |
Hex | DA | AC | FD | E | 20 | 0 | 1 | 112 | 5F | 53 |
Octal | 332 | 254 | 375 | 16 | 40 | 0 | 1 | 422 | 137 | 123 |
Binary | 11011010 | 10101100 | 11111101 | 1110 | 100000 | 0 | 1 | 100010010 | 1011111 | 1010011 |
Color Harmonies of #DAACFD
Complementary color
Monochromatic Colors of #DAACFD
Black with #DAACFD
Text Example
Text Example
White with #DAACFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAACFD; }
p { color: rgb(218,172,253); }
H1.HeaderClassName
{
color: #DAACFD;
}
.AnyTagClassName
{
color: #DAACFD;
}
</style>
background-color css
<style>
a { background-color: #DAACFD; }
a { background-color: rgb(218,172,253); }
div.DivClassName
{
background-color: #DAACFD;
}
.BgClassName
{
background-color: #DAACFD;
}
</style>
border-color css
<style>
span { border-color: #DAACFD; }
span { border-color: rgb(218,172,253); }
td.TdClassName
{
border-color: #DAACFD;
}
.TagClassName
{
border-color: #DAACFD;
}
</style>