#EEBDFF

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

Shades of Mauve #EEBDFF

Tints of Mauve #EEBDFF

Color information

#EEBDFF (or 0xEEBDFF) is unknown color: approx Mauve. HEX triplet: EE, BD and FF. RGB value is (238,189,255). Sum of RGB (Red+Green+Blue) = 238+189+255=682 (90% of max value = 765). Red value is 238 (93.36% from 255 or 34.90% from 682); Green value is 189 (74.22% from 255 or 27.71% from 682); Blue value is 255 (100% from 255 or 37.39% from 682); Max value from RGB is 255 - color contains mainly: blue. Hex color #EEBDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDFF is #114200. Grayscale: #D2D2D2. Windows color (decimal): -1131009 or 16760302. OLE color: 16760302.

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

Color convert

RGB238189255-
CMYK0.070.2600
HSL284.55º100%87.06%-
HSV(B)284.55º25.88%100%-
XYZ71.5161.79102.77-
YUV211.18152.73147.13-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 34.90%
GREEN value IS 189 (74.22% from 255) = 27.71%
BLUE value IS 255 (100% from 255) = 37.39%
R=34.90%
G=27.71%
B=37.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2381892550.070.2600284.5510087.06
HexEEBDFF71A0011d6457
Octal35627537773200435144127
Binary111011101011110111111111111110100010001110111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDFF; }

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

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

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

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

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

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

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

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