#E6BEF2

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

Shades of Mauve #E6BEF2

Tints of Mauve #E6BEF2

Color information

#E6BEF2 (or 0xE6BEF2) is unknown color: approx Mauve. HEX triplet: E6, BE and F2. RGB value is (230,190,242). Sum of RGB (Red+Green+Blue) = 230+190+242=662 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.74% from 662); Green value is 190 (74.61% from 255 or 28.70% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 242 - color contains mainly: blue. Hex color #E6BEF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BEF2 is #19410D. Grayscale: #CFCFCF. Windows color (decimal): -1655054 or 15908582. OLE color: 15908582.

HSL color Cylindrical-coordinate representation of color #E6BEF2: hue angle of 286.15º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6BEF2 is Cyan = 0.05, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB230190242-
CMYK0.050.2100.05
HSL286.15º66.67%84.71%-
HSV(B)286.15º21.49%94.9%-
XYZ67.0760.0692.06-
YUV207.89147.25143.77-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.74%
GREEN value IS 190 (74.61% from 255) = 28.70%
BLUE value IS 242 (94.92% from 255) = 36.56%
R=34.74%
G=28.70%
B=36.56%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2301902420.050.2100.05286.1566.6784.71
HexE6BEF25150511e4355
Octal34627636252505436103125
Binary11100110101111101111001010110101010110001111010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BEF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BEF2; }

 p { color: rgb(230,190,242); }

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

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

 a { background-color: rgb(230,190,242); }

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

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

 span { border-color: rgb(230,190,242); }

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