Shades of Mauve #DCADF3
Tints of Mauve #DCADF3
RGB
CMYK
RGB Variations
Color information
#DCADF3 (or 0xDCADF3) is known color: Mauve. HEX triplet: DC, AD and F3. RGB value is (220,173,243). Sum of RGB (Red+Green+Blue) = 220+173+243=636 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.59% from 636); Green value is 173 (67.97% from 255 or 27.20% from 636); Blue value is 243 (95.31% from 255 or 38.21% from 636); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCADF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADF3 is #23520C. Grayscale: #C2C2C2. Windows color (decimal): -2314765 or 15969756. OLE color: 15969756.
HSL color Cylindrical-coordinate representation of color #DCADF3: hue angle of 280.29º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DCADF3 is Cyan = 0.09, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 173 | 243 | - |
| CMYK | 0.09 | 0.29 | 0 | 0.05 |
| HSL | 280.29º | 0.74% | 0.82% | - |
| HSV(B) | 280.29º | 0.29% | 0.95% | - |
| XYZ | 60.64 | 51.57 | 91.55 | - |
| YUV | 195.03 | 155.07 | 145.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 243 | 0.09 | 0.29 | 0 | 0.05 | 280.29 | 0.74 | 0.82 |
| Hex | DC | AD | F3 | 9 | 1D | 0 | 5 | 118 | 4A | 52 |
| Octal | 334 | 255 | 363 | 11 | 35 | 0 | 5 | 430 | 112 | 122 |
| Binary | 11011100 | 10101101 | 11110011 | 1001 | 11101 | 0 | 101 | 100011000 | 1001010 | 1010010 |
Color Harmonies of #DCADF3
Complementary color
Monochromatic Colors of #DCADF3
Black with #DCADF3
Text Example
Text Example
White with #DCADF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADF3; }
p { color: rgb(220,173,243); }
H1.HeaderClassName
{
color: #DCADF3;
}
.AnyTagClassName
{
color: #DCADF3;
}
</style>
background-color css
<style>
a { background-color: #DCADF3; }
a { background-color: rgb(220,173,243); }
div.DivClassName
{
background-color: #DCADF3;
}
.BgClassName
{
background-color: #DCADF3;
}
</style>
border-color css
<style>
span { border-color: #DCADF3; }
span { border-color: rgb(220,173,243); }
td.TdClassName
{
border-color: #DCADF3;
}
.TagClassName
{
border-color: #DCADF3;
}
</style>