#E0ADFC

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

Shades of Mauve #E0ADFC

Tints of Mauve #E0ADFC

Color information

#E0ADFC (or 0xE0ADFC) is unknown color: approx Mauve. HEX triplet: E0, AD and FC. RGB value is (224,173,252). Sum of RGB (Red+Green+Blue) = 224+173+252=649 (85% of max value = 765). Red value is 224 (87.89% from 255 or 34.51% from 649); Green value is 173 (67.97% from 255 or 26.66% from 649); Blue value is 252 (98.83% from 255 or 38.83% from 649); Max value from RGB is 252 - color contains mainly: blue. Hex color #E0ADFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #E0ADFC is #1F5203. Grayscale: #C4C4C4. Windows color (decimal): -2052612 or 16559584. OLE color: 16559584.

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

Color convert

RGB224173252-
CMYK0.110.3100.01
HSL278.73º92.94%83.33%-
HSV(B)278.73º31.35%98.82%-
XYZ63.2552.7698.95-
YUV197.26158.9147.08-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.51%
GREEN value IS 173 (67.97% from 255) = 26.66%
BLUE value IS 252 (98.83% from 255) = 38.83%
R=34.51%
G=26.66%
B=38.83%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2241732520.110.3100.01278.7392.9483.33
HexE0ADFCB1F011175d53
Octal340255374133701427135123
Binary1110000010101101111111001011111110110001011110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ADFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ADFC; }

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

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

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

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

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

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

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

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