#EBDCFB

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

Shades of White Lilac #EBDCFB

Tints of White Lilac #EBDCFB

Color information

#EBDCFB (or 0xEBDCFB) is unknown color: approx White Lilac. HEX triplet: EB, DC and FB. RGB value is (235,220,251). Sum of RGB (Red+Green+Blue) = 235+220+251=706 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.29% from 706); Green value is 220 (86.33% from 255 or 31.16% from 706); Blue value is 251 (98.44% from 255 or 35.55% from 706); Max value from RGB is 251 - color contains mainly: blue. Hex color #EBDCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDCFB is #142304. Grayscale: #E3E3E3. Windows color (decimal): -1319685 or 16506091. OLE color: 16506091.

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

Color convert

RGB235220251-
CMYK0.060.1200.02
HSL269.03º79.49%92.35%-
HSV(B)269.03º12.35%98.43%-
XYZ77.2775.81101.83-
YUV228.02140.97132.98-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.29%
GREEN value IS 220 (86.33% from 255) = 31.16%
BLUE value IS 251 (98.44% from 255) = 35.55%
R=33.29%
G=31.16%
B=35.55%

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
Decimal2352202510.060.1200.02269.0379.4992.35
HexEBDCFB6C0210d4f5c
Octal35333437361402415117134
Binary111010111101110011111011110110001010000110110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCFB; }

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

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

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

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

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

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

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

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