#EDDCFA

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

Shades of White Lilac #EDDCFA

Tints of White Lilac #EDDCFA

Color information

#EDDCFA (or 0xEDDCFA) is unknown color: approx White Lilac. HEX triplet: ED, DC and FA. RGB value is (237,220,250). Sum of RGB (Red+Green+Blue) = 237+220+250=707 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.52% from 707); Green value is 220 (86.33% from 255 or 31.12% from 707); Blue value is 250 (98.05% from 255 or 35.36% from 707); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDDCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDCFA is #122305. Grayscale: #E4E4E4. Windows color (decimal): -1188614 or 16440557. OLE color: 16440557.

HSL color Cylindrical-coordinate representation of color #EDDCFA: hue angle of 274º degrees, saturation: 0.75, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDDCFA is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237220250-
CMYK0.050.1200.02
HSL274º75%92.16%-
HSV(B)274º12%98.04%-
XYZ77.7776.09101.03-
YUV228.5140.13134.06-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.52%
GREEN value IS 220 (86.33% from 255) = 31.12%
BLUE value IS 250 (98.05% from 255) = 35.36%
R=33.52%
G=31.12%
B=35.36%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372202500.050.1200.022747592.16
HexEDDCFA5C021124b5c
Octal35533437251402422113134
Binary111011011101110011111010101110001010001001010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDCFA; }

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

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

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

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

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

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

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

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