#EBBFF6

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

Shades of Mauve #EBBFF6

Tints of Mauve #EBBFF6

Color information

#EBBFF6 (or 0xEBBFF6) is unknown color: approx Mauve. HEX triplet: EB, BF and F6. RGB value is (235,191,246). Sum of RGB (Red+Green+Blue) = 235+191+246=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 191 (75% from 255 or 28.42% from 672); Blue value is 246 (96.48% from 255 or 36.61% from 672); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBBFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBFF6 is #144009. Grayscale: #D2D2D2. Windows color (decimal): -1327114 or 16170987. OLE color: 16170987.

HSL color Cylindrical-coordinate representation of color #EBBFF6: hue angle of 288º degrees, saturation: 0.75, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBBFF6 is Cyan = 0.04, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235191246-
CMYK0.040.2200.04
HSL288º75.34%85.69%-
HSV(B)288º22.36%96.47%-
XYZ69.5361.5895.41-
YUV210.43148.08145.53-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.97%
GREEN value IS 191 (75% from 255) = 28.42%
BLUE value IS 246 (96.48% from 255) = 36.61%
R=34.97%
G=28.42%
B=36.61%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2351912460.040.2200.0428875.3485.69
HexEBBFF6416041204b56
Octal35327736642604440113126
Binary11101011101111111111011010010110010010010000010010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBFF6; }

 p { color: rgb(235,191,246); }

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

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

 a { background-color: rgb(235,191,246); }

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

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

 span { border-color: rgb(235,191,246); }

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