#E6CDDF

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

Shades of French Lilac #E6CDDF

Tints of French Lilac #E6CDDF

Color information

#E6CDDF (or 0xE6CDDF) is unknown color: approx French Lilac. HEX triplet: E6, CD and DF. RGB value is (230,205,223). Sum of RGB (Red+Green+Blue) = 230+205+223=658 (87% of max value = 765). Red value is 230 (90.23% from 255 or 34.95% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 223 (87.5% from 255 or 33.89% from 658); Max value from RGB is 230 - color contains mainly: red. Hex color #E6CDDF is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #E6CDDF is #193220. Grayscale: #D6D6D6. Windows color (decimal): -1651233 or 14667238. OLE color: 14667238.

HSL color Cylindrical-coordinate representation of color #E6CDDF: hue angle of 316.8º 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 #E6CDDF is Cyan = 0, Magento = 0.11, Yellow = 0.03 and Black (K on CMYK) = 0.10.

Color convert

RGB230205223-
CMYK00.110.030.10
HSL316.8º33.33%85.29%-
HSV(B)316.8º10.87%90.2%-
XYZ67.7865.8178.94-
YUV214.53132.78139.04-

RGB Variations

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

RGB

RED value IS 230 (90.23% from 255) = 34.95%
GREEN value IS 205 (80.47% from 255) = 31.16%
BLUE value IS 223 (87.5% from 255) = 33.89%
R=34.95%
G=31.16%
B=33.89%

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
Decimal23020522300.110.030.10316.833.3385.29
HexE6CDDF0B3A13d2155
Octal34631533701331247541125
Binary111001101100110111011111010111110101001111011000011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E6CDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E6CDDF; }

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

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

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

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

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

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

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

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