#DEA4CE

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

Shades of French Lilac #DEA4CE

Tints of French Lilac #DEA4CE

Color information

#DEA4CE (or 0xDEA4CE) is unknown color: approx French Lilac. HEX triplet: DE, A4 and CE. RGB value is (222,164,206). Sum of RGB (Red+Green+Blue) = 222+164+206=592 (78% of max value = 765). Red value is 222 (87.11% from 255 or 37.5% from 592); Green value is 164 (64.45% from 255 or 27.70% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA4CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA4CE is #215B31. Grayscale: #BABABA. Windows color (decimal): -2186034 or 13542622. OLE color: 13542622.

HSL color Cylindrical-coordinate representation of color #DEA4CE: hue angle of 316.55º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DEA4CE is Cyan = 0, Magento = 0.26, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB222164206-
CMYK00.260.070.13
HSL316.55º46.77%75.69%-
HSV(B)316.55º26.13%87.06%-
XYZ54.5446.5464.5-
YUV186.13139.22153.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 37.5%
GREEN value IS 164 (64.45% from 255) = 27.70%
BLUE value IS 206 (80.86% from 255) = 34.80%
R=37.5%
G=27.70%
B=34.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216420600.260.070.13316.5546.7775.69
HexDEA4CE01A7D13d2f4c
Octal33624431603271547557114
Binary11011110101001001100111001101011111011001111011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA4CE; }

 p { color: rgb(222,164,206); }

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

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

 a { background-color: rgb(222,164,206); }

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

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

 span { border-color: rgb(222,164,206); }

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