#EBDDF9

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

Shades of White Lilac #EBDDF9

Tints of White Lilac #EBDDF9

Color information

#EBDDF9 (or 0xEBDDF9) is unknown color: approx White Lilac. HEX triplet: EB, DD and F9. RGB value is (235,221,249). Sum of RGB (Red+Green+Blue) = 235+221+249=705 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.33% from 705); Green value is 221 (86.72% from 255 or 31.35% from 705); Blue value is 249 (97.66% from 255 or 35.32% from 705); Max value from RGB is 249 - color contains mainly: blue. Hex color #EBDDF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDDF9 is #142206. Grayscale: #E4E4E4. Windows color (decimal): -1319431 or 16375275. OLE color: 16375275.

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

Color convert

RGB235221249-
CMYK0.060.1100.02
HSL270º70%92.16%-
HSV(B)270º11.24%97.65%-
XYZ77.2276.21100.26-
YUV228.38139.64132.72-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.33%
GREEN value IS 221 (86.72% from 255) = 31.35%
BLUE value IS 249 (97.66% from 255) = 35.32%
R=33.33%
G=31.35%
B=35.32%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2352212490.060.1100.022707092.16
HexEBDDF96B0210e465c
Octal35333537161302416106134
Binary111010111101110111111001110101101010000111010001101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDF9; }

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

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

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

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

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

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

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

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