#EBDDF8

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

Shades of White Lilac #EBDDF8

Tints of White Lilac #EBDDF8

Color information

#EBDDF8 (or 0xEBDDF8) is unknown color: approx White Lilac. HEX triplet: EB, DD and F8. RGB value is (235,221,248). Sum of RGB (Red+Green+Blue) = 235+221+248=704 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.38% from 704); Green value is 221 (86.72% from 255 or 31.39% from 704); Blue value is 248 (97.27% from 255 or 35.23% from 704); Max value from RGB is 248 - color contains mainly: blue. Hex color #EBDDF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDDF8 is #142207. Grayscale: #E4E4E4. Windows color (decimal): -1319432 or 16309739. OLE color: 16309739.

HSL color Cylindrical-coordinate representation of color #EBDDF8: hue angle of 271.11º degrees, saturation: 0.66, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #EBDDF8 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB235221248-
CMYK0.050.1100.03
HSL271.11º65.85%91.96%-
HSV(B)271.11º10.89%97.25%-
XYZ77.0676.1599.44-
YUV228.26139.14132.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.38%
GREEN value IS 221 (86.72% from 255) = 31.39%
BLUE value IS 248 (97.27% from 255) = 35.23%
R=33.38%
G=31.39%
B=35.23%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352212480.050.1100.03271.1165.8591.96
HexEBDDF85B0310f425c
Octal35333537051303417102134
Binary111010111101110111111000101101101110000111110000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDDF8; }

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

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

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

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

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

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

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

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