#EBDCFA

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

Shades of White Lilac #EBDCFA

Tints of White Lilac #EBDCFA

Color information

#EBDCFA (or 0xEBDCFA) is unknown color: approx White Lilac. HEX triplet: EB, DC and FA. RGB value is (235,220,250). Sum of RGB (Red+Green+Blue) = 235+220+250=705 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.33% from 705); Green value is 220 (86.33% from 255 or 31.21% from 705); Blue value is 250 (98.05% from 255 or 35.46% from 705); Max value from RGB is 250 - color contains mainly: blue. Hex color #EBDCFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDCFA is #142305. Grayscale: #E3E3E3. Windows color (decimal): -1319686 or 16440555. OLE color: 16440555.

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

Color convert

RGB235220250-
CMYK0.060.1200.02
HSL270º75%92.16%-
HSV(B)270º12%98.04%-
XYZ77.1175.75101-
YUV227.9140.47133.06-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.33%
GREEN value IS 220 (86.33% from 255) = 31.21%
BLUE value IS 250 (98.05% from 255) = 35.46%
R=33.33%
G=31.21%
B=35.46%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352202500.060.1200.022707592.16
HexEBDCFA6C0210e4b5c
Octal35333437261402416113134
Binary111010111101110011111010110110001010000111010010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCFA; }

 p { color: rgb(235,220,250); }

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

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

 a { background-color: rgb(235,220,250); }

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

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

 span { border-color: rgb(235,220,250); }

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