#ECDEFA

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

Shades of White Lilac #ECDEFA

Tints of White Lilac #ECDEFA

Color information

#ECDEFA (or 0xECDEFA) is unknown color: approx White Lilac. HEX triplet: EC, DE and FA. RGB value is (236,222,250). Sum of RGB (Red+Green+Blue) = 236+222+250=708 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.33% from 708); Green value is 222 (87.11% from 255 or 31.36% from 708); Blue value is 250 (98.05% from 255 or 35.31% from 708); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECDEFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDEFA is #132105. Grayscale: #E5E5E5. Windows color (decimal): -1253638 or 16441068. OLE color: 16441068.

HSL color Cylindrical-coordinate representation of color #ECDEFA: hue angle of 270º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #ECDEFA is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236222250-
CMYK0.060.1100.02
HSL270º73.68%92.55%-
HSV(B)270º11.2%98.04%-
XYZ77.9776.98101.19-
YUV229.38139.64132.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.33%
GREEN value IS 222 (87.11% from 255) = 31.36%
BLUE value IS 250 (98.05% from 255) = 35.31%
R=33.33%
G=31.36%
B=35.31%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362222500.060.1100.0227073.6892.55
HexECDEFA6B0210e4a5d
Octal35433637261302416112135
Binary111011001101111011111010110101101010000111010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDEFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDEFA; }

 p { color: rgb(236,222,250); }

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

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

 a { background-color: rgb(236,222,250); }

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

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

 span { border-color: rgb(236,222,250); }

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