#EBBDFD

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

Shades of Mauve #EBBDFD

Tints of Mauve #EBBDFD

Color information

#EBBDFD (or 0xEBBDFD) is unknown color: approx Mauve. HEX triplet: EB, BD and FD. RGB value is (235,189,253). Sum of RGB (Red+Green+Blue) = 235+189+253=677 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.71% from 677); Green value is 189 (74.22% from 255 or 27.92% from 677); Blue value is 253 (99.22% from 255 or 37.37% from 677); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBBDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBDFD is #144202. Grayscale: #D1D1D1. Windows color (decimal): -1327619 or 16629227. OLE color: 16629227.

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

Color convert

RGB235189253-
CMYK0.070.2500.01
HSL283.12º94.12%86.67%-
HSV(B)283.12º25.3%99.22%-
XYZ70.1961.15101.03-
YUV210.05152.24145.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.71%
GREEN value IS 189 (74.22% from 255) = 27.92%
BLUE value IS 253 (99.22% from 255) = 37.37%
R=34.71%
G=27.92%
B=37.37%

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
Decimal2351892530.070.2500.01283.1294.1286.67
HexEBBDFD7190111b5e57
Octal35327537573101433136127
Binary111010111011110111111101111110010110001101110111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBDFD; }

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

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

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

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

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

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

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

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