#DEA9D2

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

Shades of French Lilac #DEA9D2

Tints of French Lilac #DEA9D2

Color information

#DEA9D2 (or 0xDEA9D2) is unknown color: approx French Lilac. HEX triplet: DE, A9 and D2. RGB value is (222,169,210). Sum of RGB (Red+Green+Blue) = 222+169+210=601 (79% of max value = 765). Red value is 222 (87.11% from 255 or 36.94% from 601); Green value is 169 (66.41% from 255 or 28.12% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA9D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DEA9D2 is #21562D. Grayscale: #BDBDBD. Windows color (decimal): -2184750 or 13806046. OLE color: 13806046.

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

Color convert

RGB222169210-
CMYK00.240.050.13
HSL313.58º44.54%76.67%-
HSV(B)313.58º23.87%87.06%-
XYZ55.9548.5667.4-
YUV189.52139.56151.17-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 36.94%
GREEN value IS 169 (66.41% from 255) = 28.12%
BLUE value IS 210 (82.42% from 255) = 34.94%
R=36.94%
G=28.12%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22216921000.240.050.13313.5844.5476.67
HexDEA9D20185D13a2d4d
Octal33625132203051547255115
Binary11011110101010011101001001100010111011001110101011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA9D2; }

 p { color: rgb(222,169,210); }

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

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

 a { background-color: rgb(222,169,210); }

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

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

 span { border-color: rgb(222,169,210); }

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