#E6BEFF

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

Shades of Mauve #E6BEFF

Tints of Mauve #E6BEFF

Color information

#E6BEFF (or 0xE6BEFF) is unknown color: approx Mauve. HEX triplet: E6, BE and FF. RGB value is (230,190,255). Sum of RGB (Red+Green+Blue) = 230+190+255=675 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.07% from 675); Green value is 190 (74.61% from 255 or 28.15% from 675); Blue value is 255 (100% from 255 or 37.78% from 675); Max value from RGB is 255 - color contains mainly: blue. Hex color #E6BEFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BEFF is #194100. Grayscale: #D1D1D1. Windows color (decimal): -1655041 or 16760550. OLE color: 16760550.

HSL color Cylindrical-coordinate representation of color #E6BEFF: hue angle of 276.92º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #E6BEFF is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB230190255-
CMYK0.100.2500
HSL276.92º100%87.25%-
HSV(B)276.92º25.49%100%-
XYZ69.160.87102.72-
YUV209.37153.75142.71-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.07%
GREEN value IS 190 (74.61% from 255) = 28.15%
BLUE value IS 255 (100% from 255) = 37.78%
R=34.07%
G=28.15%
B=37.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2301902550.100.2500276.9210087.25
HexE6BEFFA19001156457
Octal346276377123100425144127
Binary1110011010111110111111111010110010010001010111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BEFF; }

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

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

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

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

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

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

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

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