Shades of Mauve #D3AEEE
Tints of Mauve #D3AEEE
RGB
CMYK
RGB Variations
Color information
#D3AEEE (or 0xD3AEEE) is known color: Mauve. HEX triplet: D3, AE and EE. RGB value is (211,174,238). Sum of RGB (Red+Green+Blue) = 211+174+238=623 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.87% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 238 (93.36% from 255 or 38.20% from 623); Max value from RGB is 238 - color contains mainly: blue. Hex color #D3AEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AEEE is #2C5111. Grayscale: #C0C0C0. Windows color (decimal): -2904338 or 15642323. OLE color: 15642323.
HSL color Cylindrical-coordinate representation of color #D3AEEE: hue angle of 274.69º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D3AEEE is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 174 | 238 | - |
| CMYK | 0.11 | 0.27 | 0 | 0.07 |
| HSL | 274.69º | 0.65% | 0.81% | - |
| HSV(B) | 274.69º | 0.27% | 0.93% | - |
| XYZ | 57.43 | 50.29 | 87.57 | - |
| YUV | 192.36 | 153.76 | 141.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 174 | 238 | 0.11 | 0.27 | 0 | 0.07 | 274.69 | 0.65 | 0.81 |
| Hex | D3 | AE | EE | B | 1B | 0 | 7 | 113 | 41 | 51 |
| Octal | 323 | 256 | 356 | 13 | 33 | 0 | 7 | 423 | 101 | 121 |
| Binary | 11010011 | 10101110 | 11101110 | 1011 | 11011 | 0 | 111 | 100010011 | 1000001 | 1010001 |
Color Harmonies of #D3AEEE
Complementary color
Monochromatic Colors of #D3AEEE
Black with #D3AEEE
Text Example
Text Example
White with #D3AEEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AEEE; }
p { color: rgb(211,174,238); }
H1.HeaderClassName
{
color: #D3AEEE;
}
.AnyTagClassName
{
color: #D3AEEE;
}
</style>
background-color css
<style>
a { background-color: #D3AEEE; }
a { background-color: rgb(211,174,238); }
div.DivClassName
{
background-color: #D3AEEE;
}
.BgClassName
{
background-color: #D3AEEE;
}
</style>
border-color css
<style>
span { border-color: #D3AEEE; }
span { border-color: rgb(211,174,238); }
td.TdClassName
{
border-color: #D3AEEE;
}
.TagClassName
{
border-color: #D3AEEE;
}
</style>