#EADDF2

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

Shades of White Lilac #EADDF2

Tints of White Lilac #EADDF2

Color information

#EADDF2 (or 0xEADDF2) is unknown color: approx White Lilac. HEX triplet: EA, DD and F2. RGB value is (234,221,242). Sum of RGB (Red+Green+Blue) = 234+221+242=697 (92% of max value = 765). Red value is 234 (91.80% from 255 or 33.57% from 697); Green value is 221 (86.72% from 255 or 31.71% from 697); Blue value is 242 (94.92% from 255 or 34.72% from 697); Max value from RGB is 242 - color contains mainly: blue. Hex color #EADDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EADDF2 is #15220D. Grayscale: #E3E3E3. Windows color (decimal): -1384974 or 15916522. OLE color: 15916522.

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

Color convert

RGB234221242-
CMYK0.030.0900.05
HSL277.14º44.68%90.78%-
HSV(B)277.14º8.68%94.9%-
XYZ75.8275.6294.6-
YUV227.28136.31132.79-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 33.57%
GREEN value IS 221 (86.72% from 255) = 31.71%
BLUE value IS 242 (94.92% from 255) = 34.72%
R=33.57%
G=31.71%
B=34.72%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2342212420.030.0900.05277.1444.6890.78
HexEADDF239051152d5b
Octal3523353623110542555133
Binary11101010110111011111001011100101011000101011011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EADDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EADDF2; }

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

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

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

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

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

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

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

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