#E0CFDC

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

Shades of French Lilac #E0CFDC

Tints of French Lilac #E0CFDC

Color information

#E0CFDC (or 0xE0CFDC) is unknown color: approx French Lilac. HEX triplet: E0, CF and DC. RGB value is (224,207,220). Sum of RGB (Red+Green+Blue) = 224+207+220=651 (86% of max value = 765). Red value is 224 (87.89% from 255 or 34.41% from 651); Green value is 207 (81.25% from 255 or 31.80% from 651); Blue value is 220 (86.33% from 255 or 33.79% from 651); Max value from RGB is 224 - color contains mainly: red. Hex color #E0CFDC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #E0CFDC is #1F3023. Grayscale: #D5D5D5. Windows color (decimal): -2043940 or 14471136. OLE color: 14471136.

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

Color convert

RGB224207220-
CMYK00.080.020.12
HSL314.12º21.52%84.51%-
HSV(B)314.12º7.59%87.84%-
XYZ65.9765.6476.9-
YUV213.56131.63135.44-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 34.41%
GREEN value IS 207 (81.25% from 255) = 31.80%
BLUE value IS 220 (86.33% from 255) = 33.79%
R=34.41%
G=31.80%
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.12
SystemRedGreenBlueCMYKHSL
Decimal22420722000.080.020.12314.1221.5284.51
HexE0CFDC082C13a1655
Octal34031733401021447226125
Binary11100000110011111101110001000101100100111010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0CFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0CFDC; }

 p { color: rgb(224,207,220); }

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

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

 a { background-color: rgb(224,207,220); }

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

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

 span { border-color: rgb(224,207,220); }

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