#E5ADFB

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

Shades of Mauve #E5ADFB

Tints of Mauve #E5ADFB

Color information

#E5ADFB (or 0xE5ADFB) is unknown color: approx Mauve. HEX triplet: E5, AD and FB. RGB value is (229,173,251). Sum of RGB (Red+Green+Blue) = 229+173+251=653 (86% of max value = 765). Red value is 229 (89.84% from 255 or 35.07% from 653); Green value is 173 (67.97% from 255 or 26.49% from 653); Blue value is 251 (98.44% from 255 or 38.44% from 653); Max value from RGB is 251 - color contains mainly: blue. Hex color #E5ADFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E5ADFB is #1A5204. Grayscale: #C6C6C6. Windows color (decimal): -1724933 or 16494053. OLE color: 16494053.

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

Color convert

RGB229173251-
CMYK0.090.3100.02
HSL283.08º90.7%83.14%-
HSV(B)283.08º31.08%98.43%-
XYZ64.6753.5198.19-
YUV198.64157.55149.66-

RGB Variations

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

RGB

RED value IS 229 (89.84% from 255) = 35.07%
GREEN value IS 173 (67.97% from 255) = 26.49%
BLUE value IS 251 (98.44% from 255) = 38.44%
R=35.07%
G=26.49%
B=38.44%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2291732510.090.3100.02283.0890.783.14
HexE5ADFB91F0211b5b53
Octal345255373113702433133123
Binary11100101101011011111101110011111101010001101110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E5ADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E5ADFB; }

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

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

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

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

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

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

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

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