#E6BDFA

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

Shades of Mauve #E6BDFA

Tints of Mauve #E6BDFA

Color information

#E6BDFA (or 0xE6BDFA) is unknown color: approx Mauve. HEX triplet: E6, BD and FA. RGB value is (230,189,250). Sum of RGB (Red+Green+Blue) = 230+189+250=669 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.38% from 669); Green value is 189 (74.22% from 255 or 28.25% from 669); Blue value is 250 (98.05% from 255 or 37.37% from 669); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6BDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BDFA is #194205. Grayscale: #D0D0D0. Windows color (decimal): -1655302 or 16432614. OLE color: 16432614.

HSL color Cylindrical-coordinate representation of color #E6BDFA: hue angle of 280.33º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #E6BDFA is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB230189250-
CMYK0.080.2400.02
HSL280.33º85.92%86.08%-
HSV(B)280.33º24.4%98.04%-
XYZ68.0960.1298.46-
YUV208.21151.58143.54-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.38%
GREEN value IS 189 (74.22% from 255) = 28.25%
BLUE value IS 250 (98.05% from 255) = 37.37%
R=34.38%
G=28.25%
B=37.37%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301892500.080.2400.02280.3385.9286.08
HexE6BDFA818021185656
Octal346275372103002430126126
Binary11100110101111011111101010001100001010001100010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BDFA; }

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

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

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

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

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

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

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

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