#ECDDF1

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

Shades of White Lilac #ECDDF1

Tints of White Lilac #ECDDF1

Color information

#ECDDF1 (or 0xECDDF1) is unknown color: approx White Lilac. HEX triplet: EC, DD and F1. RGB value is (236,221,241). Sum of RGB (Red+Green+Blue) = 236+221+241=698 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.81% from 698); Green value is 221 (86.72% from 255 or 31.66% from 698); Blue value is 241 (94.53% from 255 or 34.53% from 698); Max value from RGB is 241 - color contains mainly: blue. Hex color #ECDDF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDDF1 is #13220E. Grayscale: #E3E3E3. Windows color (decimal): -1253903 or 15850988. OLE color: 15850988.

HSL color Cylindrical-coordinate representation of color #ECDDF1: hue angle of 285º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #ECDDF1 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB236221241-
CMYK0.020.0800.05
HSL285º41.67%90.59%-
HSV(B)285º8.3%94.51%-
XYZ76.3375.993.85-
YUV227.76135.47133.87-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.81%
GREEN value IS 221 (86.72% from 255) = 31.66%
BLUE value IS 241 (94.53% from 255) = 34.53%
R=33.81%
G=31.66%
B=34.53%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362212410.020.0800.0528541.6790.59
HexECDDF1280511d2a5b
Octal3543353612100543552133
Binary11101100110111011111000110100001011000111011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDF1; }

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

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

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

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

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

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

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

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