#DEC9D9

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

Shades of French Lilac #DEC9D9

Tints of French Lilac #DEC9D9

Color information

#DEC9D9 (or 0xDEC9D9) is unknown color: approx French Lilac. HEX triplet: DE, C9 and D9. RGB value is (222,201,217). Sum of RGB (Red+Green+Blue) = 222+201+217=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 201 (78.91% from 255 or 31.41% from 640); Blue value is 217 (85.16% from 255 or 33.91% from 640); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC9D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC9D9 is #213626. Grayscale: #D1D1D1. Windows color (decimal): -2176551 or 14272990. OLE color: 14272990.

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

Color convert

RGB222201217-
CMYK00.090.020.13
HSL314.29º24.14%82.94%-
HSV(B)314.29º9.46%87.06%-
XYZ63.5462.3174.32-
YUV209.1132.46137.2-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.69%
GREEN value IS 201 (78.91% from 255) = 31.41%
BLUE value IS 217 (85.16% from 255) = 33.91%
R=34.69%
G=31.41%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220121700.090.020.13314.2924.1482.94
HexDEC9D9092D13a1853
Octal33631133101121547230123
Binary11011110110010011101100101001101101100111010110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC9D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC9D9; }

 p { color: rgb(222,201,217); }

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

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

 a { background-color: rgb(222,201,217); }

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

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

 span { border-color: rgb(222,201,217); }

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