#D3AFEC

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

Shades of Mauve #D3AFEC

Tints of Mauve #D3AFEC

Color information

#D3AFEC (or 0xD3AFEC) is unknown color: approx Mauve. HEX triplet: D3, AF and EC. RGB value is (211,175,236). Sum of RGB (Red+Green+Blue) = 211+175+236=622 (82% of max value = 765). Red value is 211 (82.81% from 255 or 33.92% from 622); Green value is 175 (68.75% from 255 or 28.14% from 622); Blue value is 236 (92.58% from 255 or 37.94% from 622); Max value from RGB is 236 - color contains mainly: blue. Hex color #D3AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D3AFEC is #2C5013. Grayscale: #C0C0C0. Windows color (decimal): -2904084 or 15511507. OLE color: 15511507.

HSL color Cylindrical-coordinate representation of color #D3AFEC: hue angle of 275.41º degrees, saturation: 0.62, 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 #D3AFEC is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB211175236-
CMYK0.110.2600.07
HSL275.41º61.62%80.59%-
HSV(B)275.41º25.85%92.55%-
XYZ57.3350.5686.1-
YUV192.72152.43141.04-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.92%
GREEN value IS 175 (68.75% from 255) = 28.14%
BLUE value IS 236 (92.58% from 255) = 37.94%
R=33.92%
G=28.14%
B=37.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2111752360.110.2600.07275.4161.6280.59
HexD3AFECB1A071133e51
Octal32325735413320742376121
Binary11010011101011111110110010111101001111000100111111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3AFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3AFEC; }

 p { color: rgb(211,175,236); }

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

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

 a { background-color: rgb(211,175,236); }

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

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

 span { border-color: rgb(211,175,236); }

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