Shades of Mauve #DCADFD
Tints of Mauve #DCADFD
RGB
CMYK
RGB Variations
Color information
#DCADFD (or 0xDCADFD) is known color: Mauve. HEX triplet: DC, AD and FD. RGB value is (220,173,253). Sum of RGB (Red+Green+Blue) = 220+173+253=646 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.06% from 646); Green value is 173 (67.97% from 255 or 26.78% from 646); Blue value is 253 (99.22% from 255 or 39.16% from 646); Max value from RGB is 253 - color contains mainly: blue. Hex color #DCADFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADFD is #235202. Grayscale: #C3C3C3. Windows color (decimal): -2314755 or 16625116. OLE color: 16625116.
HSL color Cylindrical-coordinate representation of color #DCADFD: hue angle of 275.25º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DCADFD is Cyan = 0.13, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 220 | 173 | 253 | - |
CMYK | 0.13 | 0.32 | 0 | 0.01 |
HSL | 275.25º | 0.95% | 0.84% | - |
HSV(B) | 275.25º | 0.32% | 0.99% | - |
XYZ | 62.19 | 52.19 | 99.73 | - |
YUV | 196.17 | 160.07 | 145 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 173 | 253 | 0.13 | 0.32 | 0 | 0.01 | 275.25 | 0.95 | 0.84 |
Hex | DC | AD | FD | D | 20 | 0 | 1 | 113 | 5F | 54 |
Octal | 334 | 255 | 375 | 15 | 40 | 0 | 1 | 423 | 137 | 124 |
Binary | 11011100 | 10101101 | 11111101 | 1101 | 100000 | 0 | 1 | 100010011 | 1011111 | 1010100 |
Color Harmonies of #DCADFD
Complementary color
Monochromatic Colors of #DCADFD
Black with #DCADFD
Text Example
Text Example
White with #DCADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADFD; }
p { color: rgb(220,173,253); }
H1.HeaderClassName
{
color: #DCADFD;
}
.AnyTagClassName
{
color: #DCADFD;
}
</style>
background-color css
<style>
a { background-color: #DCADFD; }
a { background-color: rgb(220,173,253); }
div.DivClassName
{
background-color: #DCADFD;
}
.BgClassName
{
background-color: #DCADFD;
}
</style>
border-color css
<style>
span { border-color: #DCADFD; }
span { border-color: rgb(220,173,253); }
td.TdClassName
{
border-color: #DCADFD;
}
.TagClassName
{
border-color: #DCADFD;
}
</style>