#E3ADFC

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

Shades of Mauve #E3ADFC

Tints of Mauve #E3ADFC

Color information

#E3ADFC (or 0xE3ADFC) is unknown color: approx Mauve. HEX triplet: E3, AD and FC. RGB value is (227,173,252). Sum of RGB (Red+Green+Blue) = 227+173+252=652 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.82% from 652); Green value is 173 (67.97% from 255 or 26.53% from 652); Blue value is 252 (98.83% from 255 or 38.65% from 652); Max value from RGB is 252 - color contains mainly: blue. Hex color #E3ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3ADFC is #1C5203. Grayscale: #C5C5C5. Windows color (decimal): -1856004 or 16559587. OLE color: 16559587.

HSL color Cylindrical-coordinate representation of color #E3ADFC: hue angle of 281.01º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #E3ADFC is Cyan = 0.10, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB227173252-
CMYK0.100.3100.01
HSL281.01º92.94%83.33%-
HSV(B)281.01º31.35%98.82%-
XYZ64.1953.2598.99-
YUV198.15158.39148.58-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.82%
GREEN value IS 173 (67.97% from 255) = 26.53%
BLUE value IS 252 (98.83% from 255) = 38.65%
R=34.82%
G=26.53%
B=38.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2271732520.100.3100.01281.0192.9483.33
HexE3ADFCA1F011195d53
Octal343255374123701431135123
Binary1110001110101101111111001010111110110001100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3ADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3ADFC; }

 p { color: rgb(227,173,252); }

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

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

 a { background-color: rgb(227,173,252); }

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

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

 span { border-color: rgb(227,173,252); }

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