#EDDDFA

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

Shades of White Lilac #EDDDFA

Tints of White Lilac #EDDDFA

Color information

#EDDDFA (or 0xEDDDFA) is unknown color: approx White Lilac. HEX triplet: ED, DD and FA. RGB value is (237,221,250). Sum of RGB (Red+Green+Blue) = 237+221+250=708 (93% of max value = 765). Red value is 237 (92.97% from 255 or 33.47% from 708); Green value is 221 (86.72% from 255 or 31.21% from 708); Blue value is 250 (98.05% from 255 or 35.31% from 708); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDDDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDFA is #122205. Grayscale: #E4E4E4. Windows color (decimal): -1188358 or 16440813. OLE color: 16440813.

HSL color Cylindrical-coordinate representation of color #EDDDFA: hue angle of 273.1º degrees, saturation: 0.74, 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 #EDDDFA is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB237221250-
CMYK0.050.1200.02
HSL273.1º74.36%92.35%-
HSV(B)273.1º11.6%98.04%-
XYZ78.0476.62101.12-
YUV229.09139.8133.64-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.47%
GREEN value IS 221 (86.72% from 255) = 31.21%
BLUE value IS 250 (98.05% from 255) = 35.31%
R=33.47%
G=31.21%
B=35.31%

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
Decimal2372212500.050.1200.02273.174.3692.35
HexEDDDFA5C021114a5c
Octal35533537251402421112134
Binary111011011101110111111010101110001010001000110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDFA; }

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

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

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

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

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

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

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

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