#E6ADFA

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

Shades of Mauve #E6ADFA

Tints of Mauve #E6ADFA

Color information

#E6ADFA (or 0xE6ADFA) is unknown color: approx Mauve. HEX triplet: E6, AD and FA. RGB value is (230,173,250). Sum of RGB (Red+Green+Blue) = 230+173+250=653 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.22% from 653); Green value is 173 (67.97% from 255 or 26.49% from 653); Blue value is 250 (98.05% from 255 or 38.28% from 653); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6ADFA is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ADFA is #195205. Grayscale: #C6C6C6. Windows color (decimal): -1659398 or 16428518. OLE color: 16428518.

HSL color Cylindrical-coordinate representation of color #E6ADFA: hue angle of 284.42º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E6ADFA is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230173250-
CMYK0.080.3100.02
HSL284.42º88.51%82.94%-
HSV(B)284.42º30.8%98.04%-
XYZ64.8353.6197.37-
YUV198.82156.88150.24-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.22%
GREEN value IS 173 (67.97% from 255) = 26.49%
BLUE value IS 250 (98.05% from 255) = 38.28%
R=35.22%
G=26.49%
B=38.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301732500.080.3100.02284.4288.5182.94
HexE6ADFA81F0211c5953
Octal346255372103702434131123
Binary11100110101011011111101010001111101010001110010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ADFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ADFA; }

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

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

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

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

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

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

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

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