Shades of Mauve #D3AFFE
Tints of Mauve #D3AFFE
RGB
CMYK
RGB Variations
Color information
#D3AFFE (or 0xD3AFFE) is known color: Mauve. HEX triplet: D3, AF and FE. RGB value is (211,175,254). Sum of RGB (Red+Green+Blue) = 211+175+254=640 (84% of max value = 765). Red value is 211 (82.81% from 255 or 32.97% from 640); Green value is 175 (68.75% from 255 or 27.34% from 640); Blue value is 254 (99.61% from 255 or 39.69% from 640); Max value from RGB is 254 - color contains mainly: blue. Hex color #D3AFFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AFFE is #2C5001. Grayscale: #C2C2C2. Windows color (decimal): -2904066 or 16691155. OLE color: 16691155.
HSL color Cylindrical-coordinate representation of color #D3AFFE: hue angle of 267.34º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D3AFFE is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 211 | 175 | 254 | - |
| CMYK | 0.17 | 0.31 | 0 | 0.00 |
| HSL | 267.34º | 0.98% | 0.84% | - |
| HSV(B) | 267.34º | 0.31% | 1% | - |
| XYZ | 60.08 | 51.66 | 100.57 | - |
| YUV | 194.77 | 161.43 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 175 | 254 | 0.17 | 0.31 | 0 | 0.00 | 267.34 | 0.98 | 0.84 |
| Hex | D3 | AF | FE | 11 | 1F | 0 | 0 | 10B | 62 | 54 |
| Octal | 323 | 257 | 376 | 21 | 37 | 0 | 0 | 413 | 142 | 124 |
| Binary | 11010011 | 10101111 | 11111110 | 10001 | 11111 | 0 | 0 | 100001011 | 1100010 | 1010100 |
Color Harmonies of #D3AFFE
Complementary color
Monochromatic Colors of #D3AFFE
Black with #D3AFFE
Text Example
Text Example
White with #D3AFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3AFFE; }
p { color: rgb(211,175,254); }
H1.HeaderClassName
{
color: #D3AFFE;
}
.AnyTagClassName
{
color: #D3AFFE;
}
</style>
background-color css
<style>
a { background-color: #D3AFFE; }
a { background-color: rgb(211,175,254); }
div.DivClassName
{
background-color: #D3AFFE;
}
.BgClassName
{
background-color: #D3AFFE;
}
</style>
border-color css
<style>
span { border-color: #D3AFFE; }
span { border-color: rgb(211,175,254); }
td.TdClassName
{
border-color: #D3AFFE;
}
.TagClassName
{
border-color: #D3AFFE;
}
</style>