#DECAD9

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

Shades of French Lilac #DECAD9

Tints of French Lilac #DECAD9

Color information

#DECAD9 (or 0xDECAD9) is unknown color: approx French Lilac. HEX triplet: DE, CA and D9. RGB value is (222,202,217). Sum of RGB (Red+Green+Blue) = 222+202+217=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 217 (85.16% from 255 or 33.85% from 641); Max value from RGB is 222 - color contains mainly: red. Hex color #DECAD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DECAD9 is #213526. Grayscale: #D1D1D1. Windows color (decimal): -2176295 or 14273246. OLE color: 14273246.

HSL color Cylindrical-coordinate representation of color #DECAD9: hue angle of 315º degrees, saturation: 0.23, 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 #DECAD9 is Cyan = 0, Magento = 0.09, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB222202217-
CMYK00.090.020.13
HSL315º23.26%83.14%-
HSV(B)315º9.01%87.06%-
XYZ63.7762.7874.4-
YUV209.69132.13136.78-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.63%
GREEN value IS 202 (79.30% from 255) = 31.51%
BLUE value IS 217 (85.16% from 255) = 33.85%
R=34.63%
G=31.51%
B=33.85%

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
Decimal22220221700.090.020.1331523.2683.14
HexDECAD9092D13b1753
Octal33631233101121547327123
Binary11011110110010101101100101001101101100111011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DECAD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DECAD9; }

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

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

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

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

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

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

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

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