#EBADFF

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

Shades of Mauve #EBADFF

Tints of Mauve #EBADFF

Color information

#EBADFF (or 0xEBADFF) is unknown color: approx Mauve. HEX triplet: EB, AD and FF. RGB value is (235,173,255). Sum of RGB (Red+Green+Blue) = 235+173+255=663 (87% of max value = 765). Red value is 235 (92.19% from 255 or 35.44% from 663); Green value is 173 (67.97% from 255 or 26.09% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #EBADFF is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EBADFF is #145200. Grayscale: #C8C8C8. Windows color (decimal): -1331713 or 16756203. OLE color: 16756203.

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

Color convert

RGB235173255-
CMYK0.080.3200
HSL285.37º100%83.92%-
HSV(B)285.37º32.16%100%-
XYZ67.2554.77101.63-
YUV200.89158.54152.33-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 35.44%
GREEN value IS 173 (67.97% from 255) = 26.09%
BLUE value IS 255 (100% from 255) = 38.46%
R=35.44%
G=26.09%
B=38.46%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2351732550.080.3200285.3710083.92
HexEBADFF8200011d6454
Octal353255377104000435144124
Binary11101011101011011111111110001000000010001110111001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBADFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBADFF; }

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

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

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

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

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

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

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

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