#EFDDF5

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

Shades of White Lilac #EFDDF5

Tints of White Lilac #EFDDF5

Color information

#EFDDF5 (or 0xEFDDF5) is unknown color: approx White Lilac. HEX triplet: EF, DD and F5. RGB value is (239,221,245). Sum of RGB (Red+Green+Blue) = 239+221+245=705 (93% of max value = 765). Red value is 239 (93.75% from 255 or 33.90% from 705); Green value is 221 (86.72% from 255 or 31.35% from 705); Blue value is 245 (96.09% from 255 or 34.75% from 705); Max value from RGB is 245 - color contains mainly: blue. Hex color #EFDDF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDDF5 is #10220A. Grayscale: #E5E5E5. Windows color (decimal): -1057291 or 16113135. OLE color: 16113135.

HSL color Cylindrical-coordinate representation of color #EFDDF5: hue angle of 285º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFDDF5 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB239221245-
CMYK0.020.1000.04
HSL285º54.55%91.37%-
HSV(B)285º9.8%96.08%-
XYZ77.9376.6697.07-
YUV229.12136.96135.05-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.90%
GREEN value IS 221 (86.72% from 255) = 31.35%
BLUE value IS 245 (96.09% from 255) = 34.75%
R=33.90%
G=31.35%
B=34.75%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2392212450.020.1000.0428554.5591.37
HexEFDDF52A0411d375b
Octal3573353652120443567133
Binary11101111110111011111010110101001001000111011101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDF5; }

 p { color: rgb(239,221,245); }

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

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

 a { background-color: rgb(239,221,245); }

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

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

 span { border-color: rgb(239,221,245); }

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