#EFDCFB

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

Shades of White Lilac #EFDCFB

Tints of White Lilac #EFDCFB

Color information

#EFDCFB (or 0xEFDCFB) is unknown color: approx White Lilac. HEX triplet: EF, DC and FB. RGB value is (239,220,251). Sum of RGB (Red+Green+Blue) = 239+220+251=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 220 (86.33% from 255 or 30.99% from 710); Blue value is 251 (98.44% from 255 or 35.35% from 710); Max value from RGB is 251 - color contains mainly: blue. Hex color #EFDCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDCFB is #102304. Grayscale: #E5E5E5. Windows color (decimal): -1057541 or 16506095. OLE color: 16506095.

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

Color convert

RGB239220251-
CMYK0.050.1200.02
HSL276.77º79.49%92.35%-
HSV(B)276.77º12.35%98.43%-
XYZ78.676.5101.89-
YUV229.22140.29134.98-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.66%
GREEN value IS 220 (86.33% from 255) = 30.99%
BLUE value IS 251 (98.44% from 255) = 35.35%
R=33.66%
G=30.99%
B=35.35%

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
Decimal2392202510.050.1200.02276.7779.4992.35
HexEFDCFB5C021154f5c
Octal35733437351402425117134
Binary111011111101110011111011101110001010001010110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDCFB; }

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

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

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

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

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

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

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

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