#E0ADCF

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

Shades of French Lilac #E0ADCF

Tints of French Lilac #E0ADCF

Color information

#E0ADCF (or 0xE0ADCF) is unknown color: approx French Lilac. HEX triplet: E0, AD and CF. RGB value is (224,173,207). Sum of RGB (Red+Green+Blue) = 224+173+207=604 (80% of max value = 765). Red value is 224 (87.89% from 255 or 37.09% from 604); Green value is 173 (67.97% from 255 or 28.64% from 604); Blue value is 207 (81.25% from 255 or 34.27% from 604); Max value from RGB is 224 - color contains mainly: red. Hex color #E0ADCF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #E0ADCF is #1F5230. Grayscale: #C0C0C0. Windows color (decimal): -2052657 or 13610464. OLE color: 13610464.

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

Color convert

RGB224173207-
CMYK00.230.080.12
HSL320º45.13%77.84%-
HSV(B)320º22.77%87.84%-
XYZ56.9550.2465.73-
YUV192.12136.4150.74-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 37.09%
GREEN value IS 173 (67.97% from 255) = 28.64%
BLUE value IS 207 (81.25% from 255) = 34.27%
R=37.09%
G=28.64%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal22417320700.230.080.1232045.1377.84
HexE0ADCF0178C1402d4e
Octal340255317027101450055116
Binary111000001010110111001111010111100011001010000001011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0ADCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0ADCF; }

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

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

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

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

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

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

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

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