#EBB1FD

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

Shades of Mauve #EBB1FD

Tints of Mauve #EBB1FD

Color information

#EBB1FD (or 0xEBB1FD) is unknown color: approx Mauve. HEX triplet: EB, B1 and FD. RGB value is (235,177,253). Sum of RGB (Red+Green+Blue) = 235+177+253=665 (88% of max value = 765). Red value is 235 (92.19% from 255 or 35.34% from 665); Green value is 177 (69.53% from 255 or 26.62% from 665); Blue value is 253 (99.22% from 255 or 38.05% from 665); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBB1FD is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBB1FD is #144E02. Grayscale: #CACACA. Windows color (decimal): -1330691 or 16626155. OLE color: 16626155.

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

Color convert

RGB235177253-
CMYK0.070.3000.01
HSL285.79º95%84.31%-
HSV(B)285.79º30.04%99.22%-
XYZ67.7156.2100.21-
YUV203.01156.22150.82-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.34%
GREEN value IS 177 (69.53% from 255) = 26.62%
BLUE value IS 253 (99.22% from 255) = 38.05%
R=35.34%
G=26.62%
B=38.05%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2351772530.070.3000.01285.799584.31
HexEBB1FD71E0111e5f54
Octal35326137573601436137124
Binary111010111011000111111101111111100110001111010111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB1FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB1FD; }

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

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

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

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

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

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

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

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