#E6BEFD

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

Shades of Mauve #E6BEFD

Tints of Mauve #E6BEFD

Color information

#E6BEFD (or 0xE6BEFD) is unknown color: approx Mauve. HEX triplet: E6, BE and FD. RGB value is (230,190,253). Sum of RGB (Red+Green+Blue) = 230+190+253=673 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.18% from 673); Green value is 190 (74.61% from 255 or 28.23% from 673); Blue value is 253 (99.22% from 255 or 37.59% from 673); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6BEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BEFD is #194102. Grayscale: #D0D0D0. Windows color (decimal): -1655043 or 16629478. OLE color: 16629478.

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

Color convert

RGB230190253-
CMYK0.090.2500.01
HSL278.1º94.03%86.86%-
HSV(B)278.1º24.9%99.22%-
XYZ68.7860.74101.03-
YUV209.14152.75142.88-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.18%
GREEN value IS 190 (74.61% from 255) = 28.23%
BLUE value IS 253 (99.22% from 255) = 37.59%
R=34.18%
G=28.23%
B=37.59%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2301902530.090.2500.01278.194.0386.86
HexE6BEFD919011165e57
Octal346276375113101426136127
Binary1110011010111110111111011001110010110001011010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BEFD; }

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

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

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

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

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

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

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

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