#E6C4FB

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

Shades of Mauve #E6C4FB

Tints of Mauve #E6C4FB

Color information

#E6C4FB (or 0xE6C4FB) is unknown color: approx Mauve. HEX triplet: E6, C4 and FB. RGB value is (230,196,251). Sum of RGB (Red+Green+Blue) = 230+196+251=677 (89% of max value = 765). Red value is 230 (90.23% from 255 or 33.97% from 677); Green value is 196 (76.95% from 255 or 28.95% from 677); Blue value is 251 (98.44% from 255 or 37.08% from 677); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6C4FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6C4FB is #193B04. Grayscale: #D4D4D4. Windows color (decimal): -1653509 or 16499942. OLE color: 16499942.

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

Color convert

RGB230196251-
CMYK0.080.2200.02
HSL277.09º87.3%87.65%-
HSV(B)277.09º21.91%98.43%-
XYZ69.7963.2799.8-
YUV212.44149.76140.53-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 33.97%
GREEN value IS 196 (76.95% from 255) = 28.95%
BLUE value IS 251 (98.44% from 255) = 37.08%
R=33.97%
G=28.95%
B=37.08%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301962510.080.2200.02277.0987.387.65
HexE6C4FB816021155758
Octal346304373102602425127130
Binary11100110110001001111101110001011001010001010110101111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6C4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6C4FB; }

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

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

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

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

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

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

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

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