Shades of Mauve #DCAEF8
Tints of Mauve #DCAEF8
RGB
CMYK
RGB Variations
Color information
#DCAEF8 (or 0xDCAEF8) is known color: Mauve. HEX triplet: DC, AE and F8. RGB value is (220,174,248). Sum of RGB (Red+Green+Blue) = 220+174+248=642 (85% of max value = 765). Red value is 220 (86.33% from 255 or 34.27% from 642); Green value is 174 (68.36% from 255 or 27.10% from 642); Blue value is 248 (97.27% from 255 or 38.63% from 642); Max value from RGB is 248 - color contains mainly: blue. Hex color #DCAEF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAEF8 is #235107. Grayscale: #C3C3C3. Windows color (decimal): -2314504 or 16297692. OLE color: 16297692.
HSL color Cylindrical-coordinate representation of color #DCAEF8: hue angle of 277.3º degrees, saturation: 0.84, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DCAEF8 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 220 | 174 | 248 | - |
| CMYK | 0.11 | 0.30 | 0 | 0.03 |
| HSL | 277.3º | 0.84% | 0.83% | - |
| HSV(B) | 277.3º | 0.3% | 0.97% | - |
| XYZ | 61.59 | 52.27 | 95.65 | - |
| YUV | 196.19 | 157.24 | 144.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 248 | 0.11 | 0.30 | 0 | 0.03 | 277.3 | 0.84 | 0.83 |
| Hex | DC | AE | F8 | B | 1E | 0 | 3 | 115 | 54 | 53 |
| Octal | 334 | 256 | 370 | 13 | 36 | 0 | 3 | 425 | 124 | 123 |
| Binary | 11011100 | 10101110 | 11111000 | 1011 | 11110 | 0 | 11 | 100010101 | 1010100 | 1010011 |
Color Harmonies of #DCAEF8
Complementary color
Monochromatic Colors of #DCAEF8
Black with #DCAEF8
Text Example
Text Example
White with #DCAEF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAEF8; }
p { color: rgb(220,174,248); }
H1.HeaderClassName
{
color: #DCAEF8;
}
.AnyTagClassName
{
color: #DCAEF8;
}
</style>
background-color css
<style>
a { background-color: #DCAEF8; }
a { background-color: rgb(220,174,248); }
div.DivClassName
{
background-color: #DCAEF8;
}
.BgClassName
{
background-color: #DCAEF8;
}
</style>
border-color css
<style>
span { border-color: #DCAEF8; }
span { border-color: rgb(220,174,248); }
td.TdClassName
{
border-color: #DCAEF8;
}
.TagClassName
{
border-color: #DCAEF8;
}
</style>