Shades of Mauve #DCAEED
Tints of Mauve #DCAEED
RGB
CMYK
RGB Variations
Color information
#DCAEED (or 0xDCAEED) is known color: Mauve. HEX triplet: DC, AE and ED. RGB value is (220,174,237). Sum of RGB (Red+Green+Blue) = 220+174+237=631 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.87% from 631); Green value is 174 (68.36% from 255 or 27.58% from 631); Blue value is 237 (92.97% from 255 or 37.56% from 631); Max value from RGB is 237 - color contains mainly: blue. Hex color #DCAEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAEED is #235112. Grayscale: #C2C2C2. Windows color (decimal): -2314515 or 15576796. OLE color: 15576796.
HSL color Cylindrical-coordinate representation of color #DCAEED: hue angle of 283.81º degrees, saturation: 0.64, 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 #DCAEED is Cyan = 0.07, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 220 | 174 | 237 | - |
| CMYK | 0.07 | 0.27 | 0 | 0.07 |
| HSL | 283.81º | 0.64% | 0.81% | - |
| HSV(B) | 283.81º | 0.27% | 0.93% | - |
| XYZ | 59.94 | 51.6 | 86.92 | - |
| YUV | 194.94 | 151.74 | 145.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 237 | 0.07 | 0.27 | 0 | 0.07 | 283.81 | 0.64 | 0.81 |
| Hex | DC | AE | ED | 7 | 1B | 0 | 7 | 11C | 40 | 51 |
| Octal | 334 | 256 | 355 | 7 | 33 | 0 | 7 | 434 | 100 | 121 |
| Binary | 11011100 | 10101110 | 11101101 | 111 | 11011 | 0 | 111 | 100011100 | 1000000 | 1010001 |
Color Harmonies of #DCAEED
Complementary color
Monochromatic Colors of #DCAEED
Black with #DCAEED
Text Example
Text Example
White with #DCAEED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAEED; }
p { color: rgb(220,174,237); }
H1.HeaderClassName
{
color: #DCAEED;
}
.AnyTagClassName
{
color: #DCAEED;
}
</style>
background-color css
<style>
a { background-color: #DCAEED; }
a { background-color: rgb(220,174,237); }
div.DivClassName
{
background-color: #DCAEED;
}
.BgClassName
{
background-color: #DCAEED;
}
</style>
border-color css
<style>
span { border-color: #DCAEED; }
span { border-color: rgb(220,174,237); }
td.TdClassName
{
border-color: #DCAEED;
}
.TagClassName
{
border-color: #DCAEED;
}
</style>