#EDDDFD

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

Shades of White Lilac #EDDDFD

Tints of White Lilac #EDDDFD

Color information

#EDDDFD (or 0xEDDDFD) is unknown color: approx White Lilac. HEX triplet: ED, DD and FD. RGB value is (237,221,253). Sum of RGB (Red+Green+Blue) = 237+221+253=711 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.33% from 711); Green value is 221 (86.72% from 255 or 31.08% from 711); Blue value is 253 (99.22% from 255 or 35.58% from 711); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDDDFD is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDFD is #122202. Grayscale: #E5E5E5. Windows color (decimal): -1188355 or 16637421. OLE color: 16637421.

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

Color convert

RGB237221253-
CMYK0.060.1300.01
HSL270º88.89%92.94%-
HSV(B)270º12.65%99.22%-
XYZ78.5176.81103.62-
YUV229.43141.3133.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.33%
GREEN value IS 221 (86.72% from 255) = 31.08%
BLUE value IS 253 (99.22% from 255) = 35.58%
R=33.33%
G=31.08%
B=35.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372212530.060.1300.0127088.8992.94
HexEDDDFD6D0110e595d
Octal35533537561501416131135
Binary11101101110111011111110111011010110000111010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDFD; }

 p { color: rgb(237,221,253); }

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

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

 a { background-color: rgb(237,221,253); }

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

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

 span { border-color: rgb(237,221,253); }

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