#E6C4F9

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

Shades of Mauve #E6C4F9

Tints of Mauve #E6C4F9

Color information

#E6C4F9 (or 0xE6C4F9) is unknown color: approx Mauve. HEX triplet: E6, C4 and F9. RGB value is (230,196,249). Sum of RGB (Red+Green+Blue) = 230+196+249=675 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.07% from 675); Green value is 196 (76.95% from 255 or 29.04% from 675); Blue value is 249 (97.66% from 255 or 36.89% from 675); Max value from RGB is 249 - color contains mainly: blue. Hex color #E6C4F9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C4F9 is #193B06. Grayscale: #D4D4D4. Windows color (decimal): -1653511 or 16368870. OLE color: 16368870.

HSL color Cylindrical-coordinate representation of color #E6C4F9: hue angle of 278.49º degrees, saturation: 0.82, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6C4F9 is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230196249-
CMYK0.080.2100.02
HSL278.49º81.54%87.25%-
HSV(B)278.49º21.29%97.65%-
XYZ69.4763.1498.15-
YUV212.21148.76140.69-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.07%
GREEN value IS 196 (76.95% from 255) = 29.04%
BLUE value IS 249 (97.66% from 255) = 36.89%
R=34.07%
G=29.04%
B=36.89%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301962490.080.2100.02278.4981.5487.25
HexE6C4F9815021165257
Octal346304371102502426122127
Binary11100110110001001111100110001010101010001011010100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C4F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C4F9; }

 p { color: rgb(230,196,249); }

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

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

 a { background-color: rgb(230,196,249); }

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

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

 span { border-color: rgb(230,196,249); }

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