Shades of Mauve #DCAAFD
Tints of Mauve #DCAAFD
RGB
CMYK
RGB Variations
Color information
#DCAAFD (or 0xDCAAFD) is known color: Mauve. HEX triplet: DC, AA and FD. RGB value is (220,170,253). Sum of RGB (Red+Green+Blue) = 220+170+253=643 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.21% from 643); Green value is 170 (66.80% from 255 or 26.44% 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 #DCAAFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAAFD is #235502. Grayscale: #C2C2C2. Windows color (decimal): -2315523 or 16624348. OLE color: 16624348.
HSL color Cylindrical-coordinate representation of color #DCAAFD: hue angle of 276.14º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCAAFD is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 170 | 253 | - |
CMYK | 0.13 | 0.33 | 0 | 0.01 |
HSL | 276.14º | 0.95% | 0.83% | - |
HSV(B) | 276.14º | 0.33% | 0.99% | - |
XYZ | 61.62 | 51.06 | 99.54 | - |
YUV | 194.41 | 161.07 | 146.25 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 170 | 253 | 0.13 | 0.33 | 0 | 0.01 | 276.14 | 0.95 | 0.83 |
Hex | DC | AA | FD | D | 21 | 0 | 1 | 114 | 5F | 53 |
Octal | 334 | 252 | 375 | 15 | 41 | 0 | 1 | 424 | 137 | 123 |
Binary | 11011100 | 10101010 | 11111101 | 1101 | 100001 | 0 | 1 | 100010100 | 1011111 | 1010011 |
Color Harmonies of #DCAAFD
Complementary color
Monochromatic Colors of #DCAAFD
Black with #DCAAFD
Text Example
Text Example
White with #DCAAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAAFD; }
p { color: rgb(220,170,253); }
H1.HeaderClassName
{
color: #DCAAFD;
}
.AnyTagClassName
{
color: #DCAAFD;
}
</style>
background-color css
<style>
a { background-color: #DCAAFD; }
a { background-color: rgb(220,170,253); }
div.DivClassName
{
background-color: #DCAAFD;
}
.BgClassName
{
background-color: #DCAAFD;
}
</style>
border-color css
<style>
span { border-color: #DCAAFD; }
span { border-color: rgb(220,170,253); }
td.TdClassName
{
border-color: #DCAAFD;
}
.TagClassName
{
border-color: #DCAAFD;
}
</style>