#D7AEFF

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

Shades of Mauve #D7AEFF

Tints of Mauve #D7AEFF

Color information

#D7AEFF (or 0xD7AEFF) is unknown color: approx Mauve. HEX triplet: D7, AE and FF. RGB value is (215,174,255). Sum of RGB (Red+Green+Blue) = 215+174+255=644 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.39% from 644); Green value is 174 (68.36% from 255 or 27.02% from 644); Blue value is 255 (100% from 255 or 39.60% from 644); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7AEFF is #285100. Grayscale: #C3C3C3. Windows color (decimal): -2642177 or 16756439. OLE color: 16756439.

HSL color Cylindrical-coordinate representation of color #D7AEFF: hue angle of 270.37º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D7AEFF is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB215174255-
CMYK0.160.3200
HSL270.37º100%84.12%-
HSV(B)270.37º31.76%100%-
XYZ61.2151.94101.41-
YUV195.49161.58141.91-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.39%
GREEN value IS 174 (68.36% from 255) = 27.02%
BLUE value IS 255 (100% from 255) = 39.60%
R=33.39%
G=27.02%
B=39.60%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2151742550.160.3200270.3710084.12
HexD7AEFF10200010e6454
Octal327256377204000416144124
Binary110101111010111011111111100001000000010000111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7AEFF; }

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

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

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

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

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

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

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

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