#ECDCF8

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

Shades of White Lilac #ECDCF8

Tints of White Lilac #ECDCF8

Color information

#ECDCF8 (or 0xECDCF8) is unknown color: approx White Lilac. HEX triplet: EC, DC and F8. RGB value is (236,220,248). Sum of RGB (Red+Green+Blue) = 236+220+248=704 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.52% from 704); Green value is 220 (86.33% from 255 or 31.25% from 704); Blue value is 248 (97.27% from 255 or 35.23% from 704); Max value from RGB is 248 - color contains mainly: blue. Hex color #ECDCF8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDCF8 is #132307. Grayscale: #E3E3E3. Windows color (decimal): -1254152 or 16309484. OLE color: 16309484.

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

Color convert

RGB236220248-
CMYK0.050.1100.03
HSL274.29º66.67%91.76%-
HSV(B)274.29º11.29%97.25%-
XYZ77.1375.899.37-
YUV227.98139.3133.72-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.52%
GREEN value IS 220 (86.33% from 255) = 31.25%
BLUE value IS 248 (97.27% from 255) = 35.23%
R=33.52%
G=31.25%
B=35.23%

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
Decimal2362202480.050.1100.03274.2966.6791.76
HexECDCF85B03112435c
Octal35433437051303422103134
Binary111011001101110011111000101101101110001001010000111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDCF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDCF8; }

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

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

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

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

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

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

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

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