#EDDEF5

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

Shades of White Lilac #EDDEF5

Tints of White Lilac #EDDEF5

Color information

#EDDEF5 (or 0xEDDEF5) is unknown color: approx White Lilac. HEX triplet: ED, DE and F5. RGB value is (237,222,245). Sum of RGB (Red+Green+Blue) = 237+222+245=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 222 (87.11% from 255 or 31.53% from 704); Blue value is 245 (96.09% from 255 or 34.80% from 704); Max value from RGB is 245 - color contains mainly: blue. Hex color #EDDEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDEF5 is #12210A. Grayscale: #E5E5E5. Windows color (decimal): -1188107 or 16113389. OLE color: 16113389.

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

Color convert

RGB237222245-
CMYK0.030.0900.04
HSL279.13º53.49%91.57%-
HSV(B)279.13º9.39%96.08%-
XYZ77.5376.8497.13-
YUV229.11136.97133.63-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.66%
GREEN value IS 222 (87.11% from 255) = 31.53%
BLUE value IS 245 (96.09% from 255) = 34.80%
R=33.66%
G=31.53%
B=34.80%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2372222450.030.0900.04279.1353.4991.57
HexEDDEF53904117355c
Octal3553363653110442765134
Binary11101101110111101111010111100101001000101111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDEF5; }

 p { color: rgb(237,222,245); }

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

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

 a { background-color: rgb(237,222,245); }

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

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

 span { border-color: rgb(237,222,245); }

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