Shades of Mauve #DCADF7
Tints of Mauve #DCADF7
RGB
CMYK
RGB Variations
Color information
#DCADF7 (or 0xDCADF7) is known color: Mauve. HEX triplet: DC, AD and F7. RGB value is (220,173,247). Sum of RGB (Red+Green+Blue) = 220+173+247=640 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.38% from 640); Green value is 173 (67.97% from 255 or 27.03% from 640); Blue value is 247 (96.88% from 255 or 38.59% from 640); Max value from RGB is 247 - color contains mainly: blue. Hex color #DCADF7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADF7 is #235208. Grayscale: #C3C3C3. Windows color (decimal): -2314761 or 16231900. OLE color: 16231900.
HSL color Cylindrical-coordinate representation of color #DCADF7: hue angle of 278.11º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCADF7 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 173 | 247 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.03 |
| HSL | 278.11º | 0.82% | 0.82% | - |
| HSV(B) | 278.11º | 0.3% | 0.97% | - |
| XYZ | 61.25 | 51.82 | 94.77 | - |
| YUV | 195.49 | 157.07 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 247 | 0.11 | 0.30 | 0 | 0.03 | 278.11 | 0.82 | 0.82 |
| Hex | DC | AD | F7 | B | 1E | 0 | 3 | 116 | 52 | 52 |
| Octal | 334 | 255 | 367 | 13 | 36 | 0 | 3 | 426 | 122 | 122 |
| Binary | 11011100 | 10101101 | 11110111 | 1011 | 11110 | 0 | 11 | 100010110 | 1010010 | 1010010 |
Color Harmonies of #DCADF7
Complementary color
Monochromatic Colors of #DCADF7
Black with #DCADF7
Text Example
Text Example
White with #DCADF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADF7; }
p { color: rgb(220,173,247); }
H1.HeaderClassName
{
color: #DCADF7;
}
.AnyTagClassName
{
color: #DCADF7;
}
</style>
background-color css
<style>
a { background-color: #DCADF7; }
a { background-color: rgb(220,173,247); }
div.DivClassName
{
background-color: #DCADF7;
}
.BgClassName
{
background-color: #DCADF7;
}
</style>
border-color css
<style>
span { border-color: #DCADF7; }
span { border-color: rgb(220,173,247); }
td.TdClassName
{
border-color: #DCADF7;
}
.TagClassName
{
border-color: #DCADF7;
}
</style>