#EBC2FF

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

Shades of Mauve #EBC2FF

Tints of Mauve #EBC2FF

Color information

#EBC2FF (or 0xEBC2FF) is unknown color: approx Mauve. HEX triplet: EB, C2 and FF. RGB value is (235,194,255). Sum of RGB (Red+Green+Blue) = 235+194+255=684 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.36% from 684); Green value is 194 (76.17% from 255 or 28.36% from 684); Blue value is 255 (100% from 255 or 37.28% from 684); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBC2FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC2FF is #143D00. Grayscale: #D5D5D5. Windows color (decimal): -1326337 or 16761579. OLE color: 16761579.

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

Color convert

RGB235194255-
CMYK0.080.2400
HSL280.33º100%88.04%-
HSV(B)280.33º23.92%100%-
XYZ71.663.47103.08-
YUV213.21151.58143.54-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.36%
GREEN value IS 194 (76.17% from 255) = 28.36%
BLUE value IS 255 (100% from 255) = 37.28%
R=34.36%
G=28.36%
B=37.28%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351942550.080.2400280.3310088.04
HexEBC2FF818001186458
Octal353302377103000430144130
Binary1110101111000010111111111000110000010001100011001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC2FF; }

 p { color: rgb(235,194,255); }

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

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

 a { background-color: rgb(235,194,255); }

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

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

 span { border-color: rgb(235,194,255); }

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