#E6BDEF

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

Shades of Mauve #E6BDEF

Tints of Mauve #E6BDEF

Color information

#E6BDEF (or 0xE6BDEF) is unknown color: approx Mauve. HEX triplet: E6, BD and EF. RGB value is (230,189,239). Sum of RGB (Red+Green+Blue) = 230+189+239=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 189 (74.22% from 255 or 28.72% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #E6BDEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BDEF is #194210. Grayscale: #CECECE. Windows color (decimal): -1655313 or 15711718. OLE color: 15711718.

HSL color Cylindrical-coordinate representation of color #E6BDEF: hue angle of 289.2º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #E6BDEF is Cyan = 0.04, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB230189239-
CMYK0.040.2100.06
HSL289.2º60.98%83.92%-
HSV(B)289.2º20.92%93.73%-
XYZ66.4159.4589.64-
YUV206.96146.08144.43-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.95%
GREEN value IS 189 (74.22% from 255) = 28.72%
BLUE value IS 239 (93.75% from 255) = 36.32%
R=34.95%
G=28.72%
B=36.32%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2301892390.040.2100.06289.260.9883.92
HexE6BDEF415061213d54
Octal3462753574250644175124
Binary1110011010111101111011111001010101101001000011111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BDEF; }

 p { color: rgb(230,189,239); }

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

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

 a { background-color: rgb(230,189,239); }

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

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

 span { border-color: rgb(230,189,239); }

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