#E0C0F9

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

Shades of Mauve #E0C0F9

Tints of Mauve #E0C0F9

Color information

#E0C0F9 (or 0xE0C0F9) is unknown color: approx Mauve. HEX triplet: E0, C0 and F9. RGB value is (224,192,249). Sum of RGB (Red+Green+Blue) = 224+192+249=665 (88% of max value = 765). Red value is 224 (87.89% from 255 or 33.68% from 665); Green value is 192 (75.39% from 255 or 28.87% from 665); Blue value is 249 (97.66% from 255 or 37.44% from 665); Max value from RGB is 249 - color contains mainly: blue. Hex color #E0C0F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #E0C0F9 is #1F3F06. Grayscale: #CFCFCF. Windows color (decimal): -2047751 or 16367840. OLE color: 16367840.

HSL color Cylindrical-coordinate representation of color #E0C0F9: hue angle of 273.68º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #E0C0F9 is Cyan = 0.10, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB224192249-
CMYK0.100.2300.02
HSL273.68º82.61%86.47%-
HSV(B)273.68º22.89%97.65%-
XYZ66.6960.3997.76-
YUV208.07151.1139.37-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 33.68%
GREEN value IS 192 (75.39% from 255) = 28.87%
BLUE value IS 249 (97.66% from 255) = 37.44%
R=33.68%
G=28.87%
B=37.44%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2241922490.100.2300.02273.6882.6186.47
HexE0C0F9A17021125356
Octal340300371122702422123126
Binary11100000110000001111100110101011101010001001010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0C0F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0C0F9; }

 p { color: rgb(224,192,249); }

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

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

 a { background-color: rgb(224,192,249); }

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

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

 span { border-color: rgb(224,192,249); }

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