#E2CFDD

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

Shades of French Lilac #E2CFDD

Tints of French Lilac #E2CFDD

Color information

#E2CFDD (or 0xE2CFDD) is unknown color: approx French Lilac. HEX triplet: E2, CF and DD. RGB value is (226,207,221). Sum of RGB (Red+Green+Blue) = 226+207+221=654 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.56% from 654); Green value is 207 (81.25% from 255 or 31.65% from 654); Blue value is 221 (86.72% from 255 or 33.79% from 654); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CFDD is #1D3022. Grayscale: #D6D6D6. Windows color (decimal): -1912867 or 14536674. OLE color: 14536674.

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

Color convert

RGB226207221-
CMYK00.080.020.11
HSL315.79º24.68%84.9%-
HSV(B)315.79º8.41%88.63%-
XYZ66.7366.0177.63-
YUV214.28131.79136.36-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.56%
GREEN value IS 207 (81.25% from 255) = 31.65%
BLUE value IS 221 (86.72% from 255) = 33.79%
R=34.56%
G=31.65%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620722100.080.020.11315.7924.6884.9
HexE2CFDD082B13c1955
Octal34231733501021347431125
Binary11100010110011111101110101000101011100111100110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CFDD; }

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

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

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

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

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

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

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

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