#D3AEFD

Color #D3AEFD Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #D3AEFD

Tints of Mauve #D3AEFD

Color information

#D3AEFD (or 0xD3AEFD) is unknown color: approx Mauve. HEX triplet: D3, AE and FD. RGB value is (211,174,253). Sum of RGB (Red+Green+Blue) = 211+174+253=638 (84% of max value = 765). Red value is 211 (82.81% from 255 or 33.07% from 638); Green value is 174 (68.36% from 255 or 27.27% from 638); Blue value is 253 (99.22% from 255 or 39.66% from 638); Max value from RGB is 253 - color contains mainly: blue. Hex color #D3AEFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AEFD is #2C5102. Grayscale: #C1C1C1. Windows color (decimal): -2904323 or 16625363. OLE color: 16625363.

HSL color Cylindrical-coordinate representation of color #D3AEFD: hue angle of 268.1º degrees, saturation: 0.95, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D3AEFD is Cyan = 0.17, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB211174253-
CMYK0.170.3100.01
HSL268.1º95.18%83.73%-
HSV(B)268.1º31.23%99.22%-
XYZ59.7351.2199.67-
YUV194.07161.26140.08-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 211 (82.81% from 255) = 33.07%
GREEN value IS 174 (68.36% from 255) = 27.27%
BLUE value IS 253 (99.22% from 255) = 39.66%
R=33.07%
G=27.27%
B=39.66%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2111742530.170.3100.01268.195.1883.73
HexD3AEFD111F0110c5f54
Octal323256375213701414137124
Binary11010011101011101111110110001111110110000110010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AEFD; }

 p { color: rgb(211,174,253); }

 H1.HeaderClassName
 {
   color: #D3AEFD;
 }
 .AnyTagClassName
 {
   color: #D3AEFD;
 }
</style>
background-color css

<style>
 a { background-color: #D3AEFD; }

 a { background-color: rgb(211,174,253); }

 div.DivClassName
 {
   background-color: #D3AEFD;
 }
 .BgClassName
 {
   background-color: #D3AEFD;
 }
</style>
border-color css

<style>
 span { border-color: #D3AEFD; }

 span { border-color: rgb(211,174,253); }

 td.TdClassName
 {
   border-color: #D3AEFD;
 }
 .TagClassName
 {
   border-color: #D3AEFD;
 }
</style>