#EBDFEF

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

Shades of White Lilac #EBDFEF

Tints of White Lilac #EBDFEF

Color information

#EBDFEF (or 0xEBDFEF) is unknown color: approx White Lilac. HEX triplet: EB, DF and EF. RGB value is (235,223,239). Sum of RGB (Red+Green+Blue) = 235+223+239=697 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.72% from 697); Green value is 223 (87.5% from 255 or 31.99% from 697); Blue value is 239 (93.75% from 255 or 34.29% from 697); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBDFEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDFEF is #142010. Grayscale: #E4E4E4. Windows color (decimal): -1318929 or 15720427. OLE color: 15720427.

HSL color Cylindrical-coordinate representation of color #EBDFEF: hue angle of 285º degrees, saturation: 0.33, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EBDFEF is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB235223239-
CMYK0.020.0700.06
HSL285º33.33%90.59%-
HSV(B)285º6.69%93.73%-
XYZ76.2376.6792.44-
YUV228.41133.98132.7-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.72%
GREEN value IS 223 (87.5% from 255) = 31.99%
BLUE value IS 239 (93.75% from 255) = 34.29%
R=33.72%
G=31.99%
B=34.29%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352232390.020.0700.0628533.3390.59
HexEBDFEF270611d215b
Octal353337357270643541133
Binary1110101111011111111011111011101101000111011000011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFEF; }

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

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

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

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

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

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

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

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