Shades of Mauve #DCADEF
Tints of Mauve #DCADEF
RGB
CMYK
RGB Variations
Color information
#DCADEF (or 0xDCADEF) is known color: Mauve. HEX triplet: DC, AD and EF. RGB value is (220,173,239). Sum of RGB (Red+Green+Blue) = 220+173+239=632 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.81% from 632); Green value is 173 (67.97% from 255 or 27.37% from 632); Blue value is 239 (93.75% from 255 or 37.82% from 632); Max value from RGB is 239 - color contains mainly: blue. Hex color #DCADEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADEF is #235210. Grayscale: #C2C2C2. Windows color (decimal): -2314769 or 15707612. OLE color: 15707612.
HSL color Cylindrical-coordinate representation of color #DCADEF: hue angle of 282.73º degrees, saturation: 0.67, 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 #DCADEF is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
RGB | 220 | 173 | 239 | - |
CMYK | 0.08 | 0.28 | 0 | 0.06 |
HSL | 282.73º | 0.67% | 0.81% | - |
HSV(B) | 282.73º | 0.28% | 0.94% | - |
XYZ | 60.04 | 51.33 | 88.41 | - |
YUV | 194.58 | 153.07 | 146.13 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 220 | 173 | 239 | 0.08 | 0.28 | 0 | 0.06 | 282.73 | 0.67 | 0.81 |
Hex | DC | AD | EF | 8 | 1C | 0 | 6 | 11B | 43 | 51 |
Octal | 334 | 255 | 357 | 10 | 34 | 0 | 6 | 433 | 103 | 121 |
Binary | 11011100 | 10101101 | 11101111 | 1000 | 11100 | 0 | 110 | 100011011 | 1000011 | 1010001 |
Color Harmonies of #DCADEF
Complementary color
Monochromatic Colors of #DCADEF
Black with #DCADEF
Text Example
Text Example
White with #DCADEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADEF; }
p { color: rgb(220,173,239); }
H1.HeaderClassName
{
color: #DCADEF;
}
.AnyTagClassName
{
color: #DCADEF;
}
</style>
background-color css
<style>
a { background-color: #DCADEF; }
a { background-color: rgb(220,173,239); }
div.DivClassName
{
background-color: #DCADEF;
}
.BgClassName
{
background-color: #DCADEF;
}
</style>
border-color css
<style>
span { border-color: #DCADEF; }
span { border-color: rgb(220,173,239); }
td.TdClassName
{
border-color: #DCADEF;
}
.TagClassName
{
border-color: #DCADEF;
}
</style>