#E6ADFF

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

Shades of Mauve #E6ADFF

Tints of Mauve #E6ADFF

Color information

#E6ADFF (or 0xE6ADFF) is unknown color: approx Mauve. HEX triplet: E6, AD and FF. RGB value is (230,173,255). Sum of RGB (Red+Green+Blue) = 230+173+255=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 173 (67.97% from 255 or 26.29% from 658); Blue value is 255 (100% from 255 or 38.75% from 658); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6ADFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ADFF is #195200. Grayscale: #C7C7C7. Windows color (decimal): -1659393 or 16756198. OLE color: 16756198.

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

Color convert

RGB230173255-
CMYK0.100.3200
HSL281.71º100%83.92%-
HSV(B)281.71º32.16%100%-
XYZ65.6353.93101.56-
YUV199.39159.38149.83-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.95%
GREEN value IS 173 (67.97% from 255) = 26.29%
BLUE value IS 255 (100% from 255) = 38.75%
R=34.95%
G=26.29%
B=38.75%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2301732550.100.3200281.7110083.92
HexE6ADFFA200011a6454
Octal346255377124000432144124
Binary11100110101011011111111110101000000010001101011001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ADFF; }

 p { color: rgb(230,173,255); }

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

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

 a { background-color: rgb(230,173,255); }

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

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

 span { border-color: rgb(230,173,255); }

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