#E3AFFC

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

Shades of Mauve #E3AFFC

Tints of Mauve #E3AFFC

Color information

#E3AFFC (or 0xE3AFFC) is unknown color: approx Mauve. HEX triplet: E3, AF and FC. RGB value is (227,175,252). Sum of RGB (Red+Green+Blue) = 227+175+252=654 (86% of max value = 765). Red value is 227 (89.06% from 255 or 34.71% from 654); Green value is 175 (68.75% from 255 or 26.76% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #E3AFFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E3AFFC is #1C5003. Grayscale: #C7C7C7. Windows color (decimal): -1855492 or 16560099. OLE color: 16560099.

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

Color convert

RGB227175252-
CMYK0.100.3100.01
HSL280.52º92.77%83.73%-
HSV(B)280.52º30.56%98.82%-
XYZ64.5854.0299.12-
YUV199.33157.73147.74-

RGB Variations

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

RGB

RED value IS 227 (89.06% from 255) = 34.71%
GREEN value IS 175 (68.75% from 255) = 26.76%
BLUE value IS 252 (98.83% from 255) = 38.53%
R=34.71%
G=26.76%
B=38.53%

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
Decimal2271752520.100.3100.01280.5292.7783.73
HexE3AFFCA1F011195d54
Octal343257374123701431135124
Binary1110001110101111111111001010111110110001100110111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E3AFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E3AFFC; }

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

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

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

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

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

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

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

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