#E6ADF1

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

Shades of Mauve #E6ADF1

Tints of Mauve #E6ADF1

Color information

#E6ADF1 (or 0xE6ADF1) is unknown color: approx Mauve. HEX triplet: E6, AD and F1. RGB value is (230,173,241). Sum of RGB (Red+Green+Blue) = 230+173+241=644 (85% of max value = 765). Red value is 230 (90.23% from 255 or 35.71% from 644); Green value is 173 (67.97% from 255 or 26.86% from 644); Blue value is 241 (94.53% from 255 or 37.42% from 644); Max value from RGB is 241 - color contains mainly: blue. Hex color #E6ADF1 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ADF1 is #19520E. Grayscale: #C5C5C5. Windows color (decimal): -1659407 or 15838694. OLE color: 15838694.

HSL color Cylindrical-coordinate representation of color #E6ADF1: hue angle of 290.29º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #E6ADF1 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB230173241-
CMYK0.050.2800.05
HSL290.29º70.83%81.18%-
HSV(B)290.29º28.22%94.51%-
XYZ63.4553.0690.12-
YUV197.79152.38150.97-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.71%
GREEN value IS 173 (67.97% from 255) = 26.86%
BLUE value IS 241 (94.53% from 255) = 37.42%
R=35.71%
G=26.86%
B=37.42%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2301732410.050.2800.05290.2970.8381.18
HexE6ADF151C051224751
Octal34625536153405442107121
Binary11100110101011011111000110111100010110010001010001111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ADF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ADF1; }

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

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

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

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

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

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

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

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