#D6AEEB

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

Shades of Mauve #D6AEEB

Tints of Mauve #D6AEEB

Color information

#D6AEEB (or 0xD6AEEB) is unknown color: approx Mauve. HEX triplet: D6, AE and EB. RGB value is (214,174,235). Sum of RGB (Red+Green+Blue) = 214+174+235=623 (82% of max value = 765). Red value is 214 (83.98% from 255 or 34.35% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 235 (92.19% from 255 or 37.72% from 623); Max value from RGB is 235 - color contains mainly: blue. Hex color #D6AEEB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AEEB is #295114. Grayscale: #C0C0C0. Windows color (decimal): -2707733 or 15445718. OLE color: 15445718.

HSL color Cylindrical-coordinate representation of color #D6AEEB: hue angle of 279.34º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D6AEEB is Cyan = 0.09, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB214174235-
CMYK0.090.2600.08
HSL279.34º60.4%80.2%-
HSV(B)279.34º25.96%92.16%-
XYZ57.8650.5785.31-
YUV192.91151.75143.04-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 34.35%
GREEN value IS 174 (68.36% from 255) = 27.93%
BLUE value IS 235 (92.19% from 255) = 37.72%
R=34.35%
G=27.93%
B=37.72%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2141742350.090.2600.08279.3460.480.2
HexD6AEEB91A081173c50
Octal326256353113201042774120
Binary110101101010111011101011100111010010001000101111111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AEEB; }

 p { color: rgb(214,174,235); }

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

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

 a { background-color: rgb(214,174,235); }

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

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

 span { border-color: rgb(214,174,235); }

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