#EBDFF2

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

Shades of White Lilac #EBDFF2

Tints of White Lilac #EBDFF2

Color information

#EBDFF2 (or 0xEBDFF2) is unknown color: approx White Lilac. HEX triplet: EB, DF and F2. RGB value is (235,223,242). Sum of RGB (Red+Green+Blue) = 235+223+242=700 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.57% from 700); Green value is 223 (87.5% from 255 or 31.86% from 700); Blue value is 242 (94.92% from 255 or 34.57% from 700); Max value from RGB is 242 - color contains mainly: blue. Hex color #EBDFF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDFF2 is #14200D. Grayscale: #E4E4E4. Windows color (decimal): -1318926 or 15917035. OLE color: 15917035.

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

Color convert

RGB235223242-
CMYK0.030.0800.05
HSL277.89º42.22%91.18%-
HSV(B)277.89º7.85%94.9%-
XYZ76.6876.8594.8-
YUV228.75135.48132.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.57%
GREEN value IS 223 (87.5% from 255) = 31.86%
BLUE value IS 242 (94.92% from 255) = 34.57%
R=33.57%
G=31.86%
B=34.57%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352232420.030.0800.05277.8942.2291.18
HexEBDFF238051162a5b
Octal3533373623100542652133
Binary11101011110111111111001011100001011000101101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFF2; }

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

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

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

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

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

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

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

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