#EBDFF0

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

Shades of White Lilac #EBDFF0

Tints of White Lilac #EBDFF0

Color information

#EBDFF0 (or 0xEBDFF0) is unknown color: approx White Lilac. HEX triplet: EB, DF and F0. RGB value is (235,223,240). Sum of RGB (Red+Green+Blue) = 235+223+240=698 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.67% from 698); Green value is 223 (87.5% from 255 or 31.95% from 698); Blue value is 240 (94.14% from 255 or 34.38% from 698); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBDFF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDFF0 is #14200F. Grayscale: #E4E4E4. Windows color (decimal): -1318928 or 15785963. OLE color: 15785963.

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

Color convert

RGB235223240-
CMYK0.020.0700.06
HSL282.35º36.17%90.78%-
HSV(B)282.35º7.08%94.12%-
XYZ76.3876.7393.22-
YUV228.53134.48132.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.67%
GREEN value IS 223 (87.5% from 255) = 31.95%
BLUE value IS 240 (94.14% from 255) = 34.38%
R=33.67%
G=31.95%
B=34.38%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352232400.020.0700.06282.3536.1790.78
HexEBDFF0270611a245b
Octal353337360270643244133
Binary1110101111011111111100001011101101000110101001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFF0; }

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

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

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

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

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

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

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

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