#DEA8D5

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

Shades of French Lilac #DEA8D5

Tints of French Lilac #DEA8D5

Color information

#DEA8D5 (or 0xDEA8D5) is unknown color: approx French Lilac. HEX triplet: DE, A8 and D5. RGB value is (222,168,213). Sum of RGB (Red+Green+Blue) = 222+168+213=603 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.82% from 603); Green value is 168 (66.02% from 255 or 27.86% from 603); Blue value is 213 (83.59% from 255 or 35.32% from 603); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA8D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA8D5 is #21572A. Grayscale: #BDBDBD. Windows color (decimal): -2185003 or 14002398. OLE color: 14002398.

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

Color convert

RGB222168213-
CMYK00.240.040.13
HSL310º45%76.47%-
HSV(B)310º24.32%87.06%-
XYZ56.1448.3469.32-
YUV189.28141.39151.34-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.82%
GREEN value IS 168 (66.02% from 255) = 27.86%
BLUE value IS 213 (83.59% from 255) = 35.32%
R=36.82%
G=27.86%
B=35.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216821300.240.040.133104576.47
HexDEA8D50184D1362d4c
Octal33625032503041546655114
Binary11011110101010001101010101100010011011001101101011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA8D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA8D5; }

 p { color: rgb(222,168,213); }

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

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

 a { background-color: rgb(222,168,213); }

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

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

 span { border-color: rgb(222,168,213); }

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