Shades of Mauve #DCAEF3
Tints of Mauve #DCAEF3
RGB
CMYK
RGB Variations
Color information
#DCAEF3 (or 0xDCAEF3) is known color: Mauve. HEX triplet: DC, AE and F3. RGB value is (220,174,243). Sum of RGB (Red+Green+Blue) = 220+174+243=637 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.54% from 637); Green value is 174 (68.36% from 255 or 27.32% from 637); Blue value is 243 (95.31% from 255 or 38.15% from 637); Max value from RGB is 243 - color contains mainly: blue. Hex color #DCAEF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DCAEF3 is #23510C. Grayscale: #C3C3C3. Windows color (decimal): -2314509 or 15970012. OLE color: 15970012.
HSL color Cylindrical-coordinate representation of color #DCAEF3: hue angle of 280º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCAEF3 is Cyan = 0.09, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 220 | 174 | 243 | - |
| CMYK | 0.09 | 0.28 | 0 | 0.05 |
| HSL | 280º | 0.74% | 0.82% | - |
| HSV(B) | 280º | 0.28% | 0.95% | - |
| XYZ | 60.83 | 51.96 | 91.62 | - |
| YUV | 195.62 | 154.74 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 174 | 243 | 0.09 | 0.28 | 0 | 0.05 | 280 | 0.74 | 0.82 |
| Hex | DC | AE | F3 | 9 | 1C | 0 | 5 | 118 | 4A | 52 |
| Octal | 334 | 256 | 363 | 11 | 34 | 0 | 5 | 430 | 112 | 122 |
| Binary | 11011100 | 10101110 | 11110011 | 1001 | 11100 | 0 | 101 | 100011000 | 1001010 | 1010010 |
Color Harmonies of #DCAEF3
Complementary color
Monochromatic Colors of #DCAEF3
Black with #DCAEF3
Text Example
Text Example
White with #DCAEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCAEF3; }
p { color: rgb(220,174,243); }
H1.HeaderClassName
{
color: #DCAEF3;
}
.AnyTagClassName
{
color: #DCAEF3;
}
</style>
background-color css
<style>
a { background-color: #DCAEF3; }
a { background-color: rgb(220,174,243); }
div.DivClassName
{
background-color: #DCAEF3;
}
.BgClassName
{
background-color: #DCAEF3;
}
</style>
border-color css
<style>
span { border-color: #DCAEF3; }
span { border-color: rgb(220,174,243); }
td.TdClassName
{
border-color: #DCAEF3;
}
.TagClassName
{
border-color: #DCAEF3;
}
</style>