#ECDDFC

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

Shades of White Lilac #ECDDFC

Tints of White Lilac #ECDDFC

Color information

#ECDDFC (or 0xECDDFC) is unknown color: approx White Lilac. HEX triplet: EC, DD and FC. RGB value is (236,221,252). Sum of RGB (Red+Green+Blue) = 236+221+252=709 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.29% from 709); Green value is 221 (86.72% from 255 or 31.17% from 709); Blue value is 252 (98.83% from 255 or 35.54% from 709); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECDDFC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDDFC is #132203. Grayscale: #E4E4E4. Windows color (decimal): -1253892 or 16571884. OLE color: 16571884.

HSL color Cylindrical-coordinate representation of color #ECDDFC: hue angle of 269.03º degrees, saturation: 0.84, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ECDDFC is Cyan = 0.06, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB236221252-
CMYK0.060.1200.01
HSL269.03º83.78%92.75%-
HSV(B)269.03º12.3%98.82%-
XYZ78.0276.57102.76-
YUV229.02140.97132.98-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.29%
GREEN value IS 221 (86.72% from 255) = 31.17%
BLUE value IS 252 (98.83% from 255) = 35.54%
R=33.29%
G=31.17%
B=35.54%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362212520.060.1200.01269.0383.7892.75
HexECDDFC6C0110d545d
Octal35433537461401415124135
Binary11101100110111011111110011011000110000110110101001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDFC; }

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

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

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

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

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

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

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

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