#EFDDFB

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

Shades of White Lilac #EFDDFB

Tints of White Lilac #EFDDFB

Color information

#EFDDFB (or 0xEFDDFB) is unknown color: approx White Lilac. HEX triplet: EF, DD and FB. RGB value is (239,221,251). Sum of RGB (Red+Green+Blue) = 239+221+251=711 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.61% from 711); Green value is 221 (86.72% from 255 or 31.08% from 711); Blue value is 251 (98.44% from 255 or 35.30% from 711); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFDDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDDFB is #102204. Grayscale: #E5E5E5. Windows color (decimal): -1057285 or 16506351. OLE color: 16506351.

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

Color convert

RGB239221251-
CMYK0.050.1200.02
HSL276º78.95%92.55%-
HSV(B)276º11.95%98.43%-
XYZ78.8777.03101.98-
YUV229.8139.96134.56-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.61%
GREEN value IS 221 (86.72% from 255) = 31.08%
BLUE value IS 251 (98.44% from 255) = 35.30%
R=33.61%
G=31.08%
B=35.30%

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
Decimal2392212510.050.1200.0227678.9592.55
HexEFDDFB5C021144f5d
Octal35733537351402424117135
Binary111011111101110111111011101110001010001010010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDDFB; }

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

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

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

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

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

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

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

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