#EBBDF3

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

Shades of Mauve #EBBDF3

Tints of Mauve #EBBDF3

Color information

#EBBDF3 (or 0xEBBDF3) is unknown color: approx Mauve. HEX triplet: EB, BD and F3. RGB value is (235,189,243). Sum of RGB (Red+Green+Blue) = 235+189+243=667 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.23% from 667); Green value is 189 (74.22% from 255 or 28.34% from 667); Blue value is 243 (95.31% from 255 or 36.43% from 667); Max value from RGB is 243 - color contains mainly: blue. Hex color #EBBDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBDF3 is #14420C. Grayscale: #D0D0D0. Windows color (decimal): -1327629 or 15973867. OLE color: 15973867.

HSL color Cylindrical-coordinate representation of color #EBBDF3: hue angle of 291.11º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #EBBDF3 is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235189243-
CMYK0.030.2200.05
HSL291.11º69.23%84.71%-
HSV(B)291.11º22.22%95.29%-
XYZ68.6460.5392.86-
YUV208.91147.24146.61-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.23%
GREEN value IS 189 (74.22% from 255) = 28.34%
BLUE value IS 243 (95.31% from 255) = 36.43%
R=35.23%
G=28.34%
B=36.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351892430.030.2200.05291.1169.2384.71
HexEBBDF3316051234555
Octal35327536332605443105125
Binary1110101110111101111100111110110010110010001110001011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBDF3; }

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

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

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

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

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

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

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

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