Shades of Mauve #DCADEE
Tints of Mauve #DCADEE
RGB
CMYK
RGB Variations
Color information
#DCADEE (or 0xDCADEE) is known color: Mauve. HEX triplet: DC, AD and EE. RGB value is (220,173,238). Sum of RGB (Red+Green+Blue) = 220+173+238=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 173 (67.97% from 255 or 27.42% from 631); Blue value is 238 (93.36% from 255 or 37.72% from 631); Max value from RGB is 238 - color contains mainly: blue. Hex color #DCADEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCADEE is #235211. Grayscale: #C2C2C2. Windows color (decimal): -2314770 or 15642076. OLE color: 15642076.
HSL color Cylindrical-coordinate representation of color #DCADEE: hue angle of 283.38º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DCADEE is Cyan = 0.08, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 173 | 238 | - |
| CMYK | 0.08 | 0.27 | 0 | 0.07 |
| HSL | 283.38º | 0.66% | 0.81% | - |
| HSV(B) | 283.38º | 0.27% | 0.93% | - |
| XYZ | 59.89 | 51.28 | 87.63 | - |
| YUV | 194.46 | 152.57 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 173 | 238 | 0.08 | 0.27 | 0 | 0.07 | 283.38 | 0.66 | 0.81 |
| Hex | DC | AD | EE | 8 | 1B | 0 | 7 | 11B | 42 | 51 |
| Octal | 334 | 255 | 356 | 10 | 33 | 0 | 7 | 433 | 102 | 121 |
| Binary | 11011100 | 10101101 | 11101110 | 1000 | 11011 | 0 | 111 | 100011011 | 1000010 | 1010001 |
Color Harmonies of #DCADEE
Complementary color
Monochromatic Colors of #DCADEE
Black with #DCADEE
Text Example
Text Example
White with #DCADEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCADEE; }
p { color: rgb(220,173,238); }
H1.HeaderClassName
{
color: #DCADEE;
}
.AnyTagClassName
{
color: #DCADEE;
}
</style>
background-color css
<style>
a { background-color: #DCADEE; }
a { background-color: rgb(220,173,238); }
div.DivClassName
{
background-color: #DCADEE;
}
.BgClassName
{
background-color: #DCADEE;
}
</style>
border-color css
<style>
span { border-color: #DCADEE; }
span { border-color: rgb(220,173,238); }
td.TdClassName
{
border-color: #DCADEE;
}
.TagClassName
{
border-color: #DCADEE;
}
</style>