#D5AEED

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

Shades of Mauve #D5AEED

Tints of Mauve #D5AEED

Color information

#D5AEED (or 0xD5AEED) is unknown color: approx Mauve. HEX triplet: D5, AE and ED. RGB value is (213,174,237). Sum of RGB (Red+Green+Blue) = 213+174+237=624 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.13% from 624); Green value is 174 (68.36% from 255 or 27.88% from 624); Blue value is 237 (92.97% from 255 or 37.98% from 624); Max value from RGB is 237 - color contains mainly: blue. Hex color #D5AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AEED is #2A5112. Grayscale: #C0C0C0. Windows color (decimal): -2773267 or 15576789. OLE color: 15576789.

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

Color convert

RGB213174237-
CMYK0.100.2700.07
HSL277.14º63.64%80.59%-
HSV(B)277.14º26.58%92.94%-
XYZ57.8650.5386.82-
YUV192.84152.92142.38-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.13%
GREEN value IS 174 (68.36% from 255) = 27.88%
BLUE value IS 237 (92.97% from 255) = 37.98%
R=34.13%
G=27.88%
B=37.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2131742370.100.2700.07277.1463.6480.59
HexD5AEEDA1B071154051
Octal325256355123307425100121
Binary110101011010111011101101101011011011110001010110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AEED; }

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

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

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

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

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

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

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

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