#D6AEFF

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

Shades of Mauve #D6AEFF

Tints of Mauve #D6AEFF

Color information

#D6AEFF (or 0xD6AEFF) is unknown color: approx Mauve. HEX triplet: D6, AE and FF. RGB value is (214,174,255). Sum of RGB (Red+Green+Blue) = 214+174+255=643 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.28% from 643); Green value is 174 (68.36% from 255 or 27.06% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #D6AEFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D6AEFF is #295100. Grayscale: #C2C2C2. Windows color (decimal): -2707713 or 16756438. OLE color: 16756438.

HSL color Cylindrical-coordinate representation of color #D6AEFF: hue angle of 269.63º 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 #D6AEFF is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB214174255-
CMYK0.160.3200
HSL269.63º100%84.12%-
HSV(B)269.63º31.76%100%-
XYZ60.9251.79101.39-
YUV195.19161.75141.41-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.28%
GREEN value IS 174 (68.36% from 255) = 27.06%
BLUE value IS 255 (100% from 255) = 39.66%
R=33.28%
G=27.06%
B=39.66%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2141742550.160.3200269.6310084.12
HexD6AEFF10200010e6454
Octal326256377204000416144124
Binary110101101010111011111111100001000000010000111011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6AEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6AEFF; }

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

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

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

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

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

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

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

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