Shades of Mauve #D5AEF2
Tints of Mauve #D5AEF2
RGB
CMYK
RGB Variations
Color information
#D5AEF2 (or 0xD5AEF2) is known color: Mauve. HEX triplet: D5, AE and F2. RGB value is (213,174,242). Sum of RGB (Red+Green+Blue) = 213+174+242=629 (83% of max value = 765). Red value is 213 (83.59% from 255 or 33.86% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 242 (94.92% from 255 or 38.47% from 629); Max value from RGB is 242 - color contains mainly: blue. Hex color #D5AEF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AEF2 is #2A510D. Grayscale: #C1C1C1. Windows color (decimal): -2773262 or 15904469. OLE color: 15904469.
HSL color Cylindrical-coordinate representation of color #D5AEF2: hue angle of 274.41º degrees, saturation: 0.72, 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 #D5AEF2 is Cyan = 0.12, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 174 | 242 | - |
| CMYK | 0.12 | 0.28 | 0 | 0.05 |
| HSL | 274.41º | 0.72% | 0.82% | - |
| HSV(B) | 274.41º | 0.28% | 0.95% | - |
| XYZ | 58.6 | 50.83 | 90.73 | - |
| YUV | 193.41 | 155.42 | 141.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 174 | 242 | 0.12 | 0.28 | 0 | 0.05 | 274.41 | 0.72 | 0.82 |
| Hex | D5 | AE | F2 | C | 1C | 0 | 5 | 112 | 48 | 52 |
| Octal | 325 | 256 | 362 | 14 | 34 | 0 | 5 | 422 | 110 | 122 |
| Binary | 11010101 | 10101110 | 11110010 | 1100 | 11100 | 0 | 101 | 100010010 | 1001000 | 1010010 |
Color Harmonies of #D5AEF2
Complementary color
Monochromatic Colors of #D5AEF2
Black with #D5AEF2
Text Example
Text Example
White with #D5AEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AEF2; }
p { color: rgb(213,174,242); }
H1.HeaderClassName
{
color: #D5AEF2;
}
.AnyTagClassName
{
color: #D5AEF2;
}
</style>
background-color css
<style>
a { background-color: #D5AEF2; }
a { background-color: rgb(213,174,242); }
div.DivClassName
{
background-color: #D5AEF2;
}
.BgClassName
{
background-color: #D5AEF2;
}
</style>
border-color css
<style>
span { border-color: #D5AEF2; }
span { border-color: rgb(213,174,242); }
td.TdClassName
{
border-color: #D5AEF2;
}
.TagClassName
{
border-color: #D5AEF2;
}
</style>