#E2ADFB

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

Shades of Mauve #E2ADFB

Tints of Mauve #E2ADFB

Color information

#E2ADFB (or 0xE2ADFB) is unknown color: approx Mauve. HEX triplet: E2, AD and FB. RGB value is (226,173,251). Sum of RGB (Red+Green+Blue) = 226+173+251=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 173 (67.97% from 255 or 26.62% from 650); Blue value is 251 (98.44% from 255 or 38.62% from 650); Max value from RGB is 251 - color contains mainly: blue. Hex color #E2ADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E2ADFB is #1D5204. Grayscale: #C5C5C5. Windows color (decimal): -1921541 or 16494050. OLE color: 16494050.

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

Color convert

RGB226173251-
CMYK0.100.3100.02
HSL280.77º90.7%83.14%-
HSV(B)280.77º31.08%98.43%-
XYZ63.7253.0298.14-
YUV197.74158.06148.16-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.77%
GREEN value IS 173 (67.97% from 255) = 26.62%
BLUE value IS 251 (98.44% from 255) = 38.62%
R=34.77%
G=26.62%
B=38.62%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2261732510.100.3100.02280.7790.783.14
HexE2ADFBA1F021195b53
Octal342255373123702431133123
Binary11100010101011011111101110101111101010001100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2ADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2ADFB; }

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

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

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

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

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

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

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

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