#E6C2FD

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

Shades of Mauve #E6C2FD

Tints of Mauve #E6C2FD

Color information

#E6C2FD (or 0xE6C2FD) is unknown color: approx Mauve. HEX triplet: E6, C2 and FD. RGB value is (230,194,253). Sum of RGB (Red+Green+Blue) = 230+194+253=677 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.97% from 677); Green value is 194 (76.17% from 255 or 28.66% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #E6C2FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C2FD is #193D02. Grayscale: #D3D3D3. Windows color (decimal): -1654019 or 16630502. OLE color: 16630502.

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

Color convert

RGB230194253-
CMYK0.090.2300.01
HSL276.61º93.65%87.65%-
HSV(B)276.61º23.32%99.22%-
XYZ69.6562.5101.32-
YUV211.49151.43141.2-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.97%
GREEN value IS 194 (76.17% from 255) = 28.66%
BLUE value IS 253 (99.22% from 255) = 37.37%
R=33.97%
G=28.66%
B=37.37%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2301942530.090.2300.01276.6193.6587.65
HexE6C2FD917011155e58
Octal346302375112701425136130
Binary1110011011000010111111011001101110110001010110111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C2FD; }

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

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

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

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

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

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

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

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