#DEA8D6

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

Shades of French Lilac #DEA8D6

Tints of French Lilac #DEA8D6

Color information

#DEA8D6 (or 0xDEA8D6) is unknown color: approx French Lilac. HEX triplet: DE, A8 and D6. RGB value is (222,168,214). Sum of RGB (Red+Green+Blue) = 222+168+214=604 (80% of max value = 765). Red value is 222 (87.11% from 255 or 36.75% from 604); Green value is 168 (66.02% from 255 or 27.81% from 604); Blue value is 214 (83.98% from 255 or 35.43% from 604); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA8D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA8D6 is #215729. Grayscale: #BDBDBD. Windows color (decimal): -2185002 or 14067934. OLE color: 14067934.

HSL color Cylindrical-coordinate representation of color #DEA8D6: hue angle of 308.89º 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 #DEA8D6 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB222168214-
CMYK00.240.040.13
HSL308.89º45%76.47%-
HSV(B)308.89º24.32%87.06%-
XYZ56.2648.3969.99-
YUV189.39141.89151.26-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.75%
GREEN value IS 168 (66.02% from 255) = 27.81%
BLUE value IS 214 (83.98% from 255) = 35.43%
R=36.75%
G=27.81%
B=35.43%

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
Decimal22216821400.240.040.13308.894576.47
HexDEA8D60184D1352d4c
Octal33625032603041546555114
Binary11011110101010001101011001100010011011001101011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA8D6; }

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

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

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

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

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

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

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

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