#E6BDFB

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

Shades of Mauve #E6BDFB

Tints of Mauve #E6BDFB

Color information

#E6BDFB (or 0xE6BDFB) is unknown color: approx Mauve. HEX triplet: E6, BD and FB. RGB value is (230,189,251). Sum of RGB (Red+Green+Blue) = 230+189+251=670 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.33% from 670); Green value is 189 (74.22% from 255 or 28.21% from 670); Blue value is 251 (98.44% from 255 or 37.46% from 670); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6BDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BDFB is #194204. Grayscale: #D0D0D0. Windows color (decimal): -1655301 or 16498150. OLE color: 16498150.

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

Color convert

RGB230189251-
CMYK0.080.2500.02
HSL279.68º88.57%86.27%-
HSV(B)279.68º24.7%98.43%-
XYZ68.2460.1899.29-
YUV208.33152.08143.46-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.33%
GREEN value IS 189 (74.22% from 255) = 28.21%
BLUE value IS 251 (98.44% from 255) = 37.46%
R=34.33%
G=28.21%
B=37.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301892510.080.2500.02279.6888.5786.27
HexE6BDFB819021185956
Octal346275373103102430131126
Binary11100110101111011111101110001100101010001100010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BDFB; }

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

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

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

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

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

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

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

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