#ECDFFA

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

Shades of White Lilac #ECDFFA

Tints of White Lilac #ECDFFA

Color information

#ECDFFA (or 0xECDFFA) is unknown color: approx White Lilac. HEX triplet: EC, DF and FA. RGB value is (236,223,250). Sum of RGB (Red+Green+Blue) = 236+223+250=709 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.29% from 709); Green value is 223 (87.5% from 255 or 31.45% from 709); Blue value is 250 (98.05% from 255 or 35.26% from 709); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECDFFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDFFA is #132005. Grayscale: #E5E5E5. Windows color (decimal): -1253382 or 16441324. OLE color: 16441324.

HSL color Cylindrical-coordinate representation of color #ECDFFA: hue angle of 268.89º degrees, saturation: 0.73, 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 #ECDFFA is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236223250-
CMYK0.060.1100.02
HSL268.89º72.97%92.75%-
HSV(B)268.89º10.8%98.04%-
XYZ78.2477.51101.28-
YUV229.96139.31132.3-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.29%
GREEN value IS 223 (87.5% from 255) = 31.45%
BLUE value IS 250 (98.05% from 255) = 35.26%
R=33.29%
G=31.45%
B=35.26%

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
Decimal2362232500.060.1100.02268.8972.9792.75
HexECDFFA6B0210d495d
Octal35433737261302415111135
Binary111011001101111111111010110101101010000110110010011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDFFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDFFA; }

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

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

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

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

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

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

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

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