#D7AEEA

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

Shades of Mauve #D7AEEA

Tints of Mauve #D7AEEA

Color information

#D7AEEA (or 0xD7AEEA) is unknown color: approx Mauve. HEX triplet: D7, AE and EA. RGB value is (215,174,234). Sum of RGB (Red+Green+Blue) = 215+174+234=623 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.51% from 623); Green value is 174 (68.36% from 255 or 27.93% from 623); Blue value is 234 (91.80% from 255 or 37.56% from 623); Max value from RGB is 234 - color contains mainly: blue. Hex color #D7AEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7AEEA is #285115. Grayscale: #C0C0C0. Windows color (decimal): -2642198 or 15380183. OLE color: 15380183.

HSL color Cylindrical-coordinate representation of color #D7AEEA: hue angle of 281º degrees, saturation: 0.59, 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 #D7AEEA is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB215174234-
CMYK0.080.2600.08
HSL281º58.82%80%-
HSV(B)281º25.64%91.76%-
XYZ58.0150.6684.56-
YUV193.1151.08143.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.51%
GREEN value IS 174 (68.36% from 255) = 27.93%
BLUE value IS 234 (91.80% from 255) = 37.56%
R=34.51%
G=27.93%
B=37.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2151742340.080.2600.0828158.8280
HexD7AEEA81A081193b50
Octal327256352103201043173120
Binary110101111010111011101010100011010010001000110011110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AEEA; }

 p { color: rgb(215,174,234); }

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

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

 a { background-color: rgb(215,174,234); }

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

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

 span { border-color: rgb(215,174,234); }

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