#ECDDFA

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

Shades of White Lilac #ECDDFA

Tints of White Lilac #ECDDFA

Color information

#ECDDFA (or 0xECDDFA) is unknown color: approx White Lilac. HEX triplet: EC, DD and FA. RGB value is (236,221,250). Sum of RGB (Red+Green+Blue) = 236+221+250=707 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.38% from 707); Green value is 221 (86.72% from 255 or 31.26% from 707); Blue value is 250 (98.05% from 255 or 35.36% from 707); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECDDFA is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDDFA is #132205. Grayscale: #E4E4E4. Windows color (decimal): -1253894 or 16440812. OLE color: 16440812.

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

Color convert

RGB236221250-
CMYK0.060.1200.02
HSL271.03º74.36%92.35%-
HSV(B)271.03º11.6%98.04%-
XYZ77.776.45101.1-
YUV228.79139.97133.14-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.38%
GREEN value IS 221 (86.72% from 255) = 31.26%
BLUE value IS 250 (98.05% from 255) = 35.36%
R=33.38%
G=31.26%
B=35.36%

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
Decimal2362212500.060.1200.02271.0374.3692.35
HexECDDFA6C0210f4a5c
Octal35433537261402417112134
Binary111011001101110111111010110110001010000111110010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDFA; }

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

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

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

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

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

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

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

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