#E6BEFE

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

Shades of Mauve #E6BEFE

Tints of Mauve #E6BEFE

Color information

#E6BEFE (or 0xE6BEFE) is unknown color: approx Mauve. HEX triplet: E6, BE and FE. RGB value is (230,190,254). Sum of RGB (Red+Green+Blue) = 230+190+254=674 (89% of max value = 765). Red value is 230 (90.23% from 255 or 34.12% from 674); Green value is 190 (74.61% from 255 or 28.19% from 674); Blue value is 254 (99.61% from 255 or 37.69% from 674); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6BEFE is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BEFE is #194101. Grayscale: #D1D1D1. Windows color (decimal): -1655042 or 16695014. OLE color: 16695014.

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

Color convert

RGB230190254-
CMYK0.090.2500.00
HSL277.5º96.97%87.06%-
HSV(B)277.5º25.2%99.61%-
XYZ68.9460.81101.87-
YUV209.26153.25142.8-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.12%
GREEN value IS 190 (74.61% from 255) = 28.19%
BLUE value IS 254 (99.61% from 255) = 37.69%
R=34.12%
G=28.19%
B=37.69%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2301902540.090.2500.00277.596.9787.06
HexE6BEFE919001166157
Octal346276376113100426141127
Binary1110011010111110111111101001110010010001011011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BEFE; }

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

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

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

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

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

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

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

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