#EBB6FF

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

Shades of Mauve #EBB6FF

Tints of Mauve #EBB6FF

Color information

#EBB6FF (or 0xEBB6FF) is unknown color: approx Mauve. HEX triplet: EB, B6 and FF. RGB value is (235,182,255). Sum of RGB (Red+Green+Blue) = 235+182+255=672 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.97% from 672); Green value is 182 (71.48% from 255 or 27.08% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBB6FF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBB6FF is #144900. Grayscale: #CDCDCD. Windows color (decimal): -1329409 or 16758507. OLE color: 16758507.

HSL color Cylindrical-coordinate representation of color #EBB6FF: hue angle of 283.56º degrees, saturation: 1, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #EBB6FF is Cyan = 0.08, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB235182255-
CMYK0.080.2900
HSL283.56º100%85.69%-
HSV(B)283.56º28.63%100%-
XYZ69.0458.34102.23-
YUV206.17155.56148.56-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.97%
GREEN value IS 182 (71.48% from 255) = 27.08%
BLUE value IS 255 (100% from 255) = 37.95%
R=34.97%
G=27.08%
B=37.95%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351822550.080.2900283.5610085.69
HexEBB6FF81D0011c6456
Octal353266377103500434144126
Binary1110101110110110111111111000111010010001110011001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBB6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBB6FF; }

 p { color: rgb(235,182,255); }

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

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

 a { background-color: rgb(235,182,255); }

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

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

 span { border-color: rgb(235,182,255); }

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