#EBDCF8

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

Shades of White Lilac #EBDCF8

Tints of White Lilac #EBDCF8

Color information

#EBDCF8 (or 0xEBDCF8) is unknown color: approx White Lilac. HEX triplet: EB, DC and F8. RGB value is (235,220,248). Sum of RGB (Red+Green+Blue) = 235+220+248=703 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.43% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 248 (97.27% from 255 or 35.28% from 703); Max value from RGB is 248 - color contains mainly: blue. Hex color #EBDCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDCF8 is #142307. Grayscale: #E3E3E3. Windows color (decimal): -1319688 or 16309483. OLE color: 16309483.

HSL color Cylindrical-coordinate representation of color #EBDCF8: hue angle of 272.14º degrees, saturation: 0.67, 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 #EBDCF8 is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB235220248-
CMYK0.050.1100.03
HSL272.14º66.67%91.76%-
HSV(B)272.14º11.29%97.25%-
XYZ76.875.6399.36-
YUV227.68139.47133.22-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.43%
GREEN value IS 220 (86.33% from 255) = 31.29%
BLUE value IS 248 (97.27% from 255) = 35.28%
R=33.43%
G=31.29%
B=35.28%

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
Decimal2352202480.050.1100.03272.1466.6791.76
HexEBDCF85B03110435c
Octal35333437051303420103134
Binary111010111101110011111000101101101110001000010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDCF8; }

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

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

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

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

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

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

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

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