#EBBEFD

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

Shades of Mauve #EBBEFD

Tints of Mauve #EBBEFD

Color information

#EBBEFD (or 0xEBBEFD) is unknown color: approx Mauve. HEX triplet: EB, BE and FD. RGB value is (235,190,253). Sum of RGB (Red+Green+Blue) = 235+190+253=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 190 (74.61% from 255 or 28.02% from 678); Blue value is 253 (99.22% from 255 or 37.32% from 678); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBBEFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBEFD is #144102. Grayscale: #D2D2D2. Windows color (decimal): -1327363 or 16629483. OLE color: 16629483.

HSL color Cylindrical-coordinate representation of color #EBBEFD: hue angle of 282.86º degrees, saturation: 0.94, 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 #EBBEFD is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235190253-
CMYK0.070.2500.01
HSL282.86º94.03%86.86%-
HSV(B)282.86º24.9%99.22%-
XYZ70.461.58101.1-
YUV210.64151.91145.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.66%
GREEN value IS 190 (74.61% from 255) = 28.02%
BLUE value IS 253 (99.22% from 255) = 37.32%
R=34.66%
G=28.02%
B=37.32%

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
Decimal2351902530.070.2500.01282.8694.0386.86
HexEBBEFD7190111b5e57
Octal35327637573101433136127
Binary111010111011111011111101111110010110001101110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBEFD; }

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

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

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

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

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

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

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

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