#EBBCFF

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

Shades of Mauve #EBBCFF

Tints of Mauve #EBBCFF

Color information

#EBBCFF (or 0xEBBCFF) is unknown color: approx Mauve. HEX triplet: EB, BC and FF. RGB value is (235,188,255). Sum of RGB (Red+Green+Blue) = 235+188+255=678 (89% of max value = 765). Red value is 235 (92.19% from 255 or 34.66% from 678); Green value is 188 (73.83% from 255 or 27.73% from 678); Blue value is 255 (100% from 255 or 37.61% from 678); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBBCFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBBCFF is #144300. Grayscale: #D1D1D1. Windows color (decimal): -1327873 or 16760043. OLE color: 16760043.

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

Color convert

RGB235188255-
CMYK0.080.2600
HSL282.09º100%86.86%-
HSV(B)282.09º26.27%100%-
XYZ70.2960.85102.65-
YUV209.69153.57146.05-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 34.66%
GREEN value IS 188 (73.83% from 255) = 27.73%
BLUE value IS 255 (100% from 255) = 37.61%
R=34.66%
G=27.73%
B=37.61%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351882550.080.2600282.0910086.86
HexEBBCFF81A0011a6457
Octal353274377103200432144127
Binary1110101110111100111111111000110100010001101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBBCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBBCFF; }

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

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

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

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

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

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

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

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