#E8ADFB

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

Shades of Mauve #E8ADFB

Tints of Mauve #E8ADFB

Color information

#E8ADFB (or 0xE8ADFB) is unknown color: approx Mauve. HEX triplet: E8, AD and FB. RGB value is (232,173,251). Sum of RGB (Red+Green+Blue) = 232+173+251=656 (86% of max value = 765). Red value is 232 (91.02% from 255 or 35.37% from 656); Green value is 173 (67.97% from 255 or 26.37% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #E8ADFB is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #E8ADFB is #175204. Grayscale: #C7C7C7. Windows color (decimal): -1528325 or 16494056. OLE color: 16494056.

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

Color convert

RGB232173251-
CMYK0.080.3100.02
HSL285.38º90.7%83.14%-
HSV(B)285.38º31.08%98.43%-
XYZ65.6354.0198.23-
YUV199.53157.05151.16-

RGB Variations

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

RGB

RED value IS 232 (91.02% from 255) = 35.37%
GREEN value IS 173 (67.97% from 255) = 26.37%
BLUE value IS 251 (98.44% from 255) = 38.26%
R=35.37%
G=26.37%
B=38.26%

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
Decimal2321732510.080.3100.02285.3890.783.14
HexE8ADFB81F0211d5b53
Octal350255373103702435133123
Binary11101000101011011111101110001111101010001110110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E8ADFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E8ADFB; }

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

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

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

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

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

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

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

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