#E1CBDD

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

Shades of French Lilac #E1CBDD

Tints of French Lilac #E1CBDD

Color information

#E1CBDD (or 0xE1CBDD) is unknown color: approx French Lilac. HEX triplet: E1, CB and DD. RGB value is (225,203,221). Sum of RGB (Red+Green+Blue) = 225+203+221=649 (85% of max value = 765). Red value is 225 (88.28% from 255 or 34.67% from 649); Green value is 203 (79.69% from 255 or 31.28% from 649); Blue value is 221 (86.72% from 255 or 34.05% from 649); Max value from RGB is 225 - color contains mainly: red. Hex color #E1CBDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E1CBDD is #1E3422. Grayscale: #D3D3D3. Windows color (decimal): -1979427 or 14535649. OLE color: 14535649.

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

Color convert

RGB225203221-
CMYK00.100.020.12
HSL310.91º26.83%83.92%-
HSV(B)310.91º9.78%88.24%-
XYZ65.4663.9477.3-
YUV211.63133.29137.54-

RGB Variations

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

RGB

RED value IS 225 (88.28% from 255) = 34.67%
GREEN value IS 203 (79.69% from 255) = 31.28%
BLUE value IS 221 (86.72% from 255) = 34.05%
R=34.67%
G=31.28%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22520322100.100.020.12310.9126.8383.92
HexE1CBDD0A2C1371b54
Octal34131333501221446733124
Binary11100001110010111101110101010101100100110111110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E1CBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E1CBDD; }

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

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

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

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

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

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

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

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