#EBC1FF

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

Shades of Mauve #EBC1FF

Tints of Mauve #EBC1FF

Color information

#EBC1FF (or 0xEBC1FF) is unknown color: approx Mauve. HEX triplet: EB, C1 and FF. RGB value is (235,193,255). Sum of RGB (Red+Green+Blue) = 235+193+255=683 (90% of max value = 765). Red value is 235 (92.19% from 255 or 34.41% from 683); Green value is 193 (75.78% from 255 or 28.26% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBC1FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBC1FF is #143E00. Grayscale: #D4D4D4. Windows color (decimal): -1326593 or 16761323. OLE color: 16761323.

HSL color Cylindrical-coordinate representation of color #EBC1FF: hue angle of 280.65º 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 #EBC1FF is Cyan = 0.08, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB235193255-
CMYK0.080.2400
HSL280.65º100%87.84%-
HSV(B)280.65º24.31%100%-
XYZ71.3863.02103.01-
YUV212.63151.91143.96-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.41%
GREEN value IS 193 (75.78% from 255) = 28.26%
BLUE value IS 255 (100% from 255) = 37.34%
R=34.41%
G=28.26%
B=37.34%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351932550.080.2400280.6510087.84
HexEBC1FF818001196458
Octal353301377103000431144130
Binary1110101111000001111111111000110000010001100111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBC1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBC1FF; }

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

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

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

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

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

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

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

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