#EEDEF4

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

Shades of White Lilac #EEDEF4

Tints of White Lilac #EEDEF4

Color information

#EEDEF4 (or 0xEEDEF4) is unknown color: approx White Lilac. HEX triplet: EE, DE and F4. RGB value is (238,222,244). Sum of RGB (Red+Green+Blue) = 238+222+244=704 (93% of max value = 765). Red value is 238 (93.36% from 255 or 33.81% from 704); Green value is 222 (87.11% from 255 or 31.53% from 704); Blue value is 244 (95.70% from 255 or 34.66% from 704); Max value from RGB is 244 - color contains mainly: blue. Hex color #EEDEF4 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDEF4 is #11210B. Grayscale: #E5E5E5. Windows color (decimal): -1122572 or 16047854. OLE color: 16047854.

HSL color Cylindrical-coordinate representation of color #EEDEF4: hue angle of 283.64º degrees, saturation: 0.5, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EEDEF4 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB238222244-
CMYK0.020.0900.04
HSL283.64º50%91.37%-
HSV(B)283.64º9.02%95.69%-
XYZ77.7176.9596.35-
YUV229.29136.3134.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.81%
GREEN value IS 222 (87.11% from 255) = 31.53%
BLUE value IS 244 (95.70% from 255) = 34.66%
R=33.81%
G=31.53%
B=34.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2382222440.020.0900.04283.645091.37
HexEEDEF4290411c325b
Octal3563363642110443462133
Binary11101110110111101111010010100101001000111001100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDEF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDEF4; }

 p { color: rgb(238,222,244); }

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

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

 a { background-color: rgb(238,222,244); }

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

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

 span { border-color: rgb(238,222,244); }

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