#EBB8FD

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

Shades of Mauve #EBB8FD

Tints of Mauve #EBB8FD

Color information

#EBB8FD (or 0xEBB8FD) is unknown color: approx Mauve. HEX triplet: EB, B8 and FD. RGB value is (235,184,253). Sum of RGB (Red+Green+Blue) = 235+184+253=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 184 (72.27% from 255 or 27.38% from 672); Blue value is 253 (99.22% from 255 or 37.65% from 672); Max value from RGB is 253 - color contains mainly: blue. Hex color #EBB8FD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB8FD is #144702. Grayscale: #CECECE. Windows color (decimal): -1328899 or 16627947. OLE color: 16627947.

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

Color convert

RGB235184253-
CMYK0.070.2700.01
HSL284.35º94.52%85.69%-
HSV(B)284.35º27.27%99.22%-
XYZ69.1359.03100.68-
YUV207.12153.9147.89-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.97%
GREEN value IS 184 (72.27% from 255) = 27.38%
BLUE value IS 253 (99.22% from 255) = 37.65%
R=34.97%
G=27.38%
B=37.65%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2351842530.070.2700.01284.3594.5285.69
HexEBB8FD71B0111c5f56
Octal35327037573301434137126
Binary111010111011100011111101111110110110001110010111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB8FD; }

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

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

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

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

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

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

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

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