#DEC3D6

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

Shades of French Lilac #DEC3D6

Tints of French Lilac #DEC3D6

Color information

#DEC3D6 (or 0xDEC3D6) is unknown color: approx French Lilac. HEX triplet: DE, C3 and D6. RGB value is (222,195,214). Sum of RGB (Red+Green+Blue) = 222+195+214=631 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.18% from 631); Green value is 195 (76.56% from 255 or 30.90% from 631); Blue value is 214 (83.98% from 255 or 33.91% from 631); Max value from RGB is 222 - color contains mainly: red. Hex color #DEC3D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DEC3D6 is #213C29. Grayscale: #CDCDCD. Windows color (decimal): -2178090 or 14074846. OLE color: 14074846.

HSL color Cylindrical-coordinate representation of color #DEC3D6: hue angle of 317.78º 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 #DEC3D6 is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.13.

Color convert

RGB222195214-
CMYK00.120.040.13
HSL317.78º29.03%81.76%-
HSV(B)317.78º12.16%87.06%-
XYZ61.7859.4171.83-
YUV205.24132.95139.96-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 35.18%
GREEN value IS 195 (76.56% from 255) = 30.90%
BLUE value IS 214 (83.98% from 255) = 33.91%
R=35.18%
G=30.90%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22219521400.120.040.13317.7829.0381.76
HexDEC3D60C4D13e1d52
Octal33630332601441547635122
Binary110111101100001111010110011001001101100111110111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEC3D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEC3D6; }

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

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

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

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

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

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

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

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