#E6BFF9

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

Shades of Mauve #E6BFF9

Tints of Mauve #E6BFF9

Color information

#E6BFF9 (or 0xE6BFF9) is unknown color: approx Mauve. HEX triplet: E6, BF and F9. RGB value is (230,191,249). Sum of RGB (Red+Green+Blue) = 230+191+249=670 (88% of max value = 765). Red value is 230 (90.23% from 255 or 34.33% from 670); Green value is 191 (75% from 255 or 28.51% from 670); Blue value is 249 (97.66% from 255 or 37.16% from 670); Max value from RGB is 249 - color contains mainly: blue. Hex color #E6BFF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #E6BFF9 is #194006. Grayscale: #D1D1D1. Windows color (decimal): -1654791 or 16367590. OLE color: 16367590.

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

Color convert

RGB230191249-
CMYK0.080.2300.02
HSL280.34º82.86%86.27%-
HSV(B)280.34º23.29%97.65%-
XYZ68.3660.9297.78-
YUV209.27150.42142.78-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.33%
GREEN value IS 191 (75% from 255) = 28.51%
BLUE value IS 249 (97.66% from 255) = 37.16%
R=34.33%
G=28.51%
B=37.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2301912490.080.2300.02280.3482.8686.27
HexE6BFF9817021185356
Octal346277371102702430123126
Binary11100110101111111111100110001011101010001100010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6BFF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6BFF9; }

 p { color: rgb(230,191,249); }

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

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

 a { background-color: rgb(230,191,249); }

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

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

 span { border-color: rgb(230,191,249); }

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