#D5AEEC

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

Shades of Mauve #D5AEEC

Tints of Mauve #D5AEEC

Color information

#D5AEEC (or 0xD5AEEC) is unknown color: approx Mauve. HEX triplet: D5, AE and EC. RGB value is (213,174,236). Sum of RGB (Red+Green+Blue) = 213+174+236=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 236 (92.58% from 255 or 37.88% from 623); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5AEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D5AEEC is #2A5113. Grayscale: #C0C0C0. Windows color (decimal): -2773268 or 15511253. OLE color: 15511253.

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

Color convert

RGB213174236-
CMYK0.100.2600.07
HSL277.74º62%80.39%-
HSV(B)277.74º26.27%92.55%-
XYZ57.7250.4786.06-
YUV192.73152.42142.46-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.19%
GREEN value IS 174 (68.36% from 255) = 27.93%
BLUE value IS 236 (92.58% from 255) = 37.88%
R=34.19%
G=27.93%
B=37.88%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2131742360.100.2600.07277.746280.39
HexD5AEECA1A071163e50
Octal32525635412320742676120
Binary11010101101011101110110010101101001111000101101111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5AEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5AEEC; }

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

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

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

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

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

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

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

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