Shades of Mauve #DCADF0
Tints of Mauve #DCADF0
RGB
CMYK
RGB Variations
Color information
#DCADF0 (or 0xDCADF0) is known color: Mauve. HEX triplet: DC, AD and F0. RGB value is (220,173,240). Sum of RGB (Red+Green+Blue) = 220+173+240=633 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.76% from 633); Green value is 173 (67.97% from 255 or 27.33% from 633); Blue value is 240 (94.14% from 255 or 37.91% from 633); Max value from RGB is 240 - color contains mainly: blue. Hex color #DCADF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADF0 is #23520F. Grayscale: #C2C2C2. Windows color (decimal): -2314768 or 15773148. OLE color: 15773148.
HSL color Cylindrical-coordinate representation of color #DCADF0: hue angle of 282.09º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCADF0 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 220 | 173 | 240 | - |
| CMYK | 0.08 | 0.28 | 0 | 0.06 |
| HSL | 282.09º | 0.69% | 0.81% | - |
| HSV(B) | 282.09º | 0.28% | 0.94% | - |
| XYZ | 60.19 | 51.39 | 89.19 | - |
| YUV | 194.69 | 153.57 | 146.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 240 | 0.08 | 0.28 | 0 | 0.06 | 282.09 | 0.69 | 0.81 |
| Hex | DC | AD | F0 | 8 | 1C | 0 | 6 | 11A | 45 | 51 |
| Octal | 334 | 255 | 360 | 10 | 34 | 0 | 6 | 432 | 105 | 121 |
| Binary | 11011100 | 10101101 | 11110000 | 1000 | 11100 | 0 | 110 | 100011010 | 1000101 | 1010001 |
Color Harmonies of #DCADF0
Complementary color
Monochromatic Colors of #DCADF0
Black with #DCADF0
Text Example
Text Example
White with #DCADF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADF0; }
p { color: rgb(220,173,240); }
H1.HeaderClassName
{
color: #DCADF0;
}
.AnyTagClassName
{
color: #DCADF0;
}
</style>
background-color css
<style>
a { background-color: #DCADF0; }
a { background-color: rgb(220,173,240); }
div.DivClassName
{
background-color: #DCADF0;
}
.BgClassName
{
background-color: #DCADF0;
}
</style>
border-color css
<style>
span { border-color: #DCADF0; }
span { border-color: rgb(220,173,240); }
td.TdClassName
{
border-color: #DCADF0;
}
.TagClassName
{
border-color: #DCADF0;
}
</style>