#EABDFF

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

Shades of Mauve #EABDFF

Tints of Mauve #EABDFF

Color information

#EABDFF (or 0xEABDFF) is unknown color: approx Mauve. HEX triplet: EA, BD and FF. RGB value is (234,189,255). Sum of RGB (Red+Green+Blue) = 234+189+255=678 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.51% from 678); Green value is 189 (74.22% from 255 or 27.88% 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 #EABDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDFF is #154200. Grayscale: #D1D1D1. Windows color (decimal): -1393153 or 16760298. OLE color: 16760298.

HSL color Cylindrical-coordinate representation of color #EABDFF: hue angle of 280.91º 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 #EABDFF is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB234189255-
CMYK0.080.2600
HSL280.91º100%87.06%-
HSV(B)280.91º25.88%100%-
XYZ70.1861.11102.7-
YUV209.98153.41145.13-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.51%
GREEN value IS 189 (74.22% from 255) = 27.88%
BLUE value IS 255 (100% from 255) = 37.61%
R=34.51%
G=27.88%
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
Decimal2341892550.080.2600280.9110087.06
HexEABDFF81A001196457
Octal352275377103200431144127
Binary1110101010111101111111111000110100010001100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDFF; }

 p { color: rgb(234,189,255); }

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

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

 a { background-color: rgb(234,189,255); }

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

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

 span { border-color: rgb(234,189,255); }

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