#EDDCF7

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

Shades of White Lilac #EDDCF7

Tints of White Lilac #EDDCF7

Color information

#EDDCF7 (or 0xEDDCF7) is unknown color: approx White Lilac. HEX triplet: ED, DC and F7. RGB value is (237,220,247). Sum of RGB (Red+Green+Blue) = 237+220+247=704 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.66% from 704); Green value is 220 (86.33% from 255 or 31.25% from 704); Blue value is 247 (96.88% from 255 or 35.09% from 704); Max value from RGB is 247 - color contains mainly: blue. Hex color #EDDCF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDCF7 is #122308. Grayscale: #E4E4E4. Windows color (decimal): -1188617 or 16243949. OLE color: 16243949.

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

Color convert

RGB237220247-
CMYK0.040.1100.03
HSL277.78º62.79%91.57%-
HSV(B)277.78º10.93%96.86%-
XYZ77.3175.9198.57-
YUV228.16138.63134.3-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.66%
GREEN value IS 220 (86.33% from 255) = 31.25%
BLUE value IS 247 (96.88% from 255) = 35.09%
R=33.66%
G=31.25%
B=35.09%

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
Decimal2372202470.040.1100.03277.7862.7991.57
HexEDDCF74B031163f5c
Octal3553343674130342677134
Binary11101101110111001111011110010110111000101101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCF7; }

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

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

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

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

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

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

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

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