#EBB8F1

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

Shades of Mauve #EBB8F1

Tints of Mauve #EBB8F1

Color information

#EBB8F1 (or 0xEBB8F1) is unknown color: approx Mauve. HEX triplet: EB, B8 and F1. RGB value is (235,184,241). Sum of RGB (Red+Green+Blue) = 235+184+241=660 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.61% from 660); Green value is 184 (72.27% from 255 or 27.88% from 660); Blue value is 241 (94.53% from 255 or 36.52% from 660); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBB8F1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB8F1 is #14470E. Grayscale: #CDCDCD. Windows color (decimal): -1328911 or 15841515. OLE color: 15841515.

HSL color Cylindrical-coordinate representation of color #EBB8F1: hue angle of 293.68º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #EBB8F1 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235184241-
CMYK0.020.2400.05
HSL293.68º67.06%83.33%-
HSV(B)293.68º23.65%94.51%-
XYZ67.2858.2990.92-
YUV205.75147.9148.87-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.61%
GREEN value IS 184 (72.27% from 255) = 27.88%
BLUE value IS 241 (94.53% from 255) = 36.52%
R=35.61%
G=27.88%
B=36.52%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2351842410.020.2400.05293.6867.0683.33
HexEBB8F1218051264353
Octal35327036123005446103123
Binary1110101110111000111100011011000010110010011010000111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB8F1; }

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

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

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

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

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

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

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

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