#EBDDF1

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

Shades of White Lilac #EBDDF1

Tints of White Lilac #EBDDF1

Color information

#EBDDF1 (or 0xEBDDF1) is unknown color: approx White Lilac. HEX triplet: EB, DD and F1. RGB value is (235,221,241). Sum of RGB (Red+Green+Blue) = 235+221+241=697 (92% of max value = 765). Red value is 235 (92.19% from 255 or 33.72% from 697); Green value is 221 (86.72% from 255 or 31.71% from 697); Blue value is 241 (94.53% from 255 or 34.58% from 697); Max value from RGB is 241 - color contains mainly: blue. Hex color #EBDDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDDF1 is #14220E. Grayscale: #E3E3E3. Windows color (decimal): -1319439 or 15850987. OLE color: 15850987.

HSL color Cylindrical-coordinate representation of color #EBDDF1: hue angle of 282º 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 #EBDDF1 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB235221241-
CMYK0.020.0800.05
HSL282º41.67%90.59%-
HSV(B)282º8.3%94.51%-
XYZ75.9975.7393.83-
YUV227.47135.64133.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.72%
GREEN value IS 221 (86.72% from 255) = 31.71%
BLUE value IS 241 (94.53% from 255) = 34.58%
R=33.72%
G=31.71%
B=34.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2352212410.020.0800.0528241.6790.59
HexEBDDF1280511a2a5b
Octal3533353612100543252133
Binary11101011110111011111000110100001011000110101010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDF1; }

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

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

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

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

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

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

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

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