#EFDEFB

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

Shades of White Lilac #EFDEFB

Tints of White Lilac #EFDEFB

Color information

#EFDEFB (or 0xEFDEFB) is unknown color: approx White Lilac. HEX triplet: EF, DE and FB. RGB value is (239,222,251). Sum of RGB (Red+Green+Blue) = 239+222+251=712 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.57% from 712); Green value is 222 (87.11% from 255 or 31.18% from 712); Blue value is 251 (98.44% from 255 or 35.25% from 712); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFDEFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDEFB is #102104. Grayscale: #E6E6E6. Windows color (decimal): -1057029 or 16506607. OLE color: 16506607.

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

Color convert

RGB239222251-
CMYK0.050.1200.02
HSL275.17º78.38%92.75%-
HSV(B)275.17º11.55%98.43%-
XYZ79.1377.56102.07-
YUV230.39139.63134.14-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.57%
GREEN value IS 222 (87.11% from 255) = 31.18%
BLUE value IS 251 (98.44% from 255) = 35.25%
R=33.57%
G=31.18%
B=35.25%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2392222510.050.1200.02275.1778.3892.75
HexEFDEFB5C021134e5d
Octal35733637351402423116135
Binary111011111101111011111011101110001010001001110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDEFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDEFB; }

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

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

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

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

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

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

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

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