#DEC3DA

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

Shades of French Lilac #DEC3DA

Tints of French Lilac #DEC3DA

Color information

#DEC3DA (or 0xDEC3DA) is unknown color: approx French Lilac. HEX triplet: DE, C3 and DA. RGB value is (222,195,218). Sum of RGB (Red+Green+Blue) = 222+195+218=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 195 (76.56% from 255 or 30.71% from 635); Blue value is 218 (85.55% from 255 or 34.33% from 635); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC3DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC3DA is #213C25. Grayscale: #CDCDCD. Windows color (decimal): -2178086 or 14336990. OLE color: 14336990.

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

Color convert

RGB222195218-
CMYK00.120.020.13
HSL308.89º29.03%81.76%-
HSV(B)308.89º12.16%87.06%-
XYZ62.2959.6274.55-
YUV205.7134.95139.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 34.96%
GREEN value IS 195 (76.56% from 255) = 30.71%
BLUE value IS 218 (85.55% from 255) = 34.33%
R=34.96%
G=30.71%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219521800.120.020.13308.8929.0381.76
HexDEC3DA0C2D1351d52
Octal33630333201421546535122
Binary11011110110000111101101001100101101100110101111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC3DA; }

 p { color: rgb(222,195,218); }

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

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

 a { background-color: rgb(222,195,218); }

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

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

 span { border-color: rgb(222,195,218); }

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