#EADDF0

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

Shades of White Lilac #EADDF0

Tints of White Lilac #EADDF0

Color information

#EADDF0 (or 0xEADDF0) is unknown color: approx White Lilac. HEX triplet: EA, DD and F0. RGB value is (234,221,240). Sum of RGB (Red+Green+Blue) = 234+221+240=695 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.67% from 695); Green value is 221 (86.72% from 255 or 31.80% from 695); Blue value is 240 (94.14% from 255 or 34.53% from 695); Max value from RGB is 240 - color contains mainly: blue. Hex color #EADDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDF0 is #15220F. Grayscale: #E2E2E2. Windows color (decimal): -1384976 or 15785450. OLE color: 15785450.

HSL color Cylindrical-coordinate representation of color #EADDF0: hue angle of 281.05º degrees, saturation: 0.39, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #EADDF0 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB234221240-
CMYK0.020.0800.06
HSL281.05º38.78%90.39%-
HSV(B)281.05º7.92%94.12%-
XYZ75.5275.593.03-
YUV227.05135.31132.96-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.67%
GREEN value IS 221 (86.72% from 255) = 31.80%
BLUE value IS 240 (94.14% from 255) = 34.53%
R=33.67%
G=31.80%
B=34.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2342212400.020.0800.06281.0538.7890.39
HexEADDF02806119275a
Octal3523353602100643147132
Binary11101010110111011111000010100001101000110011001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDF0; }

 p { color: rgb(234,221,240); }

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

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

 a { background-color: rgb(234,221,240); }

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

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

 span { border-color: rgb(234,221,240); }

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