#EDDDF2

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

Shades of White Lilac #EDDDF2

Tints of White Lilac #EDDDF2

Color information

#EDDDF2 (or 0xEDDDF2) is unknown color: approx White Lilac. HEX triplet: ED, DD and F2. RGB value is (237,221,242). Sum of RGB (Red+Green+Blue) = 237+221+242=700 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.86% from 700); Green value is 221 (86.72% from 255 or 31.57% from 700); Blue value is 242 (94.92% from 255 or 34.57% from 700); Max value from RGB is 242 - color contains mainly: blue. Hex color #EDDDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDF2 is #12220D. Grayscale: #E4E4E4. Windows color (decimal): -1188366 or 15916525. OLE color: 15916525.

HSL color Cylindrical-coordinate representation of color #EDDDF2: hue angle of 285.71º degrees, saturation: 0.45, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EDDDF2 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB237221242-
CMYK0.020.0900.05
HSL285.71º44.68%90.78%-
HSV(B)285.71º8.68%94.9%-
XYZ76.8176.1394.65-
YUV228.18135.8134.29-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.86%
GREEN value IS 221 (86.72% from 255) = 31.57%
BLUE value IS 242 (94.92% from 255) = 34.57%
R=33.86%
G=31.57%
B=34.57%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2372212420.020.0900.05285.7144.6890.78
HexEDDDF2290511e2d5b
Octal3553353622110543655133
Binary11101101110111011111001010100101011000111101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDF2; }

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

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

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

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

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

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

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

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