Shades of Mauve #DCADF4
Tints of Mauve #DCADF4
RGB
CMYK
RGB Variations
Color information
#DCADF4 (or 0xDCADF4) is known color: Mauve. HEX triplet: DC, AD and F4. RGB value is (220,173,244). Sum of RGB (Red+Green+Blue) = 220+173+244=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 173 (67.97% from 255 or 27.16% from 637); Blue value is 244 (95.70% from 255 or 38.30% from 637); Max value from RGB is 244 - color contains mainly: blue. Hex color #DCADF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADF4 is #23520B. Grayscale: #C2C2C2. Windows color (decimal): -2314764 or 16035292. OLE color: 16035292.
HSL color Cylindrical-coordinate representation of color #DCADF4: hue angle of 279.72º degrees, saturation: 0.76, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCADF4 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 220 | 173 | 244 | - |
| CMYK | 0.10 | 0.29 | 0 | 0.04 |
| HSL | 279.72º | 0.76% | 0.82% | - |
| HSV(B) | 279.72º | 0.29% | 0.96% | - |
| XYZ | 60.79 | 51.63 | 92.35 | - |
| YUV | 195.15 | 155.57 | 145.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 244 | 0.10 | 0.29 | 0 | 0.04 | 279.72 | 0.76 | 0.82 |
| Hex | DC | AD | F4 | A | 1D | 0 | 4 | 118 | 4C | 52 |
| Octal | 334 | 255 | 364 | 12 | 35 | 0 | 4 | 430 | 114 | 122 |
| Binary | 11011100 | 10101101 | 11110100 | 1010 | 11101 | 0 | 100 | 100011000 | 1001100 | 1010010 |
Color Harmonies of #DCADF4
Complementary color
Monochromatic Colors of #DCADF4
Black with #DCADF4
Text Example
Text Example
White with #DCADF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADF4; }
p { color: rgb(220,173,244); }
H1.HeaderClassName
{
color: #DCADF4;
}
.AnyTagClassName
{
color: #DCADF4;
}
</style>
background-color css
<style>
a { background-color: #DCADF4; }
a { background-color: rgb(220,173,244); }
div.DivClassName
{
background-color: #DCADF4;
}
.BgClassName
{
background-color: #DCADF4;
}
</style>
border-color css
<style>
span { border-color: #DCADF4; }
span { border-color: rgb(220,173,244); }
td.TdClassName
{
border-color: #DCADF4;
}
.TagClassName
{
border-color: #DCADF4;
}
</style>