#EBB5FD

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

Shades of Mauve #EBB5FD

Tints of Mauve #EBB5FD

Color information

#EBB5FD (or 0xEBB5FD) is unknown color: approx Mauve. HEX triplet: EB, B5 and FD. RGB value is (235,181,253). Sum of RGB (Red+Green+Blue) = 235+181+253=669 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.13% from 669); Green value is 181 (71.09% from 255 or 27.06% from 669); Blue value is 253 (99.22% from 255 or 37.82% from 669); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBB5FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB5FD is #144A02. Grayscale: #CDCDCD. Windows color (decimal): -1329667 or 16627179. OLE color: 16627179.

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

Color convert

RGB235181253-
CMYK0.070.2800.01
HSL285º94.74%85.1%-
HSV(B)285º28.46%99.22%-
XYZ68.5157.8100.47-
YUV205.35154.89149.15-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.13%
GREEN value IS 181 (71.09% from 255) = 27.06%
BLUE value IS 253 (99.22% from 255) = 37.82%
R=35.13%
G=27.06%
B=37.82%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2351812530.070.2800.0128594.7485.1
HexEBB5FD71C0111d5f55
Octal35326537573401435137125
Binary111010111011010111111101111111000110001110110111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB5FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB5FD; }

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

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

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

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

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

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

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

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