#ECDDF2

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

Shades of White Lilac #ECDDF2

Tints of White Lilac #ECDDF2

Color information

#ECDDF2 (or 0xECDDF2) is unknown color: approx White Lilac. HEX triplet: EC, DD and F2. RGB value is (236,221,242). Sum of RGB (Red+Green+Blue) = 236+221+242=699 (92% of max value = 765). Red value is 236 (92.58% from 255 or 33.76% from 699); Green value is 221 (86.72% from 255 or 31.62% from 699); Blue value is 242 (94.92% from 255 or 34.62% from 699); Max value from RGB is 242 - color contains mainly: blue. Hex color #ECDDF2 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDDF2 is #13220D. Grayscale: #E3E3E3. Windows color (decimal): -1253902 or 15916524. OLE color: 15916524.

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

Color convert

RGB236221242-
CMYK0.020.0900.05
HSL282.86º44.68%90.78%-
HSV(B)282.86º8.68%94.9%-
XYZ76.4875.9694.63-
YUV227.88135.97133.79-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.76%
GREEN value IS 221 (86.72% from 255) = 31.62%
BLUE value IS 242 (94.92% from 255) = 34.62%
R=33.76%
G=31.62%
B=34.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2362212420.020.0900.05282.8644.6890.78
HexECDDF2290511b2d5b
Octal3543353622110543355133
Binary11101100110111011111001010100101011000110111011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDF2; }

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

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

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

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

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

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

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

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