#E6CDE0

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

Shades of French Lilac #E6CDE0

Tints of French Lilac #E6CDE0

Color information

#E6CDE0 (or 0xE6CDE0) is unknown color: approx French Lilac. HEX triplet: E6, CD and E0. RGB value is (230,205,224). Sum of RGB (Red+Green+Blue) = 230+205+224=659 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.90% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 224 (87.89% from 255 or 33.99% from 659); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDE0 is #19321F. Grayscale: #D6D6D6. Windows color (decimal): -1651232 or 14732774. OLE color: 14732774.

HSL color Cylindrical-coordinate representation of color #E6CDE0: hue angle of 314.4º degrees, saturation: 0.33, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #E6CDE0 is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB230205224-
CMYK00.110.030.10
HSL314.4º33.33%85.29%-
HSV(B)314.4º10.87%90.2%-
XYZ67.9265.8779.65-
YUV214.64133.28138.96-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.90%
GREEN value IS 205 (80.47% from 255) = 31.11%
BLUE value IS 224 (87.89% from 255) = 33.99%
R=34.90%
G=31.11%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal23020522400.110.030.10314.433.3385.29
HexE6CDE00B3A13a2155
Octal34631534001331247241125
Binary111001101100110111100000010111110101001110101000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CDE0; }

 p { color: rgb(230,205,224); }

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

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

 a { background-color: rgb(230,205,224); }

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

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

 span { border-color: rgb(230,205,224); }

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