#EBBEFC

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

Shades of Mauve #EBBEFC

Tints of Mauve #EBBEFC

Color information

#EBBEFC (or 0xEBBEFC) is unknown color: approx Mauve. HEX triplet: EB, BE and FC. RGB value is (235,190,252). Sum of RGB (Red+Green+Blue) = 235+190+252=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 190 (74.61% from 255 or 28.06% from 677); Blue value is 252 (98.83% from 255 or 37.22% from 677); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBBEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBEFC is #144103. Grayscale: #D2D2D2. Windows color (decimal): -1327364 or 16563947. OLE color: 16563947.

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

Color convert

RGB235190252-
CMYK0.070.2500.01
HSL283.55º91.18%86.67%-
HSV(B)283.55º24.6%98.82%-
XYZ70.2561.52100.27-
YUV210.52151.41145.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.71%
GREEN value IS 190 (74.61% from 255) = 28.06%
BLUE value IS 252 (98.83% from 255) = 37.22%
R=34.71%
G=28.06%
B=37.22%

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
Decimal2351902520.070.2500.01283.5591.1886.67
HexEBBEFC7190111c5b57
Octal35327637473101434133127
Binary111010111011111011111100111110010110001110010110111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBEFC; }

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

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

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

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

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

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

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

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