#ECDCF7

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

Shades of White Lilac #ECDCF7

Tints of White Lilac #ECDCF7

Color information

#ECDCF7 (or 0xECDCF7) is unknown color: approx White Lilac. HEX triplet: EC, DC and F7. RGB value is (236,220,247). Sum of RGB (Red+Green+Blue) = 236+220+247=703 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.57% from 703); Green value is 220 (86.33% from 255 or 31.29% from 703); Blue value is 247 (96.88% from 255 or 35.14% from 703); Max value from RGB is 247 - color contains mainly: blue. Hex color #ECDCF7 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDCF7 is #132308. Grayscale: #E3E3E3. Windows color (decimal): -1254153 or 16243948. OLE color: 16243948.

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

Color convert

RGB236220247-
CMYK0.040.1100.03
HSL275.56º62.79%91.57%-
HSV(B)275.56º10.93%96.86%-
XYZ76.9775.7398.56-
YUV227.86138.8133.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.57%
GREEN value IS 220 (86.33% from 255) = 31.29%
BLUE value IS 247 (96.88% from 255) = 35.14%
R=33.57%
G=31.29%
B=35.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2362202470.040.1100.03275.5662.7991.57
HexECDCF74B031143f5c
Octal3543343674130342477134
Binary11101100110111001111011110010110111000101001111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCF7; }

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

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

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

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

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

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

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

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