Shades of Mauve #D3AFED
Tints of Mauve #D3AFED
RGB
CMYK
RGB Variations
Color information
#D3AFED (or 0xD3AFED) is known color: Mauve. HEX triplet: D3, AF and ED. RGB value is (211,175,237). Sum of RGB (Red+Green+Blue) = 211+175+237=623 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.87% from 623); Green value is 175 (68.75% from 255 or 28.09% from 623); Blue value is 237 (92.97% from 255 or 38.04% from 623); Max value from RGB is 237 - color contains mainly: blue. Hex color #D3AFED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AFED is #2C5012. Grayscale: #C0C0C0. Windows color (decimal): -2904083 or 15577043. OLE color: 15577043.
HSL color Cylindrical-coordinate representation of color #D3AFED: hue angle of 274.84º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D3AFED is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 211 | 175 | 237 | - |
CMYK | 0.11 | 0.26 | 0 | 0.07 |
HSL | 274.84º | 0.63% | 0.81% | - |
HSV(B) | 274.84º | 0.26% | 0.93% | - |
XYZ | 57.48 | 50.62 | 86.86 | - |
YUV | 192.83 | 152.93 | 140.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 175 | 237 | 0.11 | 0.26 | 0 | 0.07 | 274.84 | 0.63 | 0.81 |
Hex | D3 | AF | ED | B | 1A | 0 | 7 | 113 | 3F | 51 |
Octal | 323 | 257 | 355 | 13 | 32 | 0 | 7 | 423 | 77 | 121 |
Binary | 11010011 | 10101111 | 11101101 | 1011 | 11010 | 0 | 111 | 100010011 | 111111 | 1010001 |
Color Harmonies of #D3AFED
Complementary color
Monochromatic Colors of #D3AFED
Black with #D3AFED
Text Example
Text Example
White with #D3AFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AFED; }
p { color: rgb(211,175,237); }
H1.HeaderClassName
{
color: #D3AFED;
}
.AnyTagClassName
{
color: #D3AFED;
}
</style>
background-color css
<style>
a { background-color: #D3AFED; }
a { background-color: rgb(211,175,237); }
div.DivClassName
{
background-color: #D3AFED;
}
.BgClassName
{
background-color: #D3AFED;
}
</style>
border-color css
<style>
span { border-color: #D3AFED; }
span { border-color: rgb(211,175,237); }
td.TdClassName
{
border-color: #D3AFED;
}
.TagClassName
{
border-color: #D3AFED;
}
</style>