#E2CBDD

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

Shades of French Lilac #E2CBDD

Tints of French Lilac #E2CBDD

Color information

#E2CBDD (or 0xE2CBDD) is unknown color: approx French Lilac. HEX triplet: E2, CB and DD. RGB value is (226,203,221). Sum of RGB (Red+Green+Blue) = 226+203+221=650 (86% of max value = 765). Red value is 226 (88.67% from 255 or 34.77% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 221 (86.72% from 255 or 34% from 650); Max value from RGB is 226 - color contains mainly: red. Hex color #E2CBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E2CBDD is #1D3422. Grayscale: #D3D3D3. Windows color (decimal): -1913891 or 14535650. OLE color: 14535650.

HSL color Cylindrical-coordinate representation of color #E2CBDD: hue angle of 313.04º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2CBDD is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.11.

Color convert

RGB226203221-
CMYK00.100.020.11
HSL313.04º28.4%84.12%-
HSV(B)313.04º10.18%88.63%-
XYZ65.7764.177.31-
YUV211.93133.12138.04-

RGB Variations

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

RGB

RED value IS 226 (88.67% from 255) = 34.77%
GREEN value IS 203 (79.69% from 255) = 31.23%
BLUE value IS 221 (86.72% from 255) = 34%
R=34.77%
G=31.23%
B=34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal22620322100.100.020.11313.0428.484.12
HexE2CBDD0A2B1391c54
Octal34231333501221347134124
Binary11100010110010111101110101010101011100111001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E2CBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E2CBDD; }

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

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

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

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

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

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

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

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