#EDDDF3

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

Shades of White Lilac #EDDDF3

Tints of White Lilac #EDDDF3

Color information

#EDDDF3 (or 0xEDDDF3) is unknown color: approx White Lilac. HEX triplet: ED, DD and F3. RGB value is (237,221,243). Sum of RGB (Red+Green+Blue) = 237+221+243=701 (92% of max value = 765). Red value is 237 (92.97% from 255 or 33.81% from 701); Green value is 221 (86.72% from 255 or 31.53% from 701); Blue value is 243 (95.31% from 255 or 34.66% from 701); Max value from RGB is 243 - color contains mainly: blue. Hex color #EDDDF3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EDDDF3 is #12220C. Grayscale: #E4E4E4. Windows color (decimal): -1188365 or 15982061. OLE color: 15982061.

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

Color convert

RGB237221243-
CMYK0.020.0900.05
HSL283.64º47.83%90.98%-
HSV(B)283.64º9.05%95.29%-
XYZ76.9676.1995.44-
YUV228.29136.3134.21-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 33.81%
GREEN value IS 221 (86.72% from 255) = 31.53%
BLUE value IS 243 (95.31% from 255) = 34.66%
R=33.81%
G=31.53%
B=34.66%

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
Decimal2372212430.020.0900.05283.6447.8390.98
HexEDDDF3290511c305b
Octal3553353632110543460133
Binary11101101110111011111001110100101011000111001100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDDDF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDDDF3; }

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

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

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

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

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

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

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

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