#EFDFF8

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

Shades of White Lilac #EFDFF8

Tints of White Lilac #EFDFF8

Color information

#EFDFF8 (or 0xEFDFF8) is unknown color: approx White Lilac. HEX triplet: EF, DF and F8. RGB value is (239,223,248). Sum of RGB (Red+Green+Blue) = 239+223+248=710 (94% of max value = 765). Red value is 239 (93.75% from 255 or 33.66% from 710); Green value is 223 (87.5% from 255 or 31.41% from 710); Blue value is 248 (97.27% from 255 or 34.93% from 710); Max value from RGB is 248 - color contains mainly: blue. Hex color #EFDFF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EFDFF8 is #102007. Grayscale: #E6E6E6. Windows color (decimal): -1056776 or 16310255. OLE color: 16310255.

HSL color Cylindrical-coordinate representation of color #EFDFF8: hue angle of 278.4º degrees, saturation: 0.64, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #EFDFF8 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB239223248-
CMYK0.040.1000.03
HSL278.4º64.1%92.35%-
HSV(B)278.4º10.08%97.25%-
XYZ78.9377.999.68-
YUV230.63137.8133.97-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 33.66%
GREEN value IS 223 (87.5% from 255) = 31.41%
BLUE value IS 248 (97.27% from 255) = 34.93%
R=33.66%
G=31.41%
B=34.93%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2392232480.040.1000.03278.464.192.35
HexEFDFF84A03116405c
Octal35733737041203426100134
Binary111011111101111111111000100101001110001011010000001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFDFF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFDFF8; }

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

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

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

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

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

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

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

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