#D4AAED

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

Shades of Mauve #D4AAED

Tints of Mauve #D4AAED

Color information

#D4AAED (or 0xD4AAED) is unknown color: approx Mauve. HEX triplet: D4, AA and ED. RGB value is (212,170,237). Sum of RGB (Red+Green+Blue) = 212+170+237=619 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.25% from 619); Green value is 170 (66.80% from 255 or 27.46% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #D4AAED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4AAED is #2B5512. Grayscale: #BDBDBD. Windows color (decimal): -2839827 or 15575764. OLE color: 15575764.

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

Color convert

RGB212170237-
CMYK0.110.2800.07
HSL277.61º65.05%79.8%-
HSV(B)277.61º28.27%92.94%-
XYZ56.8148.8686.56-
YUV190.2154.41143.55-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.25%
GREEN value IS 170 (66.80% from 255) = 27.46%
BLUE value IS 237 (92.97% from 255) = 38.29%
R=34.25%
G=27.46%
B=38.29%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2121702370.110.2800.07277.6165.0579.8
HexD4AAEDB1C071164150
Octal324252355133407426101120
Binary110101001010101011101101101111100011110001011010000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4AAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4AAED; }

 p { color: rgb(212,170,237); }

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

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

 a { background-color: rgb(212,170,237); }

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

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

 span { border-color: rgb(212,170,237); }

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