#E2CDDD

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

Shades of French Lilac #E2CDDD

Tints of French Lilac #E2CDDD

Color information

#E2CDDD (or 0xE2CDDD) is unknown color: approx French Lilac. HEX triplet: E2, CD and DD. RGB value is (226,205,221). Sum of RGB (Red+Green+Blue) = 226+205+221=652 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.66% from 652); Green value is 205 (80.47% from 255 or 31.44% from 652); Blue value is 221 (86.72% from 255 or 33.90% from 652); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CDDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CDDD is #1D3222. Grayscale: #D5D5D5. Windows color (decimal): -1913379 or 14536162. OLE color: 14536162.

HSL color Cylindrical-coordinate representation of color #E2CDDD: hue angle of 314.29º degrees, saturation: 0.27, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #E2CDDD is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB226205221-
CMYK00.090.020.11
HSL314.29º26.58%84.51%-
HSV(B)314.29º9.29%88.63%-
XYZ66.2565.0577.47-
YUV213.1132.46137.2-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.66%
GREEN value IS 205 (80.47% from 255) = 31.44%
BLUE value IS 221 (86.72% from 255) = 33.90%
R=34.66%
G=31.44%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620522100.090.020.11314.2926.5884.51
HexE2CDDD092B13a1b55
Octal34231533501121347233125
Binary11100010110011011101110101001101011100111010110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CDDD; }

 p { color: rgb(226,205,221); }

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

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

 a { background-color: rgb(226,205,221); }

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

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

 span { border-color: rgb(226,205,221); }

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