Shades of Mauve #DCAEEC
Tints of Mauve #DCAEEC
RGB
CMYK
RGB Variations
Color information
#DCAEEC (or 0xDCAEEC) is known color: Mauve. HEX triplet: DC, AE and EC. RGB value is (220,174,236). Sum of RGB (Red+Green+Blue) = 220+174+236=630 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.92% from 630); Green value is 174 (68.36% from 255 or 27.62% from 630); Blue value is 236 (92.58% from 255 or 37.46% from 630); Max value from RGB is 236 - color contains mainly: blue. Hex color #DCAEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAEEC is #235113. Grayscale: #C2C2C2. Windows color (decimal): -2314516 or 15511260. OLE color: 15511260.
HSL color Cylindrical-coordinate representation of color #DCAEEC: hue angle of 284.52º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DCAEEC is Cyan = 0.07, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 174 | 236 | - |
| CMYK | 0.07 | 0.26 | 0 | 0.07 |
| HSL | 284.52º | 0.62% | 0.8% | - |
| HSV(B) | 284.52º | 0.26% | 0.93% | - |
| XYZ | 59.79 | 51.54 | 86.15 | - |
| YUV | 194.82 | 151.24 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 236 | 0.07 | 0.26 | 0 | 0.07 | 284.52 | 0.62 | 0.8 |
| Hex | DC | AE | EC | 7 | 1A | 0 | 7 | 11D | 3E | 50 |
| Octal | 334 | 256 | 354 | 7 | 32 | 0 | 7 | 435 | 76 | 120 |
| Binary | 11011100 | 10101110 | 11101100 | 111 | 11010 | 0 | 111 | 100011101 | 111110 | 1010000 |
Color Harmonies of #DCAEEC
Complementary color
Monochromatic Colors of #DCAEEC
Black with #DCAEEC
Text Example
Text Example
White with #DCAEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAEEC; }
p { color: rgb(220,174,236); }
H1.HeaderClassName
{
color: #DCAEEC;
}
.AnyTagClassName
{
color: #DCAEEC;
}
</style>
background-color css
<style>
a { background-color: #DCAEEC; }
a { background-color: rgb(220,174,236); }
div.DivClassName
{
background-color: #DCAEEC;
}
.BgClassName
{
background-color: #DCAEEC;
}
</style>
border-color css
<style>
span { border-color: #DCAEEC; }
span { border-color: rgb(220,174,236); }
td.TdClassName
{
border-color: #DCAEEC;
}
.TagClassName
{
border-color: #DCAEEC;
}
</style>