#EBDCF7

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

Shades of White Lilac #EBDCF7

Tints of White Lilac #EBDCF7

Color information

#EBDCF7 (or 0xEBDCF7) is unknown color: approx White Lilac. HEX triplet: EB, DC and F7. RGB value is (235,220,247). Sum of RGB (Red+Green+Blue) = 235+220+247=702 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.48% from 702); Green value is 220 (86.33% from 255 or 31.34% from 702); Blue value is 247 (96.88% from 255 or 35.19% from 702); Max value from RGB is 247 - color contains mainly: blue. Hex color #EBDCF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDCF7 is #142308. Grayscale: #E3E3E3. Windows color (decimal): -1319689 or 16243947. OLE color: 16243947.

HSL color Cylindrical-coordinate representation of color #EBDCF7: hue angle of 273.33º degrees, saturation: 0.63, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBDCF7 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB235220247-
CMYK0.050.1100.03
HSL273.33º62.79%91.57%-
HSV(B)273.33º10.93%96.86%-
XYZ76.6475.5698.54-
YUV227.56138.97133.3-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.48%
GREEN value IS 220 (86.33% from 255) = 31.34%
BLUE value IS 247 (96.88% from 255) = 35.19%
R=33.48%
G=31.34%
B=35.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352202470.050.1100.03273.3362.7991.57
HexEBDCF75B031113f5c
Octal3533343675130342177134
Binary11101011110111001111011110110110111000100011111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCF7; }

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

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

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

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

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

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

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

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