#EBDFF6

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

Shades of White Lilac #EBDFF6

Tints of White Lilac #EBDFF6

Color information

#EBDFF6 (or 0xEBDFF6) is unknown color: approx White Lilac. HEX triplet: EB, DF and F6. RGB value is (235,223,246). Sum of RGB (Red+Green+Blue) = 235+223+246=704 (93% of max value = 765). Red value is 235 (92.19% from 255 or 33.38% from 704); Green value is 223 (87.5% from 255 or 31.68% from 704); Blue value is 246 (96.48% from 255 or 34.94% from 704); Max value from RGB is 246 - color contains mainly: blue. Hex color #EBDFF6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #EBDFF6 is #142009. Grayscale: #E5E5E5. Windows color (decimal): -1318922 or 16179179. OLE color: 16179179.

HSL color Cylindrical-coordinate representation of color #EBDFF6: hue angle of 271.3º degrees, saturation: 0.56, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #EBDFF6 is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB235223246-
CMYK0.040.0900.04
HSL271.3º56.1%91.96%-
HSV(B)271.3º9.35%96.47%-
XYZ77.2877.0998-
YUV229.21137.48132.13-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 33.38%
GREEN value IS 223 (87.5% from 255) = 31.68%
BLUE value IS 246 (96.48% from 255) = 34.94%
R=33.38%
G=31.68%
B=34.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2352232460.040.0900.04271.356.191.96
HexEBDFF6490410f385c
Octal3533373664110441770134
Binary111010111101111111110110100100101001000011111110001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EBDFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EBDFF6; }

 p { color: rgb(235,223,246); }

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

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

 a { background-color: rgb(235,223,246); }

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

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

 span { border-color: rgb(235,223,246); }

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