#EDDDFC

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

Shades of White Lilac #EDDDFC

Tints of White Lilac #EDDDFC

Color information

#EDDDFC (or 0xEDDDFC) is unknown color: approx White Lilac. HEX triplet: ED, DD and FC. RGB value is (237,221,252). Sum of RGB (Red+Green+Blue) = 237+221+252=710 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.38% from 710); Green value is 221 (86.72% from 255 or 31.13% from 710); Blue value is 252 (98.83% from 255 or 35.49% from 710); Max value from RGB is 252 - color contains mainly: blue. Hex color #EDDDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDFC is #122203. Grayscale: #E5E5E5. Windows color (decimal): -1188356 or 16571885. OLE color: 16571885.

HSL color Cylindrical-coordinate representation of color #EDDDFC: hue angle of 270.97º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #EDDDFC is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB237221252-
CMYK0.060.1200.01
HSL270.97º83.78%92.75%-
HSV(B)270.97º12.3%98.82%-
XYZ78.3576.75102.78-
YUV229.32140.8133.48-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.38%
GREEN value IS 221 (86.72% from 255) = 31.13%
BLUE value IS 252 (98.83% from 255) = 35.49%
R=33.38%
G=31.13%
B=35.49%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2372212520.060.1200.01270.9783.7892.75
HexEDDDFC6C0110f545d
Octal35533537461401417124135
Binary11101101110111011111110011011000110000111110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDFC; }

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

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

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

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

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

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

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

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