Shades of Mauve #D4AEEC
Tints of Mauve #D4AEEC
RGB
CMYK
RGB Variations
Color information
#D4AEEC (or 0xD4AEEC) is known color: Mauve. HEX triplet: D4, AE and EC. RGB value is (212,174,236). Sum of RGB (Red+Green+Blue) = 212+174+236=622 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.08% from 622); Green value is 174 (68.36% from 255 or 27.97% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #D4AEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AEEC is #2B5113. Grayscale: #C0C0C0. Windows color (decimal): -2838804 or 15511252. OLE color: 15511252.
HSL color Cylindrical-coordinate representation of color #D4AEEC: hue angle of 276.77º 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 #D4AEEC is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 212 | 174 | 236 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.07 |
| HSL | 276.77º | 0.62% | 0.8% | - |
| HSV(B) | 276.77º | 0.26% | 0.93% | - |
| XYZ | 57.43 | 50.33 | 86.04 | - |
| YUV | 192.43 | 152.59 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 174 | 236 | 0.10 | 0.26 | 0 | 0.07 | 276.77 | 0.62 | 0.8 |
| Hex | D4 | AE | EC | A | 1A | 0 | 7 | 115 | 3E | 50 |
| Octal | 324 | 256 | 354 | 12 | 32 | 0 | 7 | 425 | 76 | 120 |
| Binary | 11010100 | 10101110 | 11101100 | 1010 | 11010 | 0 | 111 | 100010101 | 111110 | 1010000 |
Color Harmonies of #D4AEEC
Complementary color
Monochromatic Colors of #D4AEEC
Black with #D4AEEC
Text Example
Text Example
White with #D4AEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AEEC; }
p { color: rgb(212,174,236); }
H1.HeaderClassName
{
color: #D4AEEC;
}
.AnyTagClassName
{
color: #D4AEEC;
}
</style>
background-color css
<style>
a { background-color: #D4AEEC; }
a { background-color: rgb(212,174,236); }
div.DivClassName
{
background-color: #D4AEEC;
}
.BgClassName
{
background-color: #D4AEEC;
}
</style>
border-color css
<style>
span { border-color: #D4AEEC; }
span { border-color: rgb(212,174,236); }
td.TdClassName
{
border-color: #D4AEEC;
}
.TagClassName
{
border-color: #D4AEEC;
}
</style>