#EEDFFC

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

Shades of White Lilac #EEDFFC

Tints of White Lilac #EEDFFC

Color information

#EEDFFC (or 0xEEDFFC) is unknown color: approx White Lilac. HEX triplet: EE, DF and FC. RGB value is (238,223,252). Sum of RGB (Red+Green+Blue) = 238+223+252=713 (94% of max value = 765). Red value is 238 (93.36% from 255 or 33.38% from 713); Green value is 223 (87.5% from 255 or 31.28% from 713); Blue value is 252 (98.83% from 255 or 35.34% from 713); Max value from RGB is 252 - color contains mainly: blue. Hex color #EEDFFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EEDFFC is #112003. Grayscale: #E6E6E6. Windows color (decimal): -1122308 or 16572398. OLE color: 16572398.

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

Color convert

RGB238223252-
CMYK0.060.1200.01
HSL271.03º82.86%93.14%-
HSV(B)271.03º11.51%98.82%-
XYZ79.2277.98102.97-
YUV230.79139.97133.14-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 33.38%
GREEN value IS 223 (87.5% from 255) = 31.28%
BLUE value IS 252 (98.83% from 255) = 35.34%
R=33.38%
G=31.28%
B=35.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2382232520.060.1200.01271.0382.8693.14
HexEEDFFC6C0110f535d
Octal35633737461401417123135
Binary11101110110111111111110011011000110000111110100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEDFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEDFFC; }

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

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

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

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

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

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

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

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