#E6B3FD

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

Shades of Mauve #E6B3FD

Tints of Mauve #E6B3FD

Color information

#E6B3FD (or 0xE6B3FD) is unknown color: approx Mauve. HEX triplet: E6, B3 and FD. RGB value is (230,179,253). Sum of RGB (Red+Green+Blue) = 230+179+253=662 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.74% from 662); Green value is 179 (70.31% from 255 or 27.04% from 662); Blue value is 253 (99.22% from 255 or 38.22% from 662); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6B3FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B3FD is #194C02. Grayscale: #CACACA. Windows color (decimal): -1657859 or 16626662. OLE color: 16626662.

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

Color convert

RGB230179253-
CMYK0.090.2900.01
HSL281.35º94.87%84.71%-
HSV(B)281.35º29.25%99.22%-
XYZ66.4856.16100.26-
YUV202.68156.4147.48-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.74%
GREEN value IS 179 (70.31% from 255) = 27.04%
BLUE value IS 253 (99.22% from 255) = 38.22%
R=34.74%
G=27.04%
B=38.22%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2301792530.090.2900.01281.3594.8784.71
HexE6B3FD91D011195f55
Octal346263375113501431137125
Binary1110011010110011111111011001111010110001100110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B3FD; }

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

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

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

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

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

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

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

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