#EEEAF2

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

Shades of White Lilac #EEEAF2

Tints of White Lilac #EEEAF2

Color information

#EEEAF2 (or 0xEEEAF2) is unknown color: approx White Lilac. HEX triplet: EE, EA and F2. RGB value is (238,234,242). Sum of RGB (Red+Green+Blue) = 238+234+242=714 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.33% from 714); Green value is 234 (91.80% from 255 or 32.77% from 714); Blue value is 242 (94.92% from 255 or 33.89% from 714); Max value from RGB is 242 - color contains mainly: blue. Hex color #EEEAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EEEAF2 is #11150D. Grayscale: #ECECEC. Windows color (decimal): -1119502 or 15919854. OLE color: 15919854.

HSL color Cylindrical-coordinate representation of color #EEEAF2: hue angle of 270º degrees, saturation: 0.24, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #EEEAF2 is Cyan = 0.02, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB238234242-
CMYK0.020.0300.05
HSL270º23.53%93.33%-
HSV(B)270º3.31%94.9%-
XYZ80.7183.4395.85-
YUV236.11131.33129.35-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.33%
GREEN value IS 234 (91.80% from 255) = 32.77%
BLUE value IS 242 (94.92% from 255) = 33.89%
R=33.33%
G=32.77%
B=33.89%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2382342420.020.0300.0527023.5393.33
HexEEEAF2230510e185d
Octal356352362230541630135
Binary11101110111010101111001010110101100001110110001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEEAF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEEAF2; }

 p { color: rgb(238,234,242); }

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

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

 a { background-color: rgb(238,234,242); }

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

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

 span { border-color: rgb(238,234,242); }

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