#EBB2F6

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

Shades of Mauve #EBB2F6

Tints of Mauve #EBB2F6

Color information

#EBB2F6 (or 0xEBB2F6) is unknown color: approx Mauve. HEX triplet: EB, B2 and F6. RGB value is (235,178,246). Sum of RGB (Red+Green+Blue) = 235+178+246=659 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.66% from 659); Green value is 178 (69.92% from 255 or 27.01% from 659); Blue value is 246 (96.48% from 255 or 37.33% from 659); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBB2F6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB2F6 is #144D09. Grayscale: #CACACA. Windows color (decimal): -1330442 or 16167659. OLE color: 16167659.

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

Color convert

RGB235178246-
CMYK0.040.2800.04
HSL290.29º79.07%83.14%-
HSV(B)290.29º27.64%96.47%-
XYZ66.8256.1694.51-
YUV202.8152.38150.97-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.66%
GREEN value IS 178 (69.92% from 255) = 27.01%
BLUE value IS 246 (96.48% from 255) = 37.33%
R=35.66%
G=27.01%
B=37.33%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2351782460.040.2800.04290.2979.0783.14
HexEBB2F641C041224f53
Octal35326236643404442117123
Binary11101011101100101111011010011100010010010001010011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB2F6; }

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

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

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

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

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

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

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

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