#EDDDF8

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

Shades of White Lilac #EDDDF8

Tints of White Lilac #EDDDF8

Color information

#EDDDF8 (or 0xEDDDF8) is unknown color: approx White Lilac. HEX triplet: ED, DD and F8. RGB value is (237,221,248). Sum of RGB (Red+Green+Blue) = 237+221+248=706 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.57% from 706); Green value is 221 (86.72% from 255 or 31.30% from 706); Blue value is 248 (97.27% from 255 or 35.13% from 706); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDDDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDF8 is #122207. Grayscale: #E4E4E4. Windows color (decimal): -1188360 or 16309741. OLE color: 16309741.

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

Color convert

RGB237221248-
CMYK0.040.1100.03
HSL275.56º65.85%91.96%-
HSV(B)275.56º10.89%97.25%-
XYZ77.7276.4999.48-
YUV228.86138.8133.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.57%
GREEN value IS 221 (86.72% from 255) = 31.30%
BLUE value IS 248 (97.27% from 255) = 35.13%
R=33.57%
G=31.30%
B=35.13%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2372212480.040.1100.03275.5665.8591.96
HexEDDDF84B03114425c
Octal35533537041303424102134
Binary111011011101110111111000100101101110001010010000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDF8; }

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

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

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

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

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

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

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

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