#ECDDFB

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

Shades of White Lilac #ECDDFB

Tints of White Lilac #ECDDFB

Color information

#ECDDFB (or 0xECDDFB) is unknown color: approx White Lilac. HEX triplet: EC, DD and FB. RGB value is (236,221,251). Sum of RGB (Red+Green+Blue) = 236+221+251=708 (93% of max value = 765). Red value is 236 (92.58% from 255 or 33.33% from 708); Green value is 221 (86.72% from 255 or 31.21% from 708); Blue value is 251 (98.44% from 255 or 35.45% from 708); Max value from RGB is 251 - color contains mainly: blue. Hex color #ECDDFB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #ECDDFB is #132204. Grayscale: #E4E4E4. Windows color (decimal): -1253893 or 16506348. OLE color: 16506348.

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

Color convert

RGB236221251-
CMYK0.060.1200.02
HSL270º78.95%92.55%-
HSV(B)270º11.95%98.43%-
XYZ77.8676.51101.93-
YUV228.9140.47133.06-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 33.33%
GREEN value IS 221 (86.72% from 255) = 31.21%
BLUE value IS 251 (98.44% from 255) = 35.45%
R=33.33%
G=31.21%
B=35.45%

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
Decimal2362212510.060.1200.0227078.9592.55
HexECDDFB6C0210e4f5d
Octal35433537361402416117135
Binary111011001101110111111011110110001010000111010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECDDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECDDFB; }

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

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

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

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

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

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

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

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