#D7AEED

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

Shades of Mauve #D7AEED

Tints of Mauve #D7AEED

Color information

#D7AEED (or 0xD7AEED) is unknown color: approx Mauve. HEX triplet: D7, AE and ED. RGB value is (215,174,237). Sum of RGB (Red+Green+Blue) = 215+174+237=626 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.35% from 626); Green value is 174 (68.36% from 255 or 27.80% from 626); Blue value is 237 (92.97% from 255 or 37.86% from 626); Max value from RGB is 237 - color contains mainly: blue. Hex color #D7AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7AEED is #285112. Grayscale: #C1C1C1. Windows color (decimal): -2642195 or 15576791. OLE color: 15576791.

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

Color convert

RGB215174237-
CMYK0.090.2700.07
HSL279.05º63.64%80.59%-
HSV(B)279.05º26.58%92.94%-
XYZ58.4550.8386.85-
YUV193.44152.58143.38-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.35%
GREEN value IS 174 (68.36% from 255) = 27.80%
BLUE value IS 237 (92.97% from 255) = 37.86%
R=34.35%
G=27.80%
B=37.86%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2151742370.090.2700.07279.0563.6480.59
HexD7AEED91B071174051
Octal327256355113307427100121
Binary110101111010111011101101100111011011110001011110000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AEED; }

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

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

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

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

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

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

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

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