#EBDDF0

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

Shades of White Lilac #EBDDF0

Tints of White Lilac #EBDDF0

Color information

#EBDDF0 (or 0xEBDDF0) is unknown color: approx White Lilac. HEX triplet: EB, DD and F0. RGB value is (235,221,240). Sum of RGB (Red+Green+Blue) = 235+221+240=696 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.76% from 696); Green value is 221 (86.72% from 255 or 31.75% from 696); Blue value is 240 (94.14% from 255 or 34.48% from 696); Max value from RGB is 240 - color contains mainly: blue. Hex color #EBDDF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDDF0 is #14220F. Grayscale: #E3E3E3. Windows color (decimal): -1319440 or 15785451. OLE color: 15785451.

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

Color convert

RGB235221240-
CMYK0.020.0800.06
HSL284.21º38.78%90.39%-
HSV(B)284.21º7.92%94.12%-
XYZ75.8575.6793.05-
YUV227.35135.14133.46-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.76%
GREEN value IS 221 (86.72% from 255) = 31.75%
BLUE value IS 240 (94.14% from 255) = 34.48%
R=33.76%
G=31.75%
B=34.48%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2352212400.020.0800.06284.2138.7890.39
HexEBDDF0280611c275a
Octal3533353602100643447132
Binary11101011110111011111000010100001101000111001001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDF0; }

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

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

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

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

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

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

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

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