#E6ADFB

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

Shades of Mauve #E6ADFB

Tints of Mauve #E6ADFB

Color information

#E6ADFB (or 0xE6ADFB) is unknown color: approx Mauve. HEX triplet: E6, AD and FB. RGB value is (230,173,251). Sum of RGB (Red+Green+Blue) = 230+173+251=654 (86% of max value = 765). Red value is 230 (90.23% from 255 or 35.17% from 654); Green value is 173 (67.97% from 255 or 26.45% from 654); Blue value is 251 (98.44% from 255 or 38.38% from 654); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6ADFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E6ADFB is #195204. Grayscale: #C6C6C6. Windows color (decimal): -1659397 or 16494054. OLE color: 16494054.

HSL color Cylindrical-coordinate representation of color #E6ADFB: hue angle of 283.85º degrees, saturation: 0.91, 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 #E6ADFB is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230173251-
CMYK0.080.3100.02
HSL283.85º90.7%83.14%-
HSV(B)283.85º31.08%98.43%-
XYZ64.9953.6898.2-
YUV198.93157.38150.16-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 35.17%
GREEN value IS 173 (67.97% from 255) = 26.45%
BLUE value IS 251 (98.44% from 255) = 38.38%
R=35.17%
G=26.45%
B=38.38%

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
Decimal2301732510.080.3100.02283.8590.783.14
HexE6ADFB81F0211c5b53
Octal346255373103702434133123
Binary11100110101011011111101110001111101010001110010110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6ADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6ADFB; }

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

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

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

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

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

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

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

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