#EBE2EF

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

Shades of White Lilac #EBE2EF

Tints of White Lilac #EBE2EF

Color information

#EBE2EF (or 0xEBE2EF) is unknown color: approx White Lilac. HEX triplet: EB, E2 and EF. RGB value is (235,226,239). Sum of RGB (Red+Green+Blue) = 235+226+239=700 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.57% from 700); Green value is 226 (88.67% from 255 or 32.29% from 700); Blue value is 239 (93.75% from 255 or 34.14% from 700); Max value from RGB is 239 - color contains mainly: blue. Hex color #EBE2EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE2EF is #141D10. Grayscale: #E6E6E6. Windows color (decimal): -1318161 or 15721195. OLE color: 15721195.

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

Color convert

RGB235226239-
CMYK0.020.0500.06
HSL281.54º28.89%91.18%-
HSV(B)281.54º5.44%93.73%-
XYZ77.0478.2992.71-
YUV230.17132.98131.44-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.57%
GREEN value IS 226 (88.67% from 255) = 32.29%
BLUE value IS 239 (93.75% from 255) = 34.14%
R=33.57%
G=32.29%
B=34.14%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352262390.020.0500.06281.5428.8991.18
HexEBE2EF250611a1d5b
Octal353342357250643235133
Binary111010111110001011101111101010110100011010111011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE2EF; }

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

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

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

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

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

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

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

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