#EBBCFC

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

Shades of Mauve #EBBCFC

Tints of Mauve #EBBCFC

Color information

#EBBCFC (or 0xEBBCFC) is unknown color: approx Mauve. HEX triplet: EB, BC and FC. RGB value is (235,188,252). Sum of RGB (Red+Green+Blue) = 235+188+252=675 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.81% from 675); Green value is 188 (73.83% from 255 or 27.85% from 675); Blue value is 252 (98.83% from 255 or 37.33% from 675); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBBCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBCFC is #144303. Grayscale: #D1D1D1. Windows color (decimal): -1327876 or 16563435. OLE color: 16563435.

HSL color Cylindrical-coordinate representation of color #EBBCFC: hue angle of 284.06º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #EBBCFC is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235188252-
CMYK0.070.2500.01
HSL284.06º91.43%86.27%-
HSV(B)284.06º25.4%98.82%-
XYZ69.8160.66100.12-
YUV209.35152.07146.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.81%
GREEN value IS 188 (73.83% from 255) = 27.85%
BLUE value IS 252 (98.83% from 255) = 37.33%
R=34.81%
G=27.85%
B=37.33%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2351882520.070.2500.01284.0691.4386.27
HexEBBCFC7190111c5b56
Octal35327437473101434133126
Binary111010111011110011111100111110010110001110010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCFC; }

 p { color: rgb(235,188,252); }

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

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

 a { background-color: rgb(235,188,252); }

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

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

 span { border-color: rgb(235,188,252); }

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