#EDDCF8

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

Shades of White Lilac #EDDCF8

Tints of White Lilac #EDDCF8

Color information

#EDDCF8 (or 0xEDDCF8) is unknown color: approx White Lilac. HEX triplet: ED, DC and F8. RGB value is (237,220,248). Sum of RGB (Red+Green+Blue) = 237+220+248=705 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.62% from 705); Green value is 220 (86.33% from 255 or 31.21% from 705); Blue value is 248 (97.27% from 255 or 35.18% from 705); Max value from RGB is 248 - color contains mainly: blue. Hex color #EDDCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDCF8 is #122307. Grayscale: #E4E4E4. Windows color (decimal): -1188616 or 16309485. OLE color: 16309485.

HSL color Cylindrical-coordinate representation of color #EDDCF8: hue angle of 276.43º degrees, saturation: 0.67, 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 #EDDCF8 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB237220248-
CMYK0.040.1100.03
HSL276.43º66.67%91.76%-
HSV(B)276.43º11.29%97.25%-
XYZ77.4675.9799.39-
YUV228.27139.13134.22-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.62%
GREEN value IS 220 (86.33% from 255) = 31.21%
BLUE value IS 248 (97.27% from 255) = 35.18%
R=33.62%
G=31.21%
B=35.18%

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
Decimal2372202480.040.1100.03276.4366.6791.76
HexEDDCF84B03114435c
Octal35533437041303424103134
Binary111011011101110011111000100101101110001010010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCF8; }

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

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

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

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

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

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

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

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