#EEBDFC

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

Shades of Mauve #EEBDFC

Tints of Mauve #EEBDFC

Color information

#EEBDFC (or 0xEEBDFC) is unknown color: approx Mauve. HEX triplet: EE, BD and FC. RGB value is (238,189,252). Sum of RGB (Red+Green+Blue) = 238+189+252=679 (89% of max value = 765). Red value is 238 (93.36% from 255 or 35.05% from 679); Green value is 189 (74.22% from 255 or 27.84% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEBDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEBDFC is #114203. Grayscale: #D2D2D2. Windows color (decimal): -1131012 or 16563694. OLE color: 16563694.

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

Color convert

RGB238189252-
CMYK0.060.2500.01
HSL286.67º91.3%86.47%-
HSV(B)286.67º25%98.82%-
XYZ71.0361.6100.24-
YUV210.83151.23147.38-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 35.05%
GREEN value IS 189 (74.22% from 255) = 27.84%
BLUE value IS 252 (98.83% from 255) = 37.11%
R=35.05%
G=27.84%
B=37.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2381892520.060.2500.01286.6791.386.47
HexEEBDFC6190111f5b56
Octal35627537463101437133126
Binary111011101011110111111100110110010110001111110110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBDFC; }

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

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

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

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

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

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

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

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