#EBDEF5

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

Shades of White Lilac #EBDEF5

Tints of White Lilac #EBDEF5

Color information

#EBDEF5 (or 0xEBDEF5) is unknown color: approx White Lilac. HEX triplet: EB, DE and F5. RGB value is (235,222,245). Sum of RGB (Red+Green+Blue) = 235+222+245=702 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.48% from 702); Green value is 222 (87.11% from 255 or 31.62% from 702); Blue value is 245 (96.09% from 255 or 34.90% from 702); Max value from RGB is 245 - color contains mainly: blue. Hex color #EBDEF5 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDEF5 is #14210A. Grayscale: #E4E4E4. Windows color (decimal): -1319179 or 16113387. OLE color: 16113387.

HSL color Cylindrical-coordinate representation of color #EBDEF5: hue angle of 273.91º degrees, saturation: 0.53, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBDEF5 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235222245-
CMYK0.040.0900.04
HSL273.91º53.49%91.57%-
HSV(B)273.91º9.39%96.08%-
XYZ76.8676.597.1-
YUV228.51137.31132.63-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.48%
GREEN value IS 222 (87.11% from 255) = 31.62%
BLUE value IS 245 (96.09% from 255) = 34.90%
R=33.48%
G=31.62%
B=34.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352222450.040.0900.04273.9153.4991.57
HexEBDEF54904112355c
Octal3533363654110442265134
Binary111010111101111011110101100100101001000100101101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDEF5; }

 p { color: rgb(235,222,245); }

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

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

 a { background-color: rgb(235,222,245); }

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

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

 span { border-color: rgb(235,222,245); }

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