#EDDEFC

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

Shades of White Lilac #EDDEFC

Tints of White Lilac #EDDEFC

Color information

#EDDEFC (or 0xEDDEFC) is unknown color: approx White Lilac. HEX triplet: ED, DE and FC. RGB value is (237,222,252). Sum of RGB (Red+Green+Blue) = 237+222+252=711 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.33% from 711); Green value is 222 (87.11% from 255 or 31.22% from 711); Blue value is 252 (98.83% from 255 or 35.44% from 711); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDDEFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDEFC is #122103. Grayscale: #E5E5E5. Windows color (decimal): -1188100 or 16572141. OLE color: 16572141.

HSL color Cylindrical-coordinate representation of color #EDDEFC: hue angle of 270º 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 #EDDEFC is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237222252-
CMYK0.060.1200.01
HSL270º83.33%92.94%-
HSV(B)270º11.9%98.82%-
XYZ78.6277.28102.87-
YUV229.9140.47133.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.33%
GREEN value IS 222 (87.11% from 255) = 31.22%
BLUE value IS 252 (98.83% from 255) = 35.44%
R=33.33%
G=31.22%
B=35.44%

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
Decimal2372222520.060.1200.0127083.3392.94
HexEDDEFC6C0110e535d
Octal35533637461401416123135
Binary11101101110111101111110011011000110000111010100111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDEFC; }

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

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

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

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

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

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

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

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