Shades of Mauve #D3AFEB
Tints of Mauve #D3AFEB
RGB
CMYK
RGB Variations
Color information
#D3AFEB (or 0xD3AFEB) is known color: Mauve. HEX triplet: D3, AF and EB. RGB value is (211,175,235). Sum of RGB (Red+Green+Blue) = 211+175+235=621 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.98% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 235 (92.19% from 255 or 37.84% from 621); Max value from RGB is 235 - color contains mainly: blue. Hex color #D3AFEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AFEB is #2C5014. Grayscale: #C0C0C0. Windows color (decimal): -2904085 or 15445971. OLE color: 15445971.
HSL color Cylindrical-coordinate representation of color #D3AFEB: hue angle of 276º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D3AFEB is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 211 | 175 | 235 | - |
| CMYK | 0.10 | 0.26 | 0 | 0.08 |
| HSL | 276º | 0.6% | 0.8% | - |
| HSV(B) | 276º | 0.26% | 0.92% | - |
| XYZ | 57.19 | 50.51 | 85.33 | - |
| YUV | 192.6 | 151.93 | 141.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 235 | 0.10 | 0.26 | 0 | 0.08 | 276 | 0.6 | 0.8 |
| Hex | D3 | AF | EB | A | 1A | 0 | 8 | 114 | 3C | 50 |
| Octal | 323 | 257 | 353 | 12 | 32 | 0 | 10 | 424 | 74 | 120 |
| Binary | 11010011 | 10101111 | 11101011 | 1010 | 11010 | 0 | 1000 | 100010100 | 111100 | 1010000 |
Color Harmonies of #D3AFEB
Complementary color
Monochromatic Colors of #D3AFEB
Black with #D3AFEB
Text Example
Text Example
White with #D3AFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AFEB; }
p { color: rgb(211,175,235); }
H1.HeaderClassName
{
color: #D3AFEB;
}
.AnyTagClassName
{
color: #D3AFEB;
}
</style>
background-color css
<style>
a { background-color: #D3AFEB; }
a { background-color: rgb(211,175,235); }
div.DivClassName
{
background-color: #D3AFEB;
}
.BgClassName
{
background-color: #D3AFEB;
}
</style>
border-color css
<style>
span { border-color: #D3AFEB; }
span { border-color: rgb(211,175,235); }
td.TdClassName
{
border-color: #D3AFEB;
}
.TagClassName
{
border-color: #D3AFEB;
}
</style>