#DEC8D9

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

Shades of French Lilac #DEC8D9

Tints of French Lilac #DEC8D9

Color information

#DEC8D9 (or 0xDEC8D9) is unknown color: approx French Lilac. HEX triplet: DE, C8 and D9. RGB value is (222,200,217). Sum of RGB (Red+Green+Blue) = 222+200+217=639 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.74% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 217 (85.16% from 255 or 33.96% from 639); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC8D9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC8D9 is #213726. Grayscale: #D0D0D0. Windows color (decimal): -2176807 or 14272734. OLE color: 14272734.

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

Color convert

RGB222200217-
CMYK00.100.020.13
HSL313.64º25%82.75%-
HSV(B)313.64º9.91%87.06%-
XYZ63.361.8574.25-
YUV208.52132.79137.62-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.74%
GREEN value IS 200 (78.52% from 255) = 31.30%
BLUE value IS 217 (85.16% from 255) = 33.96%
R=34.74%
G=31.30%
B=33.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22220021700.100.020.13313.642582.75
HexDEC8D90A2D13a1953
Octal33631033101221547231123
Binary11011110110010001101100101010101101100111010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC8D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC8D9; }

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

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

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

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

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

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

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

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