#E6B6FB

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

Shades of Mauve #E6B6FB

Tints of Mauve #E6B6FB

Color information

#E6B6FB (or 0xE6B6FB) is unknown color: approx Mauve. HEX triplet: E6, B6 and FB. RGB value is (230,182,251). Sum of RGB (Red+Green+Blue) = 230+182+251=663 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.69% from 663); Green value is 182 (71.48% from 255 or 27.45% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 251 - color contains mainly: blue. Hex color #E6B6FB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6B6FB is #194904. Grayscale: #CBCBCB. Windows color (decimal): -1657093 or 16496358. OLE color: 16496358.

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

Color convert

RGB230182251-
CMYK0.080.2700.02
HSL281.74º89.61%84.9%-
HSV(B)281.74º27.49%98.43%-
XYZ66.7757.2498.8-
YUV204.22154.4146.39-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.69%
GREEN value IS 182 (71.48% from 255) = 27.45%
BLUE value IS 251 (98.44% from 255) = 37.86%
R=34.69%
G=27.45%
B=37.86%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301822510.080.2700.02281.7489.6184.9
HexE6B6FB81B0211a5a55
Octal346266373103302432132125
Binary11100110101101101111101110001101101010001101010110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6B6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6B6FB; }

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

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

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

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

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

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

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

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