Shades of Mauve #D8AEF2
Tints of Mauve #D8AEF2
RGB
CMYK
RGB Variations
Color information
#D8AEF2 (or 0xD8AEF2) is known color: Mauve. HEX triplet: D8, AE and F2. RGB value is (216,174,242). Sum of RGB (Red+Green+Blue) = 216+174+242=632 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.18% from 632); Green value is 174 (68.36% from 255 or 27.53% from 632); Blue value is 242 (94.92% from 255 or 38.29% from 632); Max value from RGB is 242 - color contains mainly: blue. Hex color #D8AEF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AEF2 is #27510D. Grayscale: #C2C2C2. Windows color (decimal): -2576654 or 15904472. OLE color: 15904472.
HSL color Cylindrical-coordinate representation of color #D8AEF2: hue angle of 277.06º 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 #D8AEF2 is Cyan = 0.11, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 174 | 242 | - |
| CMYK | 0.11 | 0.28 | 0 | 0.05 |
| HSL | 277.06º | 0.72% | 0.82% | - |
| HSV(B) | 277.06º | 0.28% | 0.95% | - |
| XYZ | 59.48 | 51.28 | 90.77 | - |
| YUV | 194.31 | 154.91 | 143.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 174 | 242 | 0.11 | 0.28 | 0 | 0.05 | 277.06 | 0.72 | 0.82 |
| Hex | D8 | AE | F2 | B | 1C | 0 | 5 | 115 | 48 | 52 |
| Octal | 330 | 256 | 362 | 13 | 34 | 0 | 5 | 425 | 110 | 122 |
| Binary | 11011000 | 10101110 | 11110010 | 1011 | 11100 | 0 | 101 | 100010101 | 1001000 | 1010010 |
Color Harmonies of #D8AEF2
Complementary color
Monochromatic Colors of #D8AEF2
Black with #D8AEF2
Text Example
Text Example
White with #D8AEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AEF2; }
p { color: rgb(216,174,242); }
H1.HeaderClassName
{
color: #D8AEF2;
}
.AnyTagClassName
{
color: #D8AEF2;
}
</style>
background-color css
<style>
a { background-color: #D8AEF2; }
a { background-color: rgb(216,174,242); }
div.DivClassName
{
background-color: #D8AEF2;
}
.BgClassName
{
background-color: #D8AEF2;
}
</style>
border-color css
<style>
span { border-color: #D8AEF2; }
span { border-color: rgb(216,174,242); }
td.TdClassName
{
border-color: #D8AEF2;
}
.TagClassName
{
border-color: #D8AEF2;
}
</style>