#EBDCFC

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

Shades of White Lilac #EBDCFC

Tints of White Lilac #EBDCFC

Color information

#EBDCFC (or 0xEBDCFC) is unknown color: approx White Lilac. HEX triplet: EB, DC and FC. RGB value is (235,220,252). Sum of RGB (Red+Green+Blue) = 235+220+252=707 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.24% from 707); Green value is 220 (86.33% from 255 or 31.12% from 707); Blue value is 252 (98.83% from 255 or 35.64% from 707); Max value from RGB is 252 - color contains mainly: blue. Hex color #EBDCFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDCFC is #142303. Grayscale: #E4E4E4. Windows color (decimal): -1319684 or 16571627. OLE color: 16571627.

HSL color Cylindrical-coordinate representation of color #EBDCFC: hue angle of 268.12º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #EBDCFC is Cyan = 0.07, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB235220252-
CMYK0.070.1300.01
HSL268.12º84.21%92.55%-
HSV(B)268.12º12.7%98.82%-
XYZ77.4275.88102.66-
YUV228.13141.47132.9-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.24%
GREEN value IS 220 (86.33% from 255) = 31.12%
BLUE value IS 252 (98.83% from 255) = 35.64%
R=33.24%
G=31.12%
B=35.64%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2352202520.070.1300.01268.1284.2192.55
HexEBDCFC7D0110c545d
Octal35333437471501414124135
Binary11101011110111001111110011111010110000110010101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCFC; }

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

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

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

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

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

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

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

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