#D2AFEC

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

Shades of Mauve #D2AFEC

Tints of Mauve #D2AFEC

Color information

#D2AFEC (or 0xD2AFEC) is unknown color: approx Mauve. HEX triplet: D2, AF and EC. RGB value is (210,175,236). Sum of RGB (Red+Green+Blue) = 210+175+236=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 175 (68.75% from 255 or 28.18% from 621); Blue value is 236 (92.58% from 255 or 38.00% from 621); Max value from RGB is 236 - color contains mainly: blue. Hex color #D2AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AFEC is #2D5013. Grayscale: #C0C0C0. Windows color (decimal): -2969620 or 15511506. OLE color: 15511506.

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

Color convert

RGB210175236-
CMYK0.110.2600.07
HSL274.43º61.62%80.59%-
HSV(B)274.43º25.85%92.55%-
XYZ57.0550.4286.08-
YUV192.42152.6140.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.82%
GREEN value IS 175 (68.75% from 255) = 28.18%
BLUE value IS 236 (92.58% from 255) = 38.00%
R=33.82%
G=28.18%
B=38.00%

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
Decimal2101752360.110.2600.07274.4361.6280.59
HexD2AFECB1A071123e51
Octal32225735413320742276121
Binary11010010101011111110110010111101001111000100101111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AFEC; }

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

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

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

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

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

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

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

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