#EFDDFA

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

Shades of White Lilac #EFDDFA

Tints of White Lilac #EFDDFA

Color information

#EFDDFA (or 0xEFDDFA) is unknown color: approx White Lilac. HEX triplet: EF, DD and FA. RGB value is (239,221,250). Sum of RGB (Red+Green+Blue) = 239+221+250=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 221 (86.72% from 255 or 31.13% from 710); Blue value is 250 (98.05% from 255 or 35.21% from 710); Max value from RGB is 250 - color contains mainly: blue. Hex color #EFDDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDDFA is #102205. Grayscale: #E5E5E5. Windows color (decimal): -1057286 or 16440815. OLE color: 16440815.

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

Color convert

RGB239221250-
CMYK0.040.1200.02
HSL277.24º74.36%92.35%-
HSV(B)277.24º11.6%98.04%-
XYZ78.7176.97101.15-
YUV229.69139.46134.64-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.66%
GREEN value IS 221 (86.72% from 255) = 31.13%
BLUE value IS 250 (98.05% from 255) = 35.21%
R=33.66%
G=31.13%
B=35.21%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392212500.040.1200.02277.2474.3692.35
HexEFDDFA4C021154a5c
Octal35733537241402425112134
Binary111011111101110111111010100110001010001010110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDFA; }

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

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

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

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

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

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

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

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