Shades of Mauve #D8AEEF
Tints of Mauve #D8AEEF
RGB
CMYK
RGB Variations
Color information
#D8AEEF (or 0xD8AEEF) is known color: Mauve. HEX triplet: D8, AE and EF. RGB value is (216,174,239). Sum of RGB (Red+Green+Blue) = 216+174+239=629 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.34% from 629); Green value is 174 (68.36% from 255 or 27.66% from 629); Blue value is 239 (93.75% from 255 or 38.00% from 629); Max value from RGB is 239 - color contains mainly: blue. Hex color #D8AEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8AEEF is #275110. Grayscale: #C1C1C1. Windows color (decimal): -2576657 or 15707864. OLE color: 15707864.
HSL color Cylindrical-coordinate representation of color #D8AEEF: hue angle of 278.77º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D8AEEF is Cyan = 0.10, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 216 | 174 | 239 | - |
| CMYK | 0.10 | 0.27 | 0 | 0.06 |
| HSL | 278.77º | 0.67% | 0.81% | - |
| HSV(B) | 278.77º | 0.27% | 0.94% | - |
| XYZ | 59.03 | 51.1 | 88.41 | - |
| YUV | 193.97 | 153.41 | 143.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 174 | 239 | 0.10 | 0.27 | 0 | 0.06 | 278.77 | 0.67 | 0.81 |
| Hex | D8 | AE | EF | A | 1B | 0 | 6 | 117 | 43 | 51 |
| Octal | 330 | 256 | 357 | 12 | 33 | 0 | 6 | 427 | 103 | 121 |
| Binary | 11011000 | 10101110 | 11101111 | 1010 | 11011 | 0 | 110 | 100010111 | 1000011 | 1010001 |
Color Harmonies of #D8AEEF
Complementary color
Monochromatic Colors of #D8AEEF
Black with #D8AEEF
Text Example
Text Example
White with #D8AEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8AEEF; }
p { color: rgb(216,174,239); }
H1.HeaderClassName
{
color: #D8AEEF;
}
.AnyTagClassName
{
color: #D8AEEF;
}
</style>
background-color css
<style>
a { background-color: #D8AEEF; }
a { background-color: rgb(216,174,239); }
div.DivClassName
{
background-color: #D8AEEF;
}
.BgClassName
{
background-color: #D8AEEF;
}
</style>
border-color css
<style>
span { border-color: #D8AEEF; }
span { border-color: rgb(216,174,239); }
td.TdClassName
{
border-color: #D8AEEF;
}
.TagClassName
{
border-color: #D8AEEF;
}
</style>