#EBE4F2

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

Shades of White Lilac #EBE4F2

Tints of White Lilac #EBE4F2

Color information

#EBE4F2 (or 0xEBE4F2) is unknown color: approx White Lilac. HEX triplet: EB, E4 and F2. RGB value is (235,228,242). Sum of RGB (Red+Green+Blue) = 235+228+242=705 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.33% from 705); Green value is 228 (89.45% from 255 or 32.34% from 705); Blue value is 242 (94.92% from 255 or 34.33% from 705); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBE4F2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBE4F2 is #141B0D. Grayscale: #E7E7E7. Windows color (decimal): -1317646 or 15918315. OLE color: 15918315.

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

Color convert

RGB235228242-
CMYK0.030.0600.05
HSL270º35%92.16%-
HSV(B)270º5.79%94.9%-
XYZ78.0379.5695.25-
YUV231.69133.82130.36-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.33%
GREEN value IS 228 (89.45% from 255) = 32.34%
BLUE value IS 242 (94.92% from 255) = 34.33%
R=33.33%
G=32.34%
B=34.33%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352282420.030.0600.052703592.16
HexEBE4F2360510e235c
Octal353344362360541643134
Binary1110101111100100111100101111001011000011101000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBE4F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBE4F2; }

 p { color: rgb(235,228,242); }

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

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

 a { background-color: rgb(235,228,242); }

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

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

 span { border-color: rgb(235,228,242); }

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