#EBDEF8

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

Shades of White Lilac #EBDEF8

Tints of White Lilac #EBDEF8

Color information

#EBDEF8 (or 0xEBDEF8) is unknown color: approx White Lilac. HEX triplet: EB, DE and F8. RGB value is (235,222,248). Sum of RGB (Red+Green+Blue) = 235+222+248=705 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.33% from 705); Green value is 222 (87.11% from 255 or 31.49% from 705); Blue value is 248 (97.27% from 255 or 35.18% from 705); Max value from RGB is 248 - color contains mainly: blue. Hex color #EBDEF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDEF8 is #142107. Grayscale: #E4E4E4. Windows color (decimal): -1319176 or 16309995. OLE color: 16309995.

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

Color convert

RGB235222248-
CMYK0.050.1000.03
HSL270º65%92.16%-
HSV(B)270º10.48%97.25%-
XYZ77.3376.6899.53-
YUV228.85138.81132.39-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.33%
GREEN value IS 222 (87.11% from 255) = 31.49%
BLUE value IS 248 (97.27% from 255) = 35.18%
R=33.33%
G=31.49%
B=35.18%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2352222480.050.1000.032706592.16
HexEBDEF85A0310e415c
Octal35333637051203416101134
Binary111010111101111011111000101101001110000111010000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDEF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDEF8; }

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

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

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

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

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

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

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

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