#EFDFFB

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

Shades of White Lilac #EFDFFB

Tints of White Lilac #EFDFFB

Color information

#EFDFFB (or 0xEFDFFB) is unknown color: approx White Lilac. HEX triplet: EF, DF and FB. RGB value is (239,223,251). Sum of RGB (Red+Green+Blue) = 239+223+251=713 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.52% from 713); Green value is 223 (87.5% from 255 or 31.28% from 713); Blue value is 251 (98.44% from 255 or 35.20% from 713); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFDFFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDFFB is #102004. Grayscale: #E6E6E6. Windows color (decimal): -1056773 or 16506863. OLE color: 16506863.

HSL color Cylindrical-coordinate representation of color #EFDFFB: hue angle of 274.29º degrees, saturation: 0.78, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EFDFFB is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB239223251-
CMYK0.050.1100.02
HSL274.29º77.78%92.94%-
HSV(B)274.29º11.16%98.43%-
XYZ79.478.09102.16-
YUV230.98139.3133.72-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.52%
GREEN value IS 223 (87.5% from 255) = 31.28%
BLUE value IS 251 (98.44% from 255) = 35.20%
R=33.52%
G=31.28%
B=35.20%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392232510.050.1100.02274.2977.7892.94
HexEFDFFB5B021124e5d
Octal35733737351302422116135
Binary111011111101111111111011101101101010001001010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFFB; }

 p { color: rgb(239,223,251); }

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

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

 a { background-color: rgb(239,223,251); }

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

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

 span { border-color: rgb(239,223,251); }

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