Shades of Mauve #D5AEFC
Tints of Mauve #D5AEFC
RGB
CMYK
RGB Variations
Color information
#D5AEFC (or 0xD5AEFC) is known color: Mauve. HEX triplet: D5, AE and FC. RGB value is (213,174,252). Sum of RGB (Red+Green+Blue) = 213+174+252=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 174 (68.36% from 255 or 27.23% from 639); Blue value is 252 (98.83% from 255 or 39.44% from 639); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5AEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AEFC is #2A5103. Grayscale: #C2C2C2. Windows color (decimal): -2773252 or 16559829. OLE color: 16559829.
HSL color Cylindrical-coordinate representation of color #D5AEFC: hue angle of 270º 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 #D5AEFC is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 174 | 252 | - |
| CMYK | 0.15 | 0.31 | 0 | 0.01 |
| HSL | 270º | 0.93% | 0.84% | - |
| HSV(B) | 270º | 0.31% | 0.99% | - |
| XYZ | 60.15 | 51.45 | 98.86 | - |
| YUV | 194.55 | 160.42 | 141.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 174 | 252 | 0.15 | 0.31 | 0 | 0.01 | 270 | 0.93 | 0.84 |
| Hex | D5 | AE | FC | F | 1F | 0 | 1 | 10E | 5D | 54 |
| Octal | 325 | 256 | 374 | 17 | 37 | 0 | 1 | 416 | 135 | 124 |
| Binary | 11010101 | 10101110 | 11111100 | 1111 | 11111 | 0 | 1 | 100001110 | 1011101 | 1010100 |
Color Harmonies of #D5AEFC
Complementary color
Monochromatic Colors of #D5AEFC
Black with #D5AEFC
Text Example
Text Example
White with #D5AEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AEFC; }
p { color: rgb(213,174,252); }
H1.HeaderClassName
{
color: #D5AEFC;
}
.AnyTagClassName
{
color: #D5AEFC;
}
</style>
background-color css
<style>
a { background-color: #D5AEFC; }
a { background-color: rgb(213,174,252); }
div.DivClassName
{
background-color: #D5AEFC;
}
.BgClassName
{
background-color: #D5AEFC;
}
</style>
border-color css
<style>
span { border-color: #D5AEFC; }
span { border-color: rgb(213,174,252); }
td.TdClassName
{
border-color: #D5AEFC;
}
.TagClassName
{
border-color: #D5AEFC;
}
</style>