#EEBCFD

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

Shades of Mauve #EEBCFD

Tints of Mauve #EEBCFD

Color information

#EEBCFD (or 0xEEBCFD) is unknown color: approx Mauve. HEX triplet: EE, BC and FD. RGB value is (238,188,253). Sum of RGB (Red+Green+Blue) = 238+188+253=679 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.05% from 679); Green value is 188 (73.83% from 255 or 27.69% from 679); Blue value is 253 (99.22% from 255 or 37.26% from 679); Max value from RGB is 253 - color contains mainly: blue. Hex color #EEBCFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBCFD is #114302. Grayscale: #D2D2D2. Windows color (decimal): -1131267 or 16628974. OLE color: 16628974.

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

Color convert

RGB238188253-
CMYK0.060.2600.01
HSL286.15º94.2%86.47%-
HSV(B)286.15º25.69%99.22%-
XYZ70.9761.24101.01-
YUV210.36152.06147.71-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.05%
GREEN value IS 188 (73.83% from 255) = 27.69%
BLUE value IS 253 (99.22% from 255) = 37.26%
R=35.05%
G=27.69%
B=37.26%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381882530.060.2600.01286.1594.286.47
HexEEBCFD61A0111e5e56
Octal35627437563201436136126
Binary111011101011110011111101110110100110001111010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBCFD; }

 p { color: rgb(238,188,253); }

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

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

 a { background-color: rgb(238,188,253); }

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

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

 span { border-color: rgb(238,188,253); }

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