#EABDFD

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

Shades of Mauve #EABDFD

Tints of Mauve #EABDFD

Color information

#EABDFD (or 0xEABDFD) is unknown color: approx Mauve. HEX triplet: EA, BD and FD. RGB value is (234,189,253). Sum of RGB (Red+Green+Blue) = 234+189+253=676 (89% of max value = 765). Red value is 234 (91.80% from 255 or 34.62% from 676); Green value is 189 (74.22% from 255 or 27.96% from 676); Blue value is 253 (99.22% from 255 or 37.43% from 676); Max value from RGB is 253 - color contains mainly: blue. Hex color #EABDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EABDFD is #154202. Grayscale: #D1D1D1. Windows color (decimal): -1393155 or 16629226. OLE color: 16629226.

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

Color convert

RGB234189253-
CMYK0.080.2500.01
HSL282.19º94.12%86.67%-
HSV(B)282.19º25.3%99.22%-
XYZ69.8660.98101.02-
YUV209.75152.41145.3-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 34.62%
GREEN value IS 189 (74.22% from 255) = 27.96%
BLUE value IS 253 (99.22% from 255) = 37.43%
R=34.62%
G=27.96%
B=37.43%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2341892530.080.2500.01282.1994.1286.67
HexEABDFD8190111a5e57
Octal352275375103101432136127
Binary1110101010111101111111011000110010110001101010111101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EABDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EABDFD; }

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

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

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

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

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

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

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

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