Shades of Mauve #DCADF2
Tints of Mauve #DCADF2
RGB
CMYK
RGB Variations
Color information
#DCADF2 (or 0xDCADF2) is known color: Mauve. HEX triplet: DC, AD and F2. RGB value is (220,173,242). Sum of RGB (Red+Green+Blue) = 220+173+242=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 173 (67.97% from 255 or 27.24% from 635); Blue value is 242 (94.92% from 255 or 38.11% from 635); Max value from RGB is 242 - color contains mainly: blue. Hex color #DCADF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADF2 is #23520D. Grayscale: #C2C2C2. Windows color (decimal): -2314766 or 15904220. OLE color: 15904220.
HSL color Cylindrical-coordinate representation of color #DCADF2: hue angle of 280.87º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCADF2 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 173 | 242 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.05 |
| HSL | 280.87º | 0.73% | 0.81% | - |
| HSV(B) | 280.87º | 0.29% | 0.95% | - |
| XYZ | 60.49 | 51.51 | 90.76 | - |
| YUV | 194.92 | 154.57 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 242 | 0.09 | 0.29 | 0 | 0.05 | 280.87 | 0.73 | 0.81 |
| Hex | DC | AD | F2 | 9 | 1D | 0 | 5 | 119 | 49 | 51 |
| Octal | 334 | 255 | 362 | 11 | 35 | 0 | 5 | 431 | 111 | 121 |
| Binary | 11011100 | 10101101 | 11110010 | 1001 | 11101 | 0 | 101 | 100011001 | 1001001 | 1010001 |
Color Harmonies of #DCADF2
Complementary color
Monochromatic Colors of #DCADF2
Black with #DCADF2
Text Example
Text Example
White with #DCADF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADF2; }
p { color: rgb(220,173,242); }
H1.HeaderClassName
{
color: #DCADF2;
}
.AnyTagClassName
{
color: #DCADF2;
}
</style>
background-color css
<style>
a { background-color: #DCADF2; }
a { background-color: rgb(220,173,242); }
div.DivClassName
{
background-color: #DCADF2;
}
.BgClassName
{
background-color: #DCADF2;
}
</style>
border-color css
<style>
span { border-color: #DCADF2; }
span { border-color: rgb(220,173,242); }
td.TdClassName
{
border-color: #DCADF2;
}
.TagClassName
{
border-color: #DCADF2;
}
</style>