Shades of Mauve #D4AEFC
Tints of Mauve #D4AEFC
RGB
CMYK
RGB Variations
Color information
#D4AEFC (or 0xD4AEFC) is known color: Mauve. HEX triplet: D4, AE and FC. RGB value is (212,174,252). Sum of RGB (Red+Green+Blue) = 212+174+252=638 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.23% from 638); Green value is 174 (68.36% from 255 or 27.27% from 638); Blue value is 252 (98.83% from 255 or 39.50% from 638); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4AEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AEFC is #2B5103. Grayscale: #C1C1C1. Windows color (decimal): -2838788 or 16559828. OLE color: 16559828.
HSL color Cylindrical-coordinate representation of color #D4AEFC: hue angle of 269.23º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D4AEFC is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 212 | 174 | 252 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.01 |
| HSL | 269.23º | 0.93% | 0.84% | - |
| HSV(B) | 269.23º | 0.31% | 0.99% | - |
| XYZ | 59.86 | 51.3 | 98.84 | - |
| YUV | 194.25 | 160.59 | 140.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 174 | 252 | 0.16 | 0.31 | 0 | 0.01 | 269.23 | 0.93 | 0.84 |
| Hex | D4 | AE | FC | 10 | 1F | 0 | 1 | 10D | 5D | 54 |
| Octal | 324 | 256 | 374 | 20 | 37 | 0 | 1 | 415 | 135 | 124 |
| Binary | 11010100 | 10101110 | 11111100 | 10000 | 11111 | 0 | 1 | 100001101 | 1011101 | 1010100 |
Color Harmonies of #D4AEFC
Complementary color
Monochromatic Colors of #D4AEFC
Black with #D4AEFC
Text Example
Text Example
White with #D4AEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4AEFC; }
p { color: rgb(212,174,252); }
H1.HeaderClassName
{
color: #D4AEFC;
}
.AnyTagClassName
{
color: #D4AEFC;
}
</style>
background-color css
<style>
a { background-color: #D4AEFC; }
a { background-color: rgb(212,174,252); }
div.DivClassName
{
background-color: #D4AEFC;
}
.BgClassName
{
background-color: #D4AEFC;
}
</style>
border-color css
<style>
span { border-color: #D4AEFC; }
span { border-color: rgb(212,174,252); }
td.TdClassName
{
border-color: #D4AEFC;
}
.TagClassName
{
border-color: #D4AEFC;
}
</style>