#ECDCFB

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

Shades of White Lilac #ECDCFB

Tints of White Lilac #ECDCFB

Color information

#ECDCFB (or 0xECDCFB) is unknown color: approx White Lilac. HEX triplet: EC, DC and FB. RGB value is (236,220,251). Sum of RGB (Red+Green+Blue) = 236+220+251=707 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.38% from 707); Green value is 220 (86.33% from 255 or 31.12% from 707); Blue value is 251 (98.44% from 255 or 35.50% from 707); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECDCFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDCFB is #132304. Grayscale: #E4E4E4. Windows color (decimal): -1254149 or 16506092. OLE color: 16506092.

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

Color convert

RGB236220251-
CMYK0.060.1200.02
HSL270.97º79.49%92.35%-
HSV(B)270.97º12.35%98.43%-
XYZ77.675.98101.84-
YUV228.32140.8133.48-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.38%
GREEN value IS 220 (86.33% from 255) = 31.12%
BLUE value IS 251 (98.44% from 255) = 35.50%
R=33.38%
G=31.12%
B=35.50%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362202510.060.1200.02270.9779.4992.35
HexECDCFB6C0210f4f5c
Octal35433437361402417117134
Binary111011001101110011111011110110001010000111110011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCFB; }

 p { color: rgb(236,220,251); }

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

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

 a { background-color: rgb(236,220,251); }

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

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

 span { border-color: rgb(236,220,251); }

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