#D2AEED

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

Shades of Mauve #D2AEED

Tints of Mauve #D2AEED

Color information

#D2AEED (or 0xD2AEED) is unknown color: approx Mauve. HEX triplet: D2, AE and ED. RGB value is (210,174,237). Sum of RGB (Red+Green+Blue) = 210+174+237=621 (82% of max value = 765). Red value is 210 (82.42% from 255 or 33.82% from 621); Green value is 174 (68.36% from 255 or 28.02% from 621); Blue value is 237 (92.97% from 255 or 38.16% from 621); Max value from RGB is 237 - color contains mainly: blue. Hex color #D2AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D2AEED is #2D5112. Grayscale: #BFBFBF. Windows color (decimal): -2969875 or 15576786. OLE color: 15576786.

HSL color Cylindrical-coordinate representation of color #D2AEED: hue angle of 274.29º degrees, saturation: 0.64, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D2AEED is Cyan = 0.11, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210174237-
CMYK0.110.2700.07
HSL274.29º63.64%80.59%-
HSV(B)274.29º26.58%92.94%-
XYZ5750.0986.78-
YUV191.95153.43140.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.82%
GREEN value IS 174 (68.36% from 255) = 28.02%
BLUE value IS 237 (92.97% from 255) = 38.16%
R=33.82%
G=28.02%
B=38.16%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2101742370.110.2700.07274.2963.6480.59
HexD2AEEDB1B071124051
Octal322256355133307422100121
Binary110100101010111011101101101111011011110001001010000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2AEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2AEED; }

 p { color: rgb(210,174,237); }

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

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

 a { background-color: rgb(210,174,237); }

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

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

 span { border-color: rgb(210,174,237); }

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